@charset "utf-8";


#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
	list-style-type: none;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 140px;
	height: 300px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#navigation ul li {
	padding-left: 0px;
	background-color: #C6D5FD;
	border: 1px solid #E1E9FE;
}
#navigation ul li a {
	display: block;
	height: 24px;
	width: 140px;
	padding-left: 14px;
	color: #2E3354;
	text-decoration: none;
	padding-top: 6px;
}
#navigation ul li a:hover {
	color: #2E3354;
	background-color: #9AB5FC;
	width: 133px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFEF97;
	margin: 0;
	padding: 0;
}
#mainBody {
	background-image: url(newImages/bannerPic_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #A7C0FC;
	height: 340px;
}
#mainBodyFollow {
	background-color: #E1E9FE;
}

#mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#homeFooter {
	background-color: #E1BF00;
}
#homeFooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.oneColFixCtr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#banner {
	background-image: url(newImages/banner_01.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 900px;
}
.BlueRow {
	background-color: #C8D7FD;
}
