body {
	padding-right: 0px;
	padding-left: 0px;
  	padding-bottom: 0px;
 	margin: 0px;
	font: 10px normal arial, helvetica, sans-serif;
	padding-top: 0px
}

.container {
	margin: 0px auto;
 
	float: right;
	position: relative
}

#header {
	background: url(../images/header_bg.gif) no-repeat center top;
 
}

#header .disclaimer {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	right: 0px;
	padding-bottom: 7px;
	color: #999;
	padding-top: 100px;
	position: absolute;
	top: 0px;
	text-align: right
}

#header .disclaimer a {
	color: #ccc
}

ul.topnav {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 2.2em;
	background: url(../images/menu.jpg) repeat-x;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 528px;
	padding-top: 0px;
	list-style-type: none
}

ul.topnav li {
	padding-right: 15px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	position: relative
}

ul.topnav li a {
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	float: left;
	padding-bottom: 10px;
	color: #fff;
	padding-top: 10px;
	text-decoration: none
}

ul.topnav li a:hover {
	background: url(../images/topnav_hover.gif) no-repeat center top
}

ul.topnav li span {
	background: url(../images/subnav_btn.gif) no-repeat center top;
	float: left;
	width: 17px;
	height: 35px
}

ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer
}

ul.topnav li ul.subnav {
	border-right: #626262 1px solid;
	padding-right: 0px;
	border-top: #626262 1px solid;
	display: none;
	padding-left: 0px;
	background: #969696;
	left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #626262 1px solid;
	width: 160px;
	padding-top: 0px;
	border-bottom: #626262 1px solid;
	list-style-type: none;
	position: absolute;
	top: 35px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px
}

ul.topnav li ul.subnav li {
	clear: both;
	padding-right: 0px;
	border-top: #6C6C6C 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 160px;
	padding-top: 0px;
	border-bottom: #969696 1px solid
}

html ul.topnav li ul.subnav li a {
	padding-left: 20px;
	background: url(../images/dropdown_linkbg.gif) #969696 no-repeat 10px center;
	float: left;
	width: 135px
}

html ul.topnav li ul.subnav li a:hover {
	background: url(../images/dropdown_linkbg.gif) #797979 no-repeat 10px center
}

#header img {
	margin: 20px 0px 10px
}