/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body#about{
	background: url(../images/bgr.gif) #e7e6e6 repeat-x top;
	color: #403f3f;  /*=== ===*/
	font: 11px Arial,Verdana,Helvetica,Sans-Serif;
	height: 100%;
}


a{
	color: #71ac03;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
#content li{
	list-style: none;
	color: #403f3f;
}
/*=== Header ===*/
#header{
	background: url(../images/background-1.jpg) no-repeat top left;
	height: 413px;
	overflow: hidden;
	width: 975px;
}




#header h2{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px;
}
#header h2 small{
	color: #71ac03;
	font-size: 11px;
	letter-spacing: normal;
}
#header h4{
	font-size: 11px;
	font-weight: normal;
}
#header p{
	padding: 0 0 8px;
}
#header ul{
	padding: 0 0 10px;
}
#header .spacer{
	background: url(../images/transp.png);
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	float: right;
	height: 413px;
	width: 651px;
}


#header .content{
	color: #ffffff;
	float: left;
	height: 383px;
	overflow: auto;
	padding: 15px 20px 15px 20px;
	width: 400px;
}
#header .content a{
	color: #71ac03; /*== content links */
}
#header .content .pic{
	border-bottom: 7px solid #005eab;
	display: block;
	margin: 0 0 10px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin: 205px 0 0;
	text-indent: -9999px;
	width: 322px;
}
#header h1 a{
	display: block;
	height: 206px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Bullet ===*/

#bullet ul{
margin-bottom : 7px;
	padding: 0px 0 0 40px;
	font-weight : bold;
	list-style : disc;
}
#bullet li{
	margin: 0 0 2px;
	
}


/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	border-right: 1px solid #464b52;
	float: left;
	font-size: 10px;
	height: 413px;
	margin: 0 0 10px;
	text-transform: uppercase;
	width: 210px;
	
}


#indexnav2{
	border-right: 1px solid #464b52;
	float: left;
	height: 413px;
	margin: 0 0 10px;
	width: 210px;
}


#indexnav{
	border-right: 1px solid #464b52;
	float: left;
	font-size: 10px;
	height: 413px;
	margin: 0 0 10px;
	width: 210px;
}

#indexnav ul {	
color: #ffffff;
font-size: 11px;
padding: 20px 0 0 30px;
}



#nav1 ul{color: #ffffff;
	padding: 20px 0 0 30px;
}
#nav1 li{
	margin: 0 0 7px;
	list-style : none;
}
#nav1 li a{
	color: #71ac03;
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #ffffff;
	text-decoration: none;
}
/*- Nav2 -*/
#nav2{
	height: 64px;
	margin: 0 0 0 -1px;
	position: relative;
}
#nav2 ul{
	background: url(../images/nav2-bgr.gif) repeat-x top;
	height: 64px;
	margin: 0 0 0 1px;
	padding: 0 0 0 15px;
}
#nav2 li{
	float: left;
	font-size: 11px;

	line-height: 31px;
	text-transform: uppercase;
}
#nav2 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 20px;
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #71ac03; /*=== main nav ====*/
	text-decoration: none;
}
/*=== Left Column ===*/
#leftcol{
	background: #ffffff;
	border-right: 1px solid #ffffff;
	bottom: 0;
	left: 0;
	padding: 5px 0 0 45px;
	position: absolute;
	top: 413px;
	width: 277px;
}
* html #leftcol{
	height: 53.5%;
}
#leftcol h2{
	color: #403f3f;
	font-size: 24px;
	letter-spacing: -1px;
}
#leftcol h3{
	color: #005eab;
	font: 32px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
/*=== Center Column ===*/


#centercol{
	margin: 0 0 0 322px;
}
#centercol .spacer{
	padding: 25px 0 0 35px;
}
/*=== Sub Columns ===*/
.col{
	float: left;
	font-size: 10px;
	margin: 0 25px 15px 0;
	width: 165px;
}
.col h4{
	color: #71ac03; /*===*/
	font-size: 10px;
}
.col p{
	padding: 0 0 10px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

.newsholder {
	color: #71ac03;
	margin-bottom: 10px}
.newsbody{
	color: #FFFFFF;
	margin-bottom: 20px}
	

