@import "content.css";
body{
	background-position:0 24px;
	background-image:url("../interface/bg.gif");
	background-repeat:repeat-x;
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
body#veditor{
	text-align:left;
} 	
#section_head{
	width:550px;
	margin:0 0 0 -12px;
	padding:0 20px 10px 20px;
	background-image:url(../interface/section_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
	z-index:0;
}

#head_caption{
	width:194px;
	font-size:11px;
	height:58px;
	margin:18px 0 0 0;
	float:right;
	display:block;
	text-align:left;
	padding:12px 12px 8px 16px;
	border-left:1px dashed #81A581;
}

#section_head img{
	width:80px;
	height:80px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	border:2px solid white;
	z-index:10000;
}
#section_head p{
	padding:0;
	margin:0;
}
#section_head h1{
	float:left;
	width:445px;
	padding:0 0 4px 0;
	margin:0;
}
#section_head br{
	clear:both;
}
#section_head span{
	font-size:11px;
}
ul#top_nav{
	text-align:right;
	list-style-type:none;
	margin:0;
	padding:0 0.5em 0 0;
	height:24px;
	line-height:24px;
}
ul#top_nav li{display:inline;}
ul#top_nav li a{
	color:#164613;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
ul#top_nav li a:hover{
	text-decoration:underline;
}
#container{
	background:white;
	width:825px;
	text-align:center;
	margin:0 auto;
	position:relative;
}
#header{
	height:121px;
	background:url("../interface/header.jpg");
	position:relative;
	margin:0 -29px 0 -30px;
	text-align:center;
}
#logo{
	height:71px;
	width:196px;
	margin:15px 0 0 0px;
}
ul#nav{
	list-style-type:none;
	width:900px;
	display:block;
	padding:0;
	margin:0 0 0 45px;
	position:absolute;
	left:0;
	bottom:0;
}
* html ul#nav{bottom:-1px;} /*IE6 HACK*/
ul#nav li{
	display:block;
	padding:0 3px 0 3px;
	margin:0;
	height:23px;
	float:left;
}
ul#nav li a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	height:23px;
	line-height:23px;
}
ul#nav li a:hover{
	color:#8ECF8E;
}
ul#nav li .tab_left, ul#nav li .tab_right{
	height:23px;
	width:10px;
	vertical-align:middle;
	float:left;
}
ul#nav li.active a{color:#164613;background:white}
ul#nav li.active .tab_left{background-image:url('../interface/tab_left.png')}
ul#nav li.active .tab_right{background-image:url('../interface/tab_right.png')}

#right_border, #left_border{
	height:400px;
	width:15px;
	position:absolute;
	top:145px;
}
#right_border{right:-15px;background:url('../interface/border_right.png');}
#left_border{left:-15px;background:url('../interface/border_left.png')}
#content{
	text-align:left;
	padding:20px 0 20px 12px;
	position:relative;
	width:813px;
}
#content #main{
	padding:10px 20px 0 28px;
	width:530px;
	float:left;clear:both;
	letter-spacing: 0.2pt;
	line-height: 18px;
	min-height:500px;
	_height:500px;
}
#content #right_col{
	width:214px;
	position:absolute;
	top:0;
	right:20px;
	text-align:right;
	padding:0 0 0 10px;
}
#footer{
	font-size:11px;
	margin:0 auto;
	position:relative;
	color:#144412;
	padding:20px 0 20px 0;
	width:825px;
	background-position:110px -15px;
	background-image:url(../interface/footer_bg.jpg);
	background-repeat:no-repeat;
}
#footer a{
	color:#144412;
	text-decoration:underline;
}
#barchart{
	margin:20px 0 20px 0;
	background:url(../interface/spinner.gif);
	background-repeat:no-repeat;
	background-position:80px 60px;
}
ul#rightNav,ul#rightNav ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}
ul#rightNav{
	text-align:left;
	margin:115px 0 0 0;
	font-size:11px;
}
