﻿body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF url('images/background.jpg');
}

img {
	border: none;
	margin: none;
	padding: none;
	display: block;
	font-size: 0;
}

p {
	text-align:justify;
}

a {
	color:#002B5C;
}

.titleCenterUL {
	color: #443F35;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}

.titleCenterNoUL {
	color: #443F35;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.titleLeftUL {
	color: #443F35;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}

.titleLeftNoUL {
	color: #443F35;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.eventTitle {
	color: #005DAA;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}

.newsTitle {
	color: #005DAA;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}

.newsSubTitle {
	color: #443F35;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}

.picCaption {
	font-size:9px;
}

#fullpage {
	position:relative;
	left:50%;
	top:0px;
	width:775px;
	margin-left:-388px;
}

/* #fullpage {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
} */

#bannerTop {
	position:relative;
	width:775px;
	height:135px;
	background: #FFFFFF url('images/bannerTop.jpg');
}

#bannerMid {
	position:relative;
	width:775px;
	height:274px;
	background: #000000 url('images/bannerMid.jpg');
}

#bannerBottom {
	position:relative;
	width:775px;
	height:102px;
	background: #FFFFFF url('images/bannerBottom.jpg');
}

#mainBody {
	position:relative;
	width:775px;
	background: #FFFFFF url('images/mainBody.jpg');
}

#leftNav {
	float:left;
	width:125px;
	padding:0px 0px 0px 6px;
}

#leftNav a {
	text-transform: uppercase; 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: right;
	width: 100px;
	margin: 5px 5px 10px 0px;
	background: #443F35;
	text-align: right;
	padding: 6px 10px 6px 0px;
}

#pageContent {
	float:left;
	width:495px;
	padding: 0px 15px 10px 15px;
}

#rightNav {
	float:left;
	width:119px;
	margin: 115px 0px 0px 0px;
}

#rightNav a {
	text-decoration: none;
	color: #000000;
	display: block;
	float: left;
	width: 85px;
	margin: 5px 0px 10px 0px;
	text-align: left;
	padding: 3px 0px 3px 22px;
}

#footer {
	clear:both;
	width:775px;
	height:45px;
	background: #FFFFFF url('images/footer.jpg');
	text-align:center;
	color:#FFFFFF;
	padding:10px 0px 0px 0px;
	line-height:18px;
}

#footer a {
	color:#FFFFFF;
}

.text9pt {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.text10pt {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text11pt {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.text14pt {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.text24pt {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

.text48pt {
	font-size: 48px;
	font-weight: normal;
	color: #000000;
}

.textFieldColor {
	color: #888888;
}

.requiredField {
	font-size: 20px;
	color: #005DAA;
}

.textBlue {
	color: #005DAA;
}

.textCentered {
	text-align:center;
}

