@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#233402;
	background:url(img/mainbg.jpg) bottom repeat-x #FFFFFF;
	margin:0px;
	padding:0px;	
}

img {
	border:none;
}

.spacer {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;
}

h1 {
	font-size:15px;
	color:#3584c9;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

h1 span {
	color:#005825;
}

h2 {
	color:#005825; 
	font-size:13px; 
	margin:10px 0px; 
	padding:0px;
}

p {
	margin:15px 0px;
}

/************* cont styles *************/

#outer_cont {
	display:block; 
	background:url(img/outer_contbg.gif) top repeat-x; 	
}

#inner_cont {
	display:block; 
	width:860px; 
	margin:0px auto;
}

/********** header styles **********/

#header {
	display:block; 
	height:56px;
}

#header .hleft {
	float:left; 
	padding-left:30px; 
	padding-top:15px;
}
#header .hleft a{
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
}
#header .hright {
	float:right; 
	color:#FFFFFF;
	padding-top:15px;
	padding-right:30px;
}

#header .hright input {
	border:1px solid #dddddd; 
	background:#ffffff; 
	width:95px; 
	margin:0px 5px; 
	font-size:11px; 
	padding:2px 5px;
}
#header .btn_submit input {
	width:45px; 
	font-size:10px; 
}
/********** topnav styles **********/

#topnav {
	display:block; 
	width:830px; 
	margin:0px auto;
	background:url(img/topnavbg.gif) repeat-x;
	
}

#topnav .tn_left {
	 background:url(img/topnavbg_left.gif) top left no-repeat;
}

#topnav .tn_right {
	 background:url(img/topnavbg_right.gif) top right no-repeat; 
	 height:38px;
	 overflow:hidden;
	 text-align:center;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:10px;
	
}

#topnav ul li {
	display:inline;
	padding:0px 14px;
	border-left:1px solid #668d74;
	padding-top:7px;
	padding-bottom:7px;
}

#topnav ul .first {
	border:none;
}

#topnav ul li a {
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}

#topnav ul li a:hover {
	color:#ffa807;
}

#topnav ul .active a {
	color:#ffa807;
}

/********** content styles ***********/

.content_top {
	display:block;
	height:29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg_top.png');
	width:860px;
}

div > /**/ .content_top {
	background:url(img/contentbg_top.png) top left no-repeat; 
}

.content_top02 {
	height:29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg_top02.png');
}

div > /**/  .content_top02 {
	background:url(img/contentbg_top02.png) top left no-repeat; 
}

.content {
	display:block; 
	padding-left:45px; 
	padding-right:45px;
	width:770px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg.png');
}

div > /**/ .content {
	background:url(img/contentbg.png) repeat-y;
}

.content02 {
	display:block; 
	padding-left:15px; 
	padding-right:45px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg.png');
	width:800px;
}

div > /**/ .content02 {
	background:url(img/contentbg.png) repeat-y;
}

.content02 #footlinks {
	padding-left:30px;
}

.content_bot {
	height:29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg_bot.png');
}

div > /**/ .content_bot {
	background:url(img/contentbg_bot.png) top left no-repeat; 
}


/*********** table01 styles *********/

.table01 {
	display:block;
}

.table01 .tab01_left {
	width:375px; 
	float:left;
}

.table01 p {
	text-align:justify; 
	color:#233402; 
	line-height:16px; 
	margin:10px 0px;
}

.table01 .more {
	color:#c38200; 
	text-decoration:none;
}

.table01 .more:hover {
	text-decoration:underline;
}

.table01 .tab01_right {
	width:375px; 
	float:right;
}

/*********** table02 styles **********/

.table02 {
	background:url(img/table02_bg.gif) repeat-y; 
	display:block;
	width:800px;
}

.table02 .wrap {
	display:block;
	background:url(img/table02_bot.gif) bottom left no-repeat;
}

.tab02_left {
	width:190px; 
	float:left; 
	padding-left:15px; 
	padding-bottom:150px;
}

.table02 h1 {
	font-size:16px; 
	color:#005825;
}

.table02 h1 .span {
	color:#3584c9;
}

.table02 .tab02_right {
	float:right; 
	width:566px;
}

.table02 p strong {
	color:#3584c9;
}

/*********** subnav styles ***********/

.subnav {
	margin:0px;
	padding:0px;
	list-style:none;
}

.subnav li {
	display:block;
	background:url(img/bullet.gif) 0px 3px no-repeat;
	padding-left:12px;
	margin:5px 0px;
}

.subnav a {
	color:#649fd3;
	font-size:13px;
	text-decoration:none;
}

.subnav a:hover {
	text-decoration:underline;
}

/*********** footlinks styles *********/

#footlinks {
	display:block;
}

#footlinks ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footlinks ul li {
	display:inline;
	margin-right:15px;
}

#footlinks ul li a {
	color:#233402;
	text-decoration:none;
}

#footlinks ul li a:hover {
	text-decoration:underline;
}
 
#footlinks .flink_left {
	float:left; 
	color:#233402;
	padding-top:26px;
}

#footlinks .flink_right {
	float:right;
}

/*********** footer styles *************/

#footer {
	display:block; 
	color:#ffffff; 
	padding-left:18px; 
	padding-bottom:35px;
}