/* CSS Document */
.content_main h2{
	color:#70913c;
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:30px;
	clear:both;
	border-bottom:1px dotted #212121;
	margin-bottom:10px;
}

.content_main h3{
	color:#0f5f8d;
	font-size:14px;
	font-weight:bold;
	display:block;
	line-height:24px;
	clear:both;

	margin-bottom:10px;	
}

.contact_para{
	float:left;
	width:200px;
}

.contact_para a, .contact_para a:visited, .contact_para a:active{
	text-decoration:underline;
	color:#707070;
}

.contact_para a:hover{
	color:#000000;
}
.img_block{

	margin-right:10px;
	float:left;
	outline:none;
	
}

.bold_bigtext{
	color:#707070;
	font-size:12px;
	float:left;
	margin-right:20px;
	display:block;
	font-weight:bold;
	line-height:40px;
}

.bold_bigtext a, .bold_big a:visited, .bold_big a:active{
	text-decoration:underline;
	color:#707070;
	
}

.crossline {
	height:4px;
	padding:10px 0;
	background:url(../images/crossline_bg.gif) left repeat-x;
	clear:both;
	
}

.green_links{
	color:#70913c;
	font-size:12px;
	margin-right:15px;
	float:left;
	font-weight:bold;
}

.green_links a, .green_links a:visited,.green_links a:active{
	color:#70913c;
	text-decoration:underline;

}

.content_list{
	margin-bottom:10px;
}

.content_list ul{
	list-style-type:none;
}

.content_list ul li{
	background:url(../images/green_bullet.gif) 10px 8px no-repeat;
	padding-left:26px;
}

.content_list ul li a, .content_list ul li a:visited, .content_list ul li a:active{
	font-size:12px;
	color:#707070;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}

.content_list ul li a:hover{
	text-decoration:underline;
}

.blue_list{
	margin-bottom:10px;
	float:left;
}

.blue_list ul{
	list-style-type:none;
}

.blue_list ul li{
	display:inline;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}

.blue_list ul li a, .blue_list ul li a:visited, .blue_list ul li a:active{
	width:128px;
	line-height:26px;
	background:url(../images/chap_list_bg.gif) left top repeat-y;
	text-align:center;
	color:#707070;
	text-decoration:none;
	font-size:12px;
	display:block;
	font-weight:bold;
}

.blue_list ul li a:hover {
	text-decoration:underline;
}

.green_list{
	margin-bottom:10px;
	float:left;
}

.green_list ul{
	list-style-type:none;
}

.green_list ul li{
	display:inline;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}

.green_list ul li a{
	width:128px;
	line-height:26px;
	background:url(../images/green_list_bg.gif) left top repeat-y;
	text-align:center;
	color:#707070;
	text-decoration:none;
	font-size:12px;
	display:block;
	font-weight:bold;
}

.green_list ul li a:visited,.green_list ul li a:active{
	color:#707070;
}
.green_list ul li a:hover {
	text-decoration:underline;
}


/* sign up column*/

#login_outer{
	width:337px;
	margin:0 auto;
}

#login_outer .login_top{
	background:url(../images/login_page_topcorn.gif) left top no-repeat;
	width:337px;
	height:8px;
	float:left;

}

#login_outer .login_bot{
	background:url(../images/login_bg.gif) left top no-repeat #ffffff;
	width:303px;
	padding:13px 17px 0 17px;
	float:left;
	height:300px;
}

#login_outer .login_bot p{
	text-align:center;
	width:303px;
	margin:0;
	padding:0;
	float:left;
}
.login_heading{
	border-bottom:1px dotted #305038;
	margin-bottom:17px;
}

#login_form{
	width:565px;
	float:left;
	margin-bottom:10px;
}

#login_form .form_top{
	background:url(../images/loginform_top.gif) left top no-repeat;
	width:303px;
	height:19px;
	float:left;
}

#login_form .mid_area{
	width:249px;
	padding:0 26px;
	background:#FFFFFF;
	border-left:1px solid #a0dfff;
	border-right:1px solid #a0dfff;
	float:left;
}
#login_form .form_bot{
	background:url(../images/loginform_bottom.gif) left top no-repeat;
	width:303px;
	height:19px;
	float:left;
	}