body
{
background:#c0d0d9;
margin: 0;
padding: 0;
}

#top
{
margin: 0px;
height: 120px;
background-color: #184878;
}

#container
{
margin: 0 auto 0;
width: 900px;
padding: 0;
}

#brand
{
display: block;
height: 75px;
width: 900px;
background: url(logo-main.gif) 0 0 no-repeat;
}

#topmenu
{
display: block;
float: right;
font-size: 12px;
font-weight: normal;
font-family: Verdana, sans-serif;
margin-top: 45px;
padding: 2px;
text-align: right;
}

#topmenu img
{
margin-right: 2px;
vertical-align:middle;
}

#topmenu a:link, 
#topmenu a:visited, 
#topmenu a:hover, 
#topmenu a:active
{
color: #b8d2ef; 
font-size: 12px;
font-weight: normal;
font-family: Verdana;
padding-left: 16px;
text-decoration: none;
}

#topmenu a:hover 
{ 
color: #e7effa;
}

.menu_back
{
margin-top: 1px;
float: left;
background-image: url(menu_shadow.gif);
background-repeat: repeat;
height: 45px;
width: 900px;
}

#menuandsearch
{
display: block;
float: left;
background-color: #b8d2ef;
width: 900px;
border-bottom: 1px solid #4e7198;
height: 35px;

}

#searchbar
{
float: right;
padding: 0;
}

fieldset.search {
	float: right;
	border: none;
	margin: 3px 10px auto auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	width: 130px;
	height: 17px;
	padding: 0;
	background: url(search_bg.gif) no-repeat;
	margin-right: 0px;
	padding-top: 3px;
	padding-left: 20px;
}
.search input.box:focus {
	background: #616161 url(search_bg.gif) no-repeat left -20px;
	outline: none;
}
.search button.btn {
	width: 50px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
	background: url(search_bg.gif) no-repeat bottom right;
}

#searchform
{
margin: 0;
padding: 0;
}

#footer
{
display: block;
clear: both;
width: 900px;
background-color: #264869;
margin: -13px auto -13px auto;
padding-top: 15px;
padding-bottom: 5px;
}

#footer_copyright
{
margin: 5px auto 1px auto;
padding: 1px;
color: #A9C1D8;
font-size: 8.25pt;
font-weight: normal;
font-family: Verdana, sans-serif;
text-align: center;
display: block;
}

#footer_links
{
margin: 3px 0px 15px 0px;
padding: 1px;
color: #A9C1D8;
font-size: 8.25pt;
font-weight: normal;
font-family: Verdana, sans-serif;
text-align: center;
position: relative;
display: block;
}

#footer_links a
{
color: #A9C1D8;
font-weight: bold;
text-decoration: none;
}

#footer_links a:hover
{
text-decoration: underline;
}