html, body { 
	font-family: Trebuchet MS, verdana, sans-serif;
	margin-top: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
color: #585858;
}

html { font-size: 100%; /* For IE */ }

body { 
	font-size: 0.75em;
}

table { font-size: 100%;}

input {font-size: 100%;}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
      	font-size: 2.1em;
    	margin-bottom: 6px;
    	line-height: 1.2em;
	font-size: 28px;
	color: #a6a6a6;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-size: 17px;
	color: #1b669f;
	font-weight: normal;
	margin-top: 20px;
}	

h3 { 
	color: #284497;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: arial, sans-serif;
	margin-top: 8px;
	margin-left: 7px;
	letter-spacing: 1px;
}

h5 {
	font-size: 1em;
    	padding: 2px 2px 2px 0;
    	width: auto;
    	color: #00856C;
    	font-weight: bold;
    	margin-left: 225px;
    	font-family: arial, sans-serif;
}

a {
    	background-color: transparent;
    	color: #005458;
    	text-decoration: none;
}

a:visited {
    	background-color: transparent;
	color: #005458;
    	text-decoration: none;
}

a:hover {
    	color: #ff8133;
    	text-decoration: underline;
}

hr {
	color: #efefef;
	height: 2px;
	background-color: #efefef;
}

form {border: 0; padding: 0; margin: 0;}

input, select {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	color: #565656;
	background-color: #F9F8F4;
}

.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 8px; 
	background-image: url(../images/header_logo2.jpg);
	background-position: 0 10px;
	background-repeat: no-repeat;
	height: 190px;
	border: 0px solid red;
}

.hotspot {
	position: absolute;
	height: 59px;
	width: 157px;
	left: 0px;
}

.hotspot img {
	border: 0;
}	

.hdrnav {
	top: 6px; 
	font-size: 1.1em;
	border: 0px solid blue;
}

.hdrnav1 a, .hdrnav1 a:visited {color: #777777;}

.hdrnav1 a:hover {text-decoration: underline;}

.pipe {color: #dfdfdf;}

.footerlogo {
	position: absolute; 
	left: 130px; 
	top: 3px; 
	font-size: 12px; 
	font-style: italic; 
	color: #8F8F8F;
}

.fterinfo {
	width: 114px; 
	float: left; 
	text-align: left; 
	margin-top: 0px; 
	padding-top: 10px; 
	height: 29px; 
	padding-left: 5px; 
	border-right: 1px solid #d3d3d3; 
	color: #888888;
}

html>body .fterinfo {margin-top: -3px;}
	
*:first-child+html .fterinfo {margin-top: 0;}	

.fterinfo a, .fterinfo a:visited {color: #888888;}

.copyright {
	position: relative;
	font-size: 10px;
	right: 8px;
	text-align: right;
	top: 5px;
	color: #585858;

	/*	
	bottom: 0;
	color: #b5b5b5;
	*/
}

/* Footer for all pages except main */

.footerinfo {
	width: 114px; 
	float: left; 
	text-align: left; 
	margin-top: 0px; 
	padding-top: 12px; 
	height: 29px; 
	padding-left: 5px; 
	border-right: 1px solid #d3d3d3; 
	color: #888888;
}

.footer {
	width: 730px;
	margin-left: 168px;
	height: 50px;
	background-image: url('../images/footer_line.jpg');
	background-repeat: repeat-x;
}


html>body .footer {margin-left: 150px;}

*:first-child+html .footer {margin-left: 168px;} 

.p440 {
	width: 540px;

}

.p470 {
	width: 470px;
	padding-bottom: 20px;
	color: #585858;
}

.p470 a {
	text-decoration: underline;
}

.p700 p {
	width: 700px;
}

.top {
	position: absolute; 
	right: 5px; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px solid red;
}

.body {
	border: 0px solid red;
	width: 900px;
	text-align: left;
	left: 24px;	
	margin-right: auto;
	margin-left: auto;
}
		
.maintitle {
	margin-top: 0px; 
	margin-left: 178px;
	font-size: 28px;
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif;
	color: #b5b5b5;
	/*margin-bottom: 22px;*/
	letter-spacing: -1px;
}

.leftnav {
 	border: 0px solid red; 
 	float: left; 
 	width: 165px; 
 	height: 200px;
 	margin: 0;
 	background-image: url('../images/leftnavbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
} 			
	
.leftnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #200086;
}

.leftnav ul li {
	font-weight: bolder;
	color: #200086;
	line-height: 2.2em;
}

.leftnav ul li a, .leftnav ul li a:visited {
	color: #200086;
	vertical-align: top;
}

.leftnav ul li a:hover {
	color: #4EC3FF;
    	text-decoration: underline;
}

.leftnav ul li li {
	font-weight: normal;
	color: #4748be;
	line-height: 1.4em;
}


.mainbody {
	border: 0px solid red; 
	margin-left: 150px;
	width: 700px;
	margin-top: 0;
	padding-top: 0; 
	padding-left: 20px;
	padding-bottom: 40px;
	border-left: 2px solid #efefef;
}	

.topmenu {
	position: absolute; 
	top: 10px; 
	left: 10px;	
}

.date {
	position: absolute; 
	top: 170px; 
	left: 560px; 
	width: 200px; 
	border: 0px solid red; 
	text-align: right; 
	color: #a6a6a6; 
	font-size: 11px;
}

