@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #0D4D92;
}
#contentContainer {
	float: left;
	width: 900px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
#menu {
	float: left;
	height: 335px;
	width: 148px;
	background-color: #FFFFFF;
}
#menuDivider {
	float: left;
	width: 107px;
}
#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}#header {
	float: left;
	height: 205px;
	width: 900px;
	background-color: #FFFFFF;
}
#contentText {
	background-color: #E1E4F2;
	float: left;
	width: 420px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	background-color: #8CC63F;
	float: left;
	height: 13px;
	width: 900px;
}
#contentFlash {
	float: left;
	width: 184px;
}
.email {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #0D4D92;
	font-weight: bold;
}
.email a:link {
	text-decoration: none;
	color: #0D4D92;
}
.email a:visited {
	color: #0D4D92;
	text-decoration: none;
}
.email a:hover {
	color: #8CC63F;
	text-decoration: none;
}
.lucidaBlue {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0D4D92;
}

.lucidaBlueBold {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0D4D92;
}
.lucidaBlueBold a:link {
	text-decoration: none;
	color: #8CC63F;
}
.lucidaBlueBold a:visited {
	text-decoration: none;
	color: #8CC63F;
}
.lucidaBlueBold a:hover {
	color: #0D4D92;
	text-decoration: none;
}
