body {
	background: url(Images/background.jpg) repeat-x top center ;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

h1 {
	font-size: 18px;
	color: #002153;
	}

h2 {
	font-size: 16px;
	color: #002153;
	}
	
h3 {
	font-size: 14px;
	color: #002153;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #406a96;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #406a96;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #002153; 
	}
	
.black {	
	color: #000;
	}

.small {
	font-size: 10px;
	color: #8ea4d5;
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.style1 {	
	width: 668px;
	padding-top: 10px;
	padding-right: 17px;		
	}

.style2 {
	padding-left: 48px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}

.events {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #002153;
	}
	
.news {
	font-size: 11px;
	font-weight: bold;
	color: #002153;
	overflow: scroll;
	}
.homenews {
	font-family: Arial;
	font-size: xx-small;
	color: #406A96;
	text-decoration: underline;
	}
.homenewsbold 
{
    font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #002153;
	text-decoration: underline;
	}
	
a.homenewsbold:link {
	font-weight: bold; 
	text-decoration: underline; 
	color: #002153;
	} 	
a.homenewsbold:visited {
	font-weight: bold; 
	text-decoration: underline; 
	color: #002153;
	}	
a.homenewsbold:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #002153; 
	}
	
#homeText {
	background: url(Images/rightsidebytext.jpg) no-repeat top;
	padding-top: 95px;
	padding-left: 39px;
	padding-right: 22px;
	padding-bottom: 35px;
	height: 166px;
	width: 226px;	
	}

#flashcontent {	
	width: 354px;
	height: 282px;		
	}

/* MENU STUFF */

#dropmenudiv{
	position:absolute;
	background-color: #95d25a;	
	border-top: 1px solid #fff;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
	font: 11px Arial;
	text-align: left;	
	color: #002153;	
	font-size: 13px;
	font-weight: normal;
	z-index: 100;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	background-color: #95d25a;
	text-indent: 3px;
	color: #002153;
	text-align: left;	
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #fff;
	padding: 4px;	
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #5982ae;
	color: #fff;
	text-align: left;	
	font-size: 13px;
	font-weight: normal;
	}