/* main navigation */
.mainNav {
	margin-left: 10px;
	margin-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #4A8E9E;
}

A.mainNav:link, A.mainNav:visited { color: #4A8E9E; }
A.mainNav:active, A.mainNav:hover {
	color: #AE75FF;
	text-decoration: none;
}

/* sub Navigation */
.subNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
	color: #4A8E9E;
}

A.subNav:link, A.subNav:visited { color: #4A8E9E; }
A.subNav:active, A.subNav:hover {
	color: #AE75FF;
	text-decoration: none;
}

/* general links */
A:link {
	color: #AE75FF;
	text-decoration: none;
}

A:visited {
	color: #D9BEFF;
	text-decoration: none;
}

A:active, A:hover {
	color: #AE75FF;
	text-decoration: underline;
}

/* main content styles */
.content {
	margin-left: 56px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}

.tableContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}

.missionStatement {
	margin-left: 35px;
}

UL LI {
	list-style-type: square;
	line-height: 2em;
}

UL UL LI {
	list-style-type: circle;
	line-height: 1.5em;
}

H4 {
	color: #4A8E9E;
}


/* footer style */
.footer {
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 56px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.footerHome {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 56px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}