@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; 
}
#pageContainer { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 156px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 192px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 600px;
} 
#mainContent p {
	margin-left: 48px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
} 
#mainContent form {
	margin-top: 0px;
}
#mainContent h1 {
	margin-left: 48px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #772121;
	line-height: 20px;
	font-weight: bold;
}
#mainContent li {
	margin-left: 48px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 18px;
} 
.pageTitle {
	padding-top: 26px;
	padding-bottom: 36px;
}
#mastheadHome {
	background-image: url(../images/masthead_bg_home.gif);
	background-repeat: no-repeat;
	height: 126px;
	width: 800px;
}
#masthead {
	background-image: url(../images/masthead_bg_home.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 800px;
}
.mastheadLogo {
	margin-left: 38px;
	margin-top: 24px;
}
.mastheadTagline {
	margin-left: 12px;
	margin-top: 76px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#navbarHome {
	background-color: #000000;
	height: 28px;
	width: 707px;
	padding-left: 93px;
}
#navbar {
	background-color: #000000;
	height: 28px;
	width: 707px;
	padding-left: 93px;
}
.homeRight {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.homeRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}
.homeLeftBottom {
	background-color: #CCCC99;
	background-image: url(../images/recent_news.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
}
.homeLeftBottomTicker {
	background-color: #CCCC99;
	background-image: url(../images/recent_news.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	padding-top: 42px;
	padding-left: 28px;
}
.homeLeftBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.homeLeftBottom a {
	color: #000000;
	text-decoration: none;
}
.homeLeftBottom a:hover {
	color: #000000;
	text-decoration: underline;
}
.homeRightBottom {
	background-color: #CCCC99;
	/* background-image: url(../images/upcoming_events.gif); */
	background-repeat: no-repeat;
	padding-bottom: 20px;
	text-align: left;
}
.homeRightBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.homeRightBottom a {
	color: #000000;
	text-decoration: none;
}
.homeRightBottom a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration:none
}
.footer a {
	color: #003399;
	text-decoration:none
}
.footer a:hover {
	color: #003399;
	text-decoration:underline
}
.successesLogo {
	margin-top: 20px;
	margin-bottom: 10px;
}
.requestForm {
	margin-left: 48px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}
.requestForm input select textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.requestForm td {
	padding-bottom: 10px;
	padding-right: 10px;
}
.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.homeRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 18px;
}

