body {
	background-color: #b32 ;
	margin: 20px 0px 0px 0px;
}

body, td, th {
	color: #666;
	text-align: left;
	font-family: Verdana, Arial ;
	font-size: 10pt;
	letter-spacing: 0.5px;
}


/*** LINKS ***/

a {
	color: #555;
	font-weight: bold;
	text-decoration: underline;
	font-size:9pt;
}
a:hover {
	text-decoration: none;
	color: #d32;
}

a img {
	border : none;
}



/*** CONTENT ***/

div.content {
	clear: both;
	padding:0px 20px 10px 20px;
}


div.content P {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	text-align: justify;
	line-height: 13pt;
}


.copyright {
	padding-bottom:30px;
}

.copyright, .copyright a {
	font-size: 8pt ;
	color: #ddd;
}

.copyright a {
	font-weight: normal;
}
.copyright a:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	clear:left;
	padding-bottom: 1px;
	margin:0px 0px 10px 0px;

	font-size: 17pt;
	font-weight: bold;
	color: #d32;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	clear:left;
	height: 12px;
	padding-bottom: 5px;
	border-bottom:1px dashed #ccc;
	margin-top: 20px;

	color: black;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

div.switchLink {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: right;
}
div.switchLink img {
	vertical-align: bottom;
}

div.switchLink, div.switchLink a {
	font-size: 7pt;
	font-weight: normal;
}


.important {
	color: #d32;
	margin-bottom: 30px;
}


/*** NEWS ***/

.newsSection {
}

.news {
	margin: 0px 0px 20px 15px;
	padding-left: 5px;
}
.news .title {
	font-weight: bold;
	color: #d32;
	border-bottom: 2px solid #d32;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-size: 9pt;
}
.news .date {
	color: #888;
	font-size: 8pt;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.news .content {
	padding: 0px;
}

.news .content p {
	margin-left: 0px;
}



/*** TABLE LAYOUT ***/

.bodyCenter {
	text-align:center;
}

table, td, tr {
	padding: 0px ;
	margin: 0px;
	border: 0px ;
	vertical-align: top;
}

.siteLayout {
	border-collapse: collapse;
	margin:auto;
	width: 784px;
}

.siteLayout td.header, .siteLayout td.content, .siteLayout td.footer {
	background-color : white;
}

.siteLayout {
	background-image: url(img/design/bg.gif);
}

.siteLayout td.header {
	height: 90px;
	background-image: url(img/design/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.siteLayout td.content, .siteLayout td.switch {
	background-image: url(img/design/header.gif);
	background-position: 0px -90px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.siteLayout td.footer {
	background-image: url(img/design/footer.gif) ;
	height: 13px;
}


.blinker {
	width: 500px;
	height: 30px;
	background-image: url(img/blink.gif);
	background-position: 308px 16px;
	background-repeat: no-repeat;
}


.headerLink {
	width: 784px;
	height: 45px;
	border: none;
}

.layout {
	border-collapse: collapse;
}
.layout td, .layout th {
	vertical-align: top;
	color: black;
}


/*** MENU AND CONTENT ***/

#menu {
	margin-top: 2px;
	margin-left: 35px;
}

#menu td {
	width: 60px;
	height: 35px;
	padding-left: 5px;
	border-left: 1px solid #bababa;
	vertical-align: bottom;

	color: #d4d4d4;
	font-size: 7pt;
	text-transform: uppercase;
}

#menu td p {
	margin: 0px;
	padding: 0px;
}

#menu td a {
	color: #dc3c28;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

#menu td a:hover {
	text-decoration: underline;
}


pre {
	color: black;
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #d32;
}

/*** INTRO BOX ***/

.intro {
	background: #fff1f1;
	color: black;
	width: 710px;
	padding: 10px;
	margin-right: 0px;
	font-size: 11pt;
	letter-spacing: 0pt;
	border-left: 3px solid #d32;
}

.intro .title {
	font-size: 10pt;
	margin-bottom: 10px;
	font-weight: bold;
	color: #d32;
	text-transform: uppercase;
	letter-spacing: 4px;
	clear: both;
}

.intro a {
	font-weight: normal;
	color: black;
}

/*** MTASC ***/

.mtascLogo {
	border: 1px dashed #eb9a92;
}

#biglist li {
	margin-top : 20px;
}

#biglist li li {
	margin-top : 0px;
}

#biglist p , #biglist pre {
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 5px;
}

.kwd {
	color : #0000FF;
}

.type {
	color : #000070;
}

.str {
	color : #700000;
}

.cmt {
	color : #007000;
}

pre { padding-left: 10px; }
pre .kwd { color: blue; }
pre .str { color: red; }
pre .cmt { color: grey; }
pre .cmt span { color: grey; }

