html, body { 
	background-color: #687db0; 
	background-image: url(../images/bodytop_bg.gif); 
	background-repeat: repeat-x; 
	text-align: center; 
	margin: 0; padding: 0
	}
	
body, td, p, li  { 
	font-size: 11px; 
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif }

p {
	margin-top: 10px;
	line-height: 17px;}
	
a, a:link, a:active, a:visited {
	color: #2B4D93;
	}
	
a:hover {
	color: #2B4D93;
	text-decoration: none;
	}

h1,h2,h3,h4,h5,h6 {
	color: #2B4D93;
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}
h1{
	font-size: 18px; 
	line-height: 18px;
	}
h2{
	font-size: 15px; 
	line-height: 15px;
	}
h3{
	font-size: 12px; 
	line-height: 12px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	}

.content li { list-style-image: url(../images/bullet.gif) }

#pagewidth { 
	text-align: left; 
	margin-right: auto; 
	margin-left: auto; 
	right: 500px; 
	width: 760px;
	}
	
#header { 
	background-color: #3a629d; 
	background-image: url(../images/header_bg.gif); 
	width: 100%; height: 120px }
	
#leftcol{
	width:241px;
	float:left;
	position:relative;
	margin-left:-241px;
	margin-right:1px;
	background-image: url(../images/leftcol_bg.gif); 
	}
 
#outer{
	border:solid white 0px;
	 /*/*/ border-left-width: 241px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #98A8CA;   /* left column colour */ 
	border-left-style: solid;
	/*/*/ border-right-width: 121px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #B1D6ED;  /* right column colour */ 
	border-right-style: solid;
	background-color: #E0EFF8; /* center column colour */ 
	width: auto;
	
	}


#rightcol{
	/*/*/ width:121px; /* hack keeps NN4 right column right? */
	float:right; 
	position:relative;
	margin-right:-121px;
	margin-left:1px; 
	background-image: url(../images/rightcol_bg.gif); 
}


#footer{
	height:10px;
	width:100%;
	background-color: #fff; 
} 

#inner{margin:0; width:100%;}
 
#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	}
 
#outer>#inner { border-bottom: 1px solid #E0EFF8;  }
 
.clr{clear:both;}
 
.content{padding:7px;} /*padding for content */
	
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/

#leftcontent   { 
	background-image: url(../images/sidebar00.jpg); background-repeat: no-repeat;
	background-position: 2px 0; 
	position: relative; height: 100% 
	}	

#rightcontentheader   { 
	background-image: url(../images/richtcolcontentheader_bg.gif); 
	background-repeat: no-repeat; 
	background-position: 2px 0; 
	height: 120px; 
	}	

#maincolheader  { 
	background-color: #f2f9fc; 
	width: 100%; 
	height: 120px;
	} 

#maincolheaderlogo {
	height: 90px;
	width: 100%;
	position: relative;
	right: 0px;
	text-align: right;
	}

#maincolheader h1 {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	color: #2B4D93;
	font-size: 18px; 
	line-height: 18px;
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: left;
	}

#menuus{
	position: absolute;
	top: 1px;
	width: 517px;
	float: right
	}
#topmenu{
	width: 117px;
	float: right;
	text-align: right;
	}
#topmenulist, 
#middlemenulist,
#submenulist {
	position: relative;
	padding: 0;
	margin: 0;
	width: 117px;
	height: 120px;
	}
#submenulist{
	height: auto;}

#topmenulist li,
#middlemenulist li,
#submenulist li {
	list-style: none;
	margin: 0;
	height: 24px;
	background-color: #BDE0F3;
	/*border-bottom: 1px solid gray;*/
	}

#topmenulist li a,
#middlemenulist li a,
#submenulist li a {
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	height: 15px;
	line-height: 15px;
	background-color: #A2CBE8;
	width: 109px;
	display: block;
	}
#middlemenulist li a{
	background-color: #DFEFF9;
	}
#submenulist li a{
	background-color: #B1D6ED;
	font-weight: normal;
	}

#topmenulist a:link, 
#topmenulist a:visited,
#middlemenulist a:link, 
#middlemenulist a:visited,
#submenulist a:link, 
#submenulist a:visited {
	color: #2B4D93;
	text-decoration: none;
	}

#topmenulist a:hover {
	background-color: #80BBDF;
	color: #000;
	}
#middlemenulist a:hover {
	background-color: #B1D3EB;
	color: #000;
	}
#submenulist a:hover {
	background-color: #93C6E5;
	color: #000;
	}

#topmenulist a:link.selected, 
#topmenulist a:visited.selected {
	background-color: #BEDBEF;
	color: #000;
	}
#middlemenulist a:link.selected, 
#middlemenulist a:visited.selected {
	background-color: #D1E7F5;
	color: #000;
	}
#submenulist a:link.selected, 
#submenulist a:visited.selected {
	background-color: #C9E2F2;
	color: #000;
	}







	/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

#header .homecontent {
	color: #ffffff;
	margin: 0;
	padding: 0;
	top: 100px;
	position: relative;
	width: 632px;
	text-align: right;
	}