body {
background:url(../images/background2.jpg) repeat-y top center;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin-left: 0px;
margin-top: -100px; 
margin-right: 0px; 
margin-bottom: 0px;
}

p, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

main.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}


td.top {
background: url(../images/header_bkg.jpg) no-repeat center;
height: 150px;
width:900px;
vertical-align: top;
padding-top: -10px;
}

#name {
position:absolute;
 width:200px; 
 height:115px; 
 z-index:1; 
 left: 835px; 
 top: 2px;
color: #FFF;
 font-weight: bold;
 font-size: 16px;
}

/***************************/
/*   RIGHT COLUMN STUFF    */

#announcement {
font-size: 80%;
background-color:#4c617e;
}
	
#form {
background-color: #EAEAD6;
margin-top: 10px;
margin-left:10px;
margin-right:10px;
}

#blog{
background-color: #DDDDDD;
}

#blogContent{
font-size:80%;
}

#blogin{
background-color: #f3f3f3;
margin-left: 10px;
margin-right: 10px;
padding: 10px 10px 10px 10px;
font-size: 80%;
}

#blogtop {
background-color:#C84B13;
height: 65px;
}

#flv{
background-color: #EAEAD6;
margin-left:10px;
margin-right:10px;
padding: 10px 5px 10px 5px;
font-size: 80%;
}

#recentnews{
background-color:#dddddd;
padding: 0 0 10px 0;
}
	
#news{
margin-left:10px;
margin-right:10px;
margin-top:10px;
font-size: 80%;
}


.news_title {
font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.news_ftr_headline {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a607c;
}

.read-more-text a
{
	/*
	Use 'position:absolute' to push the span inside the anchor
	way off the screen
	*/
	position: 		absolute;
	left: 			-9999px;
	width: 			900px;
}

.featureIMG{
margin-right:8px;
margin-bottom:1px;  
float: left;
}

/*   FOOTER    */

#ftrSpacer{
width:575px;
margin-left:35px;
margin-right:20px;
padding: 15px 0 4px 0;
border-bottom:1px solid #dddddd;
}

#footer {
width:575px;
margin-top:10px;
margin-left:35px;
margin-right:20px;
margin-bottom:20px;
font-size:80%;
}

/***** Other Pages ****/
#main {
margin-top:40px;
margin-left:35px;
margin-right:20px;
font-size:80%;
background-image:url(images/spine_bg.gif);
background-repeat: no-repeat;
background-position:right;
}

#rightBox{
background-color: #fff;
margin-left:10px;
margin-right:10px;
padding: 5px 10px 15px 10px;
font-size:75%;
}

#rightBox a{
font-weight:bold;
text-decoration:none;
}

#rightBox a:hover{
font-weight:bold;
text-decoration:underline;
}

#bottomBox{
float: none;
width: 900px;
font-size:80%;
background-image:url(images/bottom.gif);
background-repeat: no-repeat;
background-position:center;
background-color: #79b701;
}

#bottomBox a{
font-weight:bold;
text-decoration:none;
}

#bottomBox a:hover{
font-weight:bold;
text-decoration:underline;
}

h2{
	
	background-position:  left bottom;
	background-repeat: repeat-x;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 3px;
	color: #56708e;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 300;
	border-bottom: 1px solid #accc3f;
}

h3{
	color: #7ab217;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
}

h4{
	color: #7b94b3;
	font-size: 14px;
}

h5{
	font-size: 12px;
	font-weight: bold;
	color: #7b94b3;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	background-repeat: repeat-x;
	border-bottom: 2px solid #dee6f0;
}

a{
	color: #7b94b3;
	font-size: 13px;
}

a:hover{
	color: #6fa500;
	font-size: 13px;
	text-decoration: none;
}