body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#46545f;
	margin:0;
	padding: 0;
	text-align: center;
	background: url(../img/pagebg.jpg) no-repeat top left;
}
html{
	overflow:-moz-scrollbars-vertical;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#46545f;
	margin:20px;
	padding: 0;
}

#maincontainer {
	width: 898px; 
	margin: 0 auto; 
	padding: 0;
	height: 100%;
}

#hidden-7 { 
	background:#036 ; 
	color:#FFF ; 
	overflow:hidden ; 
	text-align:center
}

#toggle { 
	display:none
}

#content {
	background: url(../img/content_bg.jpg) repeat-x bottom;
	background-color:#FFF;
	width: 642px;
	border: 1px #d1d1d1 solid; 
	text-align:left;
	float:left;
	margin-top: 20px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#afb47a;
	margin:0px;
	padding: 0px;
	text-decoration:underline;
}

#content2 {
	background: url(../img/content_bg.jpg) repeat-x bottom;
	width: 253px;
	border-top: 1px #d1d1d1 solid; 
	border-right: 1px #d1d1d1 solid; 
	border-bottom: 1px #d1d1d1 solid; 
	margin-top: 50px;
	text-align:left;
	float:left;
	margin-top: 20px;
}

#header {
	width:898px;
	height: 140px;
	background-color: #fff;
	text-align:left;
	background: url(../img/header_right_top.jpg) no-repeat bottom right;
	margin: 0px;
	padding: 0px;
}

#h1 {
	margin-left: 25px;
}

.menu{
	font: bold 13px Arial;
	width: 898px;
	margin: 0px;
	padding: 0px;
}

.menu ul{
	float: left;
	width: 898px;
	height: 34px;
	border-bottom: 5px solid #cfd3d6;
	background-color:#455660;
	margin: 0px;
	padding: 0px;
	background: url(../img/navbg.jpg) no-repeat top right;
}

.menu ul li{
	display: inline;
	color: #455560;
}

.menu ul li a{
	float: left;
	padding: 11px 11px;
	text-decoration: none;
	border-right: 1px solid #fff;
	height: 12px;
}

.menu ul li a:visited{
	color: #455560;
}

.menu ul li a:hover, .menu ul li .current{
	color: #455560;
	background: #b1b57a;
}

