/* CSS Document */

body{
	background-image:url(../images/background_repeat.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:3ex;
	}
	
/** Layout **/
	
#wrapper{
	width:890px;
	margin: 0 auto;
	background:#ffffff;
	border: 3px solid #ffffff;
	}
	
#content{
	border: 1px solid #354f62; 
	padding:3px;
	width:882px;
	}
	
#header{
	background:#ebe9d6;
	height:78px;
	width:882px;
	margin-bottom:3px;
	}
	
#hotbuttons{
	width:290px;
	margin-right:17px;
	margin-top:15px;
	float:right;
	}
	
#main{
	background:#8f2414;
	width:882px;
	height:inherit;
	clear:both;
	margin-bottom:3px;	
	}
	
#leftNav{
	padding-top:16px;
	padding-bottom:16px;
	background:#8f2414;
	width:171px;
	height:370px;
	float:left;
	margin-bottom:2px;
	position:relative;
	z-index:200;
	}

#mainNoPad{
	padding:0;
	}
	
#mainWithPad{
	padding:1em;
	font-size:9pt;
	color:#000;
	}
	
#mainWithPad a,a:visited,a:active{
	color:#8f2414;
	text-decoration:underline;
	font-weight:normal;
	}

#mainWithPad a:hover{
	color:#8f2414;
	text-decoration:none;
	background:none;
	font-weight:normal;
	}
	
#footer{
	clear:both;
	width:882px;
	height:28px;
	background:#0072bc;
	}

#footLeft{
	float:left;
	padding:8px 10px 8px 10px;
	}

#footRight{
	float:right;
	padding:8px 10px 8px 10px;
	}
	
/** Footer Text **/

.smalltext{
	color:#FFFFFF;
	font-size:8pt;
	text-align:right;
	
	}
	
.smalltext a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.smalltext a:visited {
  color: #ffffff;
  text-decoration:none;
  font-weight:bold;
}

.smalltext a:hover {
	text-decoration: underline;
	font-weight:bold;
}

.smalltext a:active {
	color: #ffffff;
	font-weight:bold;
}

.text a:link {
	color: #ffffff;
	font-weight:bold;
}

/** Unordered Lists and Navigation **/

ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
ul.text{
	list-style-type:disc;
	padding-left:25px;
	}
	
ul.text a{
	color:#f00;
	}
	
.nav a{
	display:block;
	font-size:8pt;
	width: 165px;
	height: 20px;
	color:#fff;
	text-decoration:none;
	background:#c04835;
	padding-left:10px;
	border-top:1px solid #8f2414;
	border-left:1px solid #8f2414;
	border-right:1px solid #8f2414;
	}
	
li.last a{
	border-bottom:1px solid #8f2414;
	}

ul a:hover{
	background:#8f2414;
	color:#a0b9c9;
	}
	
ul.blue a {
	display:block;
	font-size:8pt;
	width: 165px;
	height: 20px;
	color:#8f2414;
	text-decoration:none;
	background:#d9e3ea;
	padding-left:10px;
	border-top:1px solid #157dbe;
	border-left:1px solid #157dbe;
	border-right:1px solid #157dbe;
	}
	
ul.blue a:hover{
	background:#97c1dc;
	color:#8f2414;
	}
	
li.bluelast a{
	border-bottom:1px solid #157dbe;
	}

	
/** Headings **/
	
h1{
	margin-bottom:0.75em;
	font-size:13pt;
	color:#8f2414;
	}
	
h2{
	margin-bottom:-1em;
	font-size:11pt;
	color:#0072bc;
	}
	
/** Paragraph **/	
	
p{
	font-size:9pt;
	color:#000;
	}
	
p a{
	color:#0072bc;
	text-decoration:underline;
	}
	
p a:hover{
	color:#0072bc;
	text-decoration:none;
	}
		
p a:visited{
	color:#0072bc;
	text-decoration:underline;
	}
	
/** Table **/	
		
.contentTable{
	border:1px dotted #375972;
	background:#fff;
	}

.contentTable a{
	color:#8f2414;
	text-decoration:underline;
	}
	
.contentTable a:Hover{
	color:#8f2414;
	text-decoration:none;
	}

.odd{
	background:#ebe9d6;
	}
	
.theader{
	color:#0072bc;
	font-weight:bold;
	border-bottom:1px dotted #375972;
	font-size: 11pt;
	}

/** Images **/
	
.imgleft{
	padding-right:10px;
	float:left;
	}
	
.imgright{
	padding-left:10px;
	float:right;
	}
	
	
/** Form **/

fieldset{
	border:1px solid #375972;
	padding:5px;
	background:#fff;
	}

legend{
	color:#0072bc;
	font-weight:bold;
	}
	
label{
	display:inline;
	}
	
.block label{
	display:block;
	}
