a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
}

.newsheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: bold;	
	font-size: 13px;
}
.table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color: #243841;
	word-spacing: normal;
}

h2 {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #243841;
	word-spacing: normal;
	padding:10px 0;
}

h2 span {
	font-size: 14px;
	font-weight:normal;
	color: #057cb4;
}

h3 {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #057cb4;
	word-spacing: normal;
	padding-bottom:6px;
}

p {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size: 12px;
	color: #000000;
	word-spacing: normal;
	padding-bottom:12px;
}

.indent {
	padding-left: 40px;
}

p span {
	padding:0;
	font-weight:bold;
	color:#057cb4;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	word-spacing: normal;
}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #243841;
	word-spacing: normal;
}

.nav a:link {
	text-decoration: none;
	color:#000;
}
.nav a:visited {
	text-decoration: none;
	color:#000;
}
.nav a:hover {
	text-decoration: none;
	color: #057cb4;
}
.nav a:active {
	text-decoration: none;
	color:#000;
}

.styleMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #243841;
	word-spacing: normal;
}

.styleMenu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: underline;
	color: #000099;
	word-spacing: normal;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	word-spacing: normal;
}

.news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	word-spacing: normal;
}

table.mytable { 
	width: 100%; 
	padding: 0px; 
	border: none; 
	border: 1px solid #789DB3;
}
table.mytable td { 
	font-size: 11px; 
	border: none; 
	background-color: #F4F4F4; 
	vertical-align: middle; 
	padding: 7px; 
	font-weight: bold; 
}
.greenlink {
	font-weight: bold; 
	color: #8cca1e
	
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}

.needs {
	
}
.needsleft {
	float:left;
	width:260px;
	margin-right:20px;
	
}
.needsright {
	float:left;
	width:260px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		content: ".";
		height:0;
		font-size: 1px;
		line-height: 0px;
		display: block;
	}

