body{
	font-family: arial, verdana;
	background: #768CA1;
	padding: 0;
	margin: 10px 0;
}

a, a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #c00;
}

.wrapper{
	width: 990px;
	margin: 0 auto;
	border: 1px solid #4D5E6E;
	padding: 5px;
	background: #fff;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 978px;
}

html>body .wrapper {  
	width: 978px;
}

.header{
	height: 146px;
}

.logo{
	float: left;
	width: 180px;
	height: 146px;
	margin-right: 1px;
	background: url(images/bgr_logo.jpg) repeat-x;
	border-left: 1px solid #DEF1FC;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 179px;
}

html>body .logo {  
	width: 179px;
}

.logo img{
	margin: 9px 0 0 29px;
}

.header_right{
	float: left;
	width: 797px;
	height: 146px;
}

.top_menu{
	background: #004D76 url(images/bgr_menu.jpg) repeat-x;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
}

.top_menu ul{
	margin: 0;
	padding: 0;
}

.top_menu ul li{
	display: inline;
}

.top_menu ul li a{
	float: left;
	text-align: center;
	color: white; /*text color*/
	padding: 10px 0 11px 0;
	text-decoration: none;
}

.top_menu ul li a:visited{
	color: white;
}

.top_menu ul li a:hover, .top_menu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 10px; /*shift text down 1px for selected and active item*/
	padding-bottom: 11px; /*shift text down 1px for selected and active item*/
	background: url(images/bgr_menu_on.jpg) repeat-x;
}

#one{
	width: 135px;
}


#two{
	width: 190px;
	border-left: 1px solid #ccc;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 189px;
}

html>body #two {  
	width: 189px;
}


#three{
	width: 141px;
	border-left: 1px solid #ccc;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 140px;
}

html>body #three {  
	width: 140px;
}

.footer{
	width: 990px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #fff;
}

.footer_left{
	float: left;
	width: 400px;
}

.footer_right{
	float: right;
	width: 500px;
	text-align: right;
}

.main_content{
	background: url(images/bgr_main2.jpg) repeat-y;
}

.main_left{
	float: left;
	width: 180px;
}

.main_right{
	float: left;
	width: 797px;
	padding: 5px 5px 5px 10px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 782px;
}

html>body .main_right {  
	width: 782px;
}

.spacer{
	font-size: 2px;
	clear: both;
}

.left_menu{
	background: #003F62;
	border-top: 1px solid #fff;
}

#navlist {
	margin: 0;
	padding: 0;
}

#navlist li {
	display: inline;
}

#navlist a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 5px 8px 25px;
	font-size: 12px;
	background: url(images/arrow_1.gif) no-repeat 8px 8px;
}

#navlist a:visited { color: #fff; }

#navlist a:hover { 
	background: #32B1EF url(images/arrow_2.gif) no-repeat 8px 8px;
	color: #002E46;
}

#navlist .sub a, #navlist .sub a:visited {
	color: #002E46;
	background: #32B1EF url(images/arrow_2.gif) no-repeat 8px 8px;
}

#navlist .sub a:hover {background: #32B1EF url(images/arrow_2.gif) no-repeat 8px 8px;
}

.content_left{
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
}

.content_left p{
	padding: 0 0 5px 0;
	margin: 0;
}

.footer a, .footer a:visited{
	color: #fc0;
	text-decoration: none;
}

.footer a:hover{
	color: #fff;
	text-decoration: none;
}

h1{
	font-size: 26px;
	padding: 10px 0 12px 0;
	margin: 0;
	font-weight: normal;
}

.main_right p{
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}

.breadcrumb{
	font-size: 11px;
	padding: 5px 0 0 0;
	margin: 0;
}

.left_column{
	width: 385px;
	margin-right: 10px;
	float: left;
}

.right_column{
	width: 385px;
	float: left;
}

.box{
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}