body {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				10px;
	color: 					#000000;
	background-color:		#E6E6E6;
	background-image: 		url(../images/interface/page_bg.jpg);
	background-repeat: 		repeat-x;
	margin: 				0px;
	padding: 				0px;
}

div#page_container_wrap {
	width:					955px;
	margin-left:			auto;
	margin-right:			auto;
	background-image: 		url(../images/interface/content_shadow.gif);
	background-repeat: 		repeat-y;
}
div#page_container {
	
}
div#content_container {
	width:					955px;
}
div#nav {
	height:					30px;
	clear:					both;
	width:					955px;
}
div#header {
	clear:					both;
}
div#body {
	clear:					both;
	
}
div#body_c1_wrap {
	width:					300px;
	float:					left;
}
div#body_c1 {
	width:					260px;
}
div#body_c1_copy_wrap {
	margin-left:			10px;
}
div#body_c1_copy {
	padding:				10px;
}
div#body_c2_wrap {
	width:					445px;
	float:					left;
}
div#body_c2_01 {
	padding:				10px;
}
div#body_c2_02 {
	margin:					5px 0px 10px 0px;
	padding:				10px 10px 10px 10px;
	background-color:		#fff;
	background-image: 		url(../images/interface/body-c2_02_bg.jpg);
	background-repeat: 		no-repeat;
}
div#body_c3_wrap {
	width:					210px;
	float:					left;
}
div#body_c3 {
	padding:				10px 20px 10px 25px;
}
div#footer_wrap {
	height:					35px;
	background-image: 		url(../images/interface/footer.jpg);
	background-repeat: 		no-repeat;
	clear:					both;
}
div#footer {
	padding:				6px 0px 0px 310px;
}
div#footer_info {
	padding:				5px 0px 5px 0px;
	background-color:		#e6e6e6;
	text-align: 			center;
}

/* ----------------------------------------------------------
	Type Styles
-----------------------------------------------------------*/
h1 {
	margin-top:				0px;
	font-size:				18px;
	color:					#00287D;
	font-weight: 			bold;
	text-transform: 		uppercase;	
}
h2 {
	margin-top:				0px;
	font-size:				14px;
	color:					#00287D;
	font-weight: 			bold;
}
h3 {
	margin-top:				0px;
	font-size:				12px;
	color:					#00287D;
	font-weight: 			bold;
}
h4 {
	margin-top:				0px;
	font-size:				11px;
	color:					#00287D;
	font-weight: 			bold;
	margin-bottom:			0px;
}
p {
	margin-top:				0px;
}
a {
	color:					#FF9123;
	font-weight: 			bold;
	border:					0px;	
}
a:hover {
	color:					#41beeb;	
}
.news_date {
	font-weight:			bold;
	text-transform: 		uppercase;
	color:					#41BEEB;
}
.news_title {
	font-weight:			bold;
	font-size:				12px;
	color:					#00287D;
}
li {
	margin-bottom:			10px;
}
.attention {
	color:					red;
}ol {
	list-style-position: inside;
	list-style-type: lower-alpha;
}
