/*Old Styles*/

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

sup {
	font-size: 9px;
}
body {
	background-color: #0096D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footerText {
	color: #FFFFFF;
}
.communityEventsTable {
	background-image: url(../images/communityEvents.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
}
.purpleHeader {
	color: #A589C1;
	font-weight: bold;
}
.subHeadBlue {
	font-weight: bold;
	color: #2183BA;
	display: block;
}
.subHeadGreen {
	font-weight: bold;
	color: #18943D;
}
.subHeadRed {
	font-weight: bold;
	color: #B3083C;
}
a:link {
	color: #2183BA;
	text-decoration: none;
}
a:visited {
	color: #2183BA;
	text-decoration: none;
}
a:hover {
	color: #2183BA;
	text-decoration: underline;
}
a.footerLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainNavOn {
	color: #B3083C;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}

a.mainNavOn:hover {
	color: #B3083C;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}

a.mainNavOff_ {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}

a.mainNavOff_:hover {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}
a.mainNavOff{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}
a.mainNavOff:hover {
	color: #B3083C;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}
#te
a.sideNavOn:link {
	color: #B3083C;
	text-decoration: none;
}
a.sideNavOn:visited {
	color: #B3083C;
	text-decoration: none;
}
a.sideNavOn:hover {
	color: #B3083C;
	text-decoration: none;
}
a.sideNavOff:link {
	color: #2183BA;
	text-decoration: none;
}
a.sideNavOff:visited {
	color: #2183BA;
	text-decoration: none;
}
a.sideNavOff:hover {
	color: #E11750;
	text-decoration: none;
}
#testimonialCallout {
	background-image: url(../images/verticalDottedLine.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
}
.testimonialText {
	font-size: 10px;
	color: #7589BF;
}
ul {
	margin-top: 0px;
}
.boldWhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyTextGreen {
	color: #006600;
}
.bodyTextGrey{
	color: #999999;
}
.bodyTextLightGrey{
	color: #CCCCCC;
}
.errorText {
	color: #FF0000;
}
a.green:link {
	color: #18943D;
	text-decoration: none;
}
a.green:visited {
	color: #18943D;
	text-decoration: none;
}
a.green:hover {
	color: #18943D;
	text-decoration: underline;
}
a.red:link {
	color: #B3083C;
	text-decoration: none;
}
a.red:visited {
	color: #B3083C;
	text-decoration: none;
}
a.red:hover {
	color: #B3083C;
	text-decoration: underline;
}

/* NEW STYLES */

.missionstatement {
	font-size: 14px;
	color: #336699;
	padding: 0 15px 15px 0;
}

.tableWithBorder
{
    border-color: #c8c8c8;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin:10px 0px 0px 0px;	
}

.tableWithBorder th
{
    border-color: #c8c8c8;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
	background:#6F1200;
	text-align:left;
} 
.tableWithBorder td
{
    border-color: #c8c8c8;
    border-width: 1px 1px 0px 0;
    border-style: solid;
    margin: 0;
    padding:2px;
	text-align:left;
	font-size:11px;
} 

