@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
body{
	margin:0;
	background: white;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	
}
img, div { behavior: url(iepngfix.htc); }
a {
	color:#fff;
	cursor:pointer;
}
#footer a{
	text-decoration:none;	
}
h5{
	font-size:15px;
	line-height:19px;
	height:19px;
	padding-top:2px;
}
#container {
	text-align:100%;
	width:100%;
	z-index:6;
	position:absolute;
	
	}
#topRow{
	height:148px;
	width:100%;
	clear:both;
	overflow:hidden;

	
}
#main{
	width:841px;
	clear:both;
	overflow:hidden;
	margin-left:14px;
	

}
#left{
	float:left;
	width:841px;

}


#flashHolder{
	display:none;
	z-index:30;
	position:absolute;
	top:148px;
	left:252px;
}
#bgflash{
		display:none;
	margin-top:148px;
	z-index:1;
	position:absolute;
	width:100%;
}
#topNav{
	display:none;
	width:841px;
	height:9px;
	clear:both;
	overflow:hidden;
	background-image:url(images/topBg.jpg);
	background-repeat:no-repeat;
	line-height:9px;
}
#btmNav{
		display:none;
	width:841px;
	height:9px;
	clear:both;
	overflow:hidden;
	background-image:url(images/btmBgInternal.png);
	background-repeat:no-repeat;
	line-height:9px;
}
#contArea{
	clear:both;
	overflow:hidden;
	background-image:url(images/navBg.png);
	background-repeat:repeat-y;
	min-height:450px;
	
}
#circleHolder{
		display:none;
	float:left;
	width:18px;
	padding-left:12px;
}
#navigationHolder{
		display:none;
	float:left;
	width:210px;
	
	

}
#navigationHolder a{
	text-decoration:none;
}
.green {
	color:#8dc63f;
}
#contentHolder{
	float:left;
	width:550px;
	padding-left:30px;
	margin-top:20px;
}
#contentHolder h1{
	font-size:28px;
	line-height:30px; 
	height:30px; 
	float:left; 
	width:514px;	
	margin-bottom:10px;
}
#contentHolder h2 {
	color:#8dc63f;
	line-height:28px;
	height:28px;
	font-size:16px;
	display:block;
	
}
#contentHolder ul{
	margin-left:24px;
}
#contentHolder ol{
	margin-left:24px;
}
#contentHolder li{
	margin-top:4px;
	margin-bottom:4px;
}
ul {
	color:#8dc63f;
}
ol {
	color:#8dc63f;
}
h1 {
	color:#8dc63f;
	font-weight:100;
}
#navigationHolder ul {
	color:#fff;
	font-variant:small-caps;
	font-size:16px;
}
#navigationHolder li {
	margin:0px;
	padding:0px;
	display:inline;
	height:26px;
	line-height:26px;
	cursor:pointer;
	
}
#latestNews{
	background:url(images/latestNews.jpg);
	height:101px;
	width:578px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:25px;
	padding-left:200px;
}
#footer { 
	display:none;
	margin-top:5px;
	margin-left:28px;
	margin-bottom:5px;
	font-size:12px;
}
.newsRow{
	clear:both;
	overflow:hidden;
	width:500px;
	margin-top:10px;
	margin-bottom:5px;
	display:block;
}
.newsTitle{
	float:left;	
	display:block;
}
.newsDate{
	float:left;
	width:140px;
}
.newsTitle a{
	text-decoration:none;
	color:#FFF;
}
.newsDate a{
	text-decoration:none;
	color:#FFF;
}
.newsTitle a:hover{
	text-decoration:underline;
}
.newsDate a:hover{
	text-decoration:underline;
}
.newsDesc{
clear:both; overflow:hidden; margin-top:10px; margin-bottom:10px;
}

#panes {
	width:100%;
	float:none;
	}
.pane {
	float:none;
	clear:both;
	
}
	
.noprint {
	display:none;
}
