/* CSS Document */

.links {
	text-decoration:none;
}
#greennavbar {
	width:678px;
	height:30px;
	line-height:30px;
	
	background-image:url(images/greennavreap.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
}
a.navitems {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;	
	border-color:#6FC945;
}
a.navitems:hover {
	text-decoration:none;
}
#archeader {
	width:688px;
	height:70px;
	
	background-image:url(images/archives.jpg);
	background-repeat:repeat;
}

#left {
	width:229px;
	height:456px;
	border:1px solid #CECECE;
	border-right:1px dotted #CECECE;
	float:left;
}
#center {
	width:229px;
	height:456px;
	border:1px solid #CECECE;
	border-right:1px dotted #CECECE;
	border-left:1px dotted #CECECE;
	
	float:left;
}
#right {
	width:224px;
	height:456px;
	border:1px solid #CECECE;
	border-left:1px dotted #CECECE;
	
	float:left;
}
.captions {
	margin-left:12px;
	margin-top:10px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#244F80;
	display:block;
}
.content {
	width:200px;
	margin:auto;
	margin-bottom:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a.download {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9800;
	display:block;
	text-decoration:none;
}
a.download:hover {
	text-decoration:underline;
}

.newstitle {
	font:bold 15px arial;
	margin:4px;
	color:#FF9900;
}
.newsdate {
	font:normal 11px arial;
	margin:4px;
	color:#498AD4;
}
.newstext {
	font:normal 12px arial;
	margin:4px;
	padding-bottom:4px;
	border-bottom:1px dashed #CCCCCC;
	color:#214C7C;
}
.ctext {
	font:normal 12px arial;
	margin:4px;
	color:#214C7C;
}