/* CSS Document */

body {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}


/* general font settings */ 
p {margin: 0px 0px 2px;}
h1 { font-size: 18px; font-weight: bold; padding: 0; }
h2 { font-size: 18px; font-weight: bold; font-style: italic; }
h3 { font-size: 16px; font-weight: bold; }
h4 { font-size: 16px; font-weight: bold; font-style: italic; }
h5 { font-size: 14px; font-weight: bold; }
h6 { font-size: 14px; font-weight: bold; font-style: italic; }
a {
	color: #660000;
	text-decoration: underline;
}
a:visited { color: #8E0000;}
a:hover { color: #FF9933;}
a:active { color: #660099;}


/* class settings */ 
.header {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660000;
	border-bottom-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.menu {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.search { 
	border: solid 2px white; 
}
.mainText {
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 0pt;
	text-align: left;
	line-height: 16px;
	margin: 0px 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	border: 2px solid #FF6600;
	background-color: #2A7885;
}
.byline {
	font-size: 9px;
	font-style: italic;
	color: #7D7D7D;
}
/* ID settings */
table#TSMona{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #57731c;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #993300;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	margin: 10px 20px 20px;
}
div#box {
	padding: 10px 0px;
	margin:10px;
	background-color: #86AD3A;
	width: 180px;
}
div#pagetitle {
	color: #FFFFFF;
	margin: 10px;
	background-color: #86ad3a;
}
div#textFooter {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-position: center;
	padding: 0px 5px 10px;
	background-color: #FF6600;
	margin: 0px 10px 10px;
}
div#footer {
	font-size: 10px;
	text-align: center;
	padding: 5px 10px;
	margin: 10px;
	text-indent: 30pt;
	line-height: 17px;
	background-color: #86AD3A;
}
div#search  /* search engine */ { 
	vertical-align: middle; 
	margin: 10px
	; padding: 2px 2px 5px;
	 border: solid 2px white; 
}
table#siteList {
	font-size: 12px;
	background-color: #86AD3A;
	border: 2px solid #FFFFFF;
	margin: 5px;
	width: 625px;
	padding: 5px;
}
