* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/page_bg__.gif);
	margin-top: 6px;
	text-align: center;
	color: #666666;
	font: 11px Verdana;
	line-height: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #3A6EBE;
	font: 18px Verdana;
	line-height: 22px;
	margin-bottom: 15px;
}

h2 {
	margin-top: 15px;
}

h3 {	
	color: #3A6EBE;
	font: bold 12px Verdana;
	line-height: 20px;
	margin-bottom: 6px;
	margin-top: 9px;
}

p {
	margin-bottom: 12px;
}

ul {
	margin-left: 26px;
}

hr {
	color:#F0F0F6; 
	background-color:#F0F0F6; 
	height:2px;
	border:0px;
}

#mainframe {
	width: 990px;
	text-align: left;
	margin-right:auto;
	margin-left:auto; 
}

#head {
	background-image: url(../images/head_bg.jpg);
	height: 113px;
	padding-left: 212px;
}

#mainnav {
	margin: 82px 0 0 35px;
	float: left;
}

#mainnav a {
	color: #FFFFFF;
	font: bold 16px Verdana;
	text-decoration: none;
}

#mainnav a.on {
	color: #3A6EBE;
}

#mainnav a:hover {
	color: #FF9600;
}

#mainnav .left_bg, #mainnav .left_bg_on {
	background: url(../images/mainnav_left.gif) no-repeat;
	width: 14px;
	height: 31px;
	float: left;
}

#mainnav .left_bg_on {
	background-image: url(../images/mainnav_left_on.gif);
}

#mainnav .right_bg, #mainnav .right_bg_on {
	background: url(../images/mainnav_right.gif) no-repeat;
	margin-right: 4px;
	width: 14px;
	height: 31px;
	float: left;
}

#mainnav .right_bg_on {
	background-image: url(../images/mainnav_right_on.gif);
}

#mainnav .bg, #mainnav .bg_on {
	background: url(../images/mainnav_bg.gif) repeat-x;
	padding-top: 10px;
	height: 21px;
	float: left;
}

#mainnav .bg_on {
	background-image: url(../images/mainnav_bg_on.gif);
}

#subnav {
	background-color: #EEEFF0;
	margin: 25px 25px 0 0;
	padding-top: 20px;
	width: 191px;
	float: left;
}

#subnav li {
	list-style-type: none;
	padding-left: 10px;
	line-height: 20px;
}

#subnav a {
	color: #3A6EBE;
	font: bold 14px Verdana;
	display: block;
	line-height: 20px;
	padding-bottom: 4px;
}

#subnav .on {
	color: #FF9600;
}

#subnav .subon {
	font: 12px Verdana;
}

#subnav .link_bg {
	background: url(../images/subnav_link_bg.gif) repeat-y 0 0;
}

#subnav .subnav_bottom {
	background-color: #EEEFF0;
	height: 14px;
	width: 191px;
}

#content {
	padding: 25px 30px 0 35px;
	margin-right: 30px;
	width: 450px;
	float: left;
	background-color: #FFFFFF;
}

#content .totop {
	font: 10px Verdana;
	color: #3A6EBE;
	font-weight: normal;
}

#content a {
	color: #FF9600;
	font-weight: bold;
}

#content .img_left {
	float: left;
	margin: 17px 30px 0 0;
	width: 201px;
}

#content .content_pic_caption {
	color: #3A6EBE;
	margin-bottom: 17px;
}

#contentfull {
	padding: 25px 30px 0 35px;
	width: 709px;
	float: left;
	background-color: #FFFFFF;
}

#contentfull a {
	color: #FF9600;
	font-weight: bold;
}

#contentfull .img_left {
	float: left;
	margin: 17px 30px 0 0;
	width: 201px;
}

#contentfull .content_pic_caption {
	color: #3A6EBE;
	margin-bottom: 17px;
}

#context {
	width: 193px;
	float: left;
}

#context h3 {
	background: url(../images/context_bullet.gif) no-repeat 0 0;
	color: #3A6EBE;
	font: bold 14px Verdana;
	line-height: 20px;
	padding-left: 45px;
	margin: 25px 0 10px 0;
}

#context h4 {
	background: url(../images/context_bullet.gif) no-repeat 0 0;
	color: #3A6EBE;
	font: bold 14px Verdana;
	line-height: 20px;
	padding-left: 45px;
	margin: 10px 0 10px 0;
}

#context a {
	color: #FF9600;
	font-weight: bold;
}

#footer {
	color: #3A6EBE;
	padding: 10px 40px 15px 0;
	clear: both;
	text-align: right;
}

#footer a {
	color: #3A6EBE;
}


