html, body{ 
margin:0; 
padding:0; 
text-align:center; 
} 

body {
	background-color: #e1e3e4;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {color: #405b89; }
a:visited {color: #3c4949;}
a:hover {color: #74736e;}
a:active {color: #000; text-decoration: none;}	
 
#pagewidth{ 
width:770px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
background-color: #FFFFFF;
margin-bottom: 8px;
} 
 
#header{
position:relative; 
height:177px; 
background-color:#FFFFFF; 
width:754px;
left: 8px;
top: 8px;
} 
 
#leftcol{
width:191px; 
float:left; 
position:relative; 
}
 
#maincol
{
background-color: #f9f9f9;  
float: right; 
display:inline; 
position: relative; 
width:754px; 
left: -8px;
top: 8px;
background-image: url(images/bgmain.gif); 
 }
 
 #white
 {
 background-color: #FFFFFF;  
 float: right; 
 display:block; 
 position: relative; 
 width:770px; 
 height:8px;
 }
 
#copyright
 {
 text-align: center;
 display:block; 
 position: relative;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #666666;
 width:100%; 
 height: 30px;
 }
 
 #logo
	{
	display: block;
    position: absolute;
	width:191px; 
	height: 177px; 
	z-index:12; 
	left: 0px; 
	top: 0px;
	}
	
#headpic
	{
	display: block;
    position: absolute;
	width:563px; 
	height: 177px; 
	z-index:12; 
	left: 191px; 
	top: 0px;
	}

#contentarea
{
float: left; 
display: block; 
position: relative; 
width:525px; 
left: 37px;
}	

.cent
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 500px;
}


.undermenu
{
position: relative;
display: block;
width: 563px;
height: 18px;
left: 0px;
top: 0px;
margin-left: -37px;
}

h2
{
color: #405b81;
width:525px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: 100;
border-bottom-style: solid;
border-bottom-color: #d2d4d3;
border-bottom-width: 1px;
line-height: 22px;
top: 0px;
bottom: 0px;
}

h3
{
color: #405b81;
width:525px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 22px;
top: 0px;
bottom: 0px;
}


	
ul.disc, #contentarea UL {
	position: relative;
	display: block;
	list-style-type: disc;
	list-style-image: url('images/bullet0.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #3f3d3d;
	left: -23px;
	top: 5px;
}

p  
{
margin-left: 0px;
margin-right: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
}


td
{
margin-left: 0px;
margin-right: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
vertical-align: top;
}

.att
{
margin-bottom: -1px;
}

.pic
{
padding-top: 10px;
}

.pic2
{
padding-top: 10px;
}






.menuitem, .menuitemOver {
	width: 191px;
	border-bottom: 1px solid #3c4949;
	background: #405b81;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	cursor: pointer;
}
.menuitemOver { background: #6091c2; }

dl#menu dt.null {
display: none;
line-height: 0px;
margin-top: -1px;
font-size: 0px;
}

dl#menu ul {
text-align: left;
background-color: #ececec;
font-family: Arial, Helvetica, sans-serif;
}


dl#menu li {
display: block;
border-bottom: 1px solid #9b9c9a;
font-size: 12px;
line-height: 14px;
}

dl#menu dt a {
display: block;
color: #FFFFFF;
text-decoration: none;
border: 0 none;
padding-left: 1px;
padding-right: -20px;
line-height: 12px;
padding-top: 6px;
padding-bottom: 6px;
}

dl#menu li a {
color: #000;
display: block;
text-decoration: none;
border: 0 none;
padding-left: 40px;
padding-right: -40px;
line-height: 12px;
padding-top: 6px;
padding-bottom: 6px;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #6091c2;
}

 dl#menu dt a:active {
background: #405b89 url('images/menuactive.gif') no-repeat fixed left; 
display: block;
color: #FFF;
}

dl#menu dd a:active{
background: #405b89 url('images/s.gif') no-repeat fixed left; 
display: block;
color: #000;
}















 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


