/* CSS Document */

body {
 	width: 800px;
 	margin: auto;
	background-color: #215069;
	font-size: 15px;
}


#banner
{
	background: url(images/topbanner.gif) no-repeat;
	height: 162px;
}
#search
{
	position: relative;
	top: 22px;
	left: 573px;
}
#menuTop
{
	background: url(images/contentTop.gif) no-repeat;
	height: 23px;
}
#menuContent
{
	background: url(images/content.gif) repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	
}



#menuBottom
{
	background: url(images/menuBottom.gif) no-repeat;
	height: 22px;	
}









/* Navigation */

#nav {

	margin: 0 0px 0 45px;

	font-weight: bold;

	font-family: "Verdana", "Trebuchet MS", "Tahoma", Helvetica, Arial, Geneva, sans-serif;
}

#nav ul {

	list-style: none;
	padding: 0;	margin: 0 0 0 0px;
	font-size: 13px;


}

#nav ul li {

	display: inline;
	margin: 0; padding: 0;

}

#nav ul li a {
	text-decoration: none;
	color: #215069;
	padding: 0px 15px 0px 15px;
}

#nav ul li a:hover, 
#nav ul li a:active {
	background-color: #D0DDE3;
}

#nav ul li#current a {	
	
	color: #2518EAD;
	text-decoration: underline;	

	position: relative;
	top: -5px;
}









#footer
{
	font-size: 12px;
	margin:auto;
	width: 800px;
	text-align: center;
	background: url(images/spacer.gif) repeat;
	color: #dddddd;
}

#footer a
{
		color: #dddddd;
		text-decoration: none;
}






#contentTop
{
	background: url(images/contentTop.gif) no-repeat;
	height: 23px;
}

#content
{
	background: url(images/content.gif) repeat-y;
	padding: 0px 0px 0px 50px;
	margin: 0px 50px 0px 0px;
	
	font-weight: normal;
	
}

#contentBottom
{
	background: url(images/bottom.gif) no-repeat;
	height: 40px;	
}
.textbox
{
	border: 1px solid #ffffff;
}
.button {
    border: 1px solid #ffffff;
    background: #ffffff;
}
.button:hover {
    border: 1px solid #518EAD;
    background: #215069;
    color: #ffffff;
    

}