/* CSS Document */

body{

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

#wrapper#wrapper{
width:780px;
margin: 0px auto 0px;
background-image:url(../images/contentbg.jpg);
background-repeat:repeat-y;
}
#page{
width:780px;
margin:0px auto 0px;
}
#header{width:780px;
height:119px;
}

#menutop{
background-image: url(../images/menubar.jpg);
background-repeat:no-repeat;
height:45px;
color:#40629B;
}
#menutop a:hover {

	color:#999999;

	width:auto;
	text-decoration:underline;





}

#menutop li a{

	color: #40629B;

	text-decoration: none;

	line-height:20px;

	display:block;

	padding:0px 3px 0px;

	

	

}



#menutop ul{

margin:0px;

padding:0px;

}

#menutop li{

	list-style:none;

	float:right;

	height:18px;

	padding-left:0px;
	padding-right:12px;

    font-size:11px;

}
#containertop{witdh:780px;
height:17px;
background-image:url(../images/contenttop.jpg);
background-repeat:no-repeat;}
#leftmenu{float:left;
width:150px;
padding-left:18px;
}

#content{float:right;
width:600px;
padding-top:5px;
padding-right: 10px;
}
#content img{padding:3px;}



#content a:link {
	color: #000;
}
#content a:visited {
	color: #000;
}
#content a:hover {
	color: #136CB2;
}
#content a:active {
	color: #136CB2;
}




#footer{
clear:both;
text-align:center;
background-image: url(../images/footer.jpg);
height:78px;
background-repeat:no-repeat;
}
.notlisted{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#990033;
font-style:italic;
font-weight:600;
}