body {
	background-color: #AA0028;
	margin: 12px 0px 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
/* Global Font */
p, h1, h2, h3, h4, h5, h6, td, div, a, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
}
td.bgL {
	font-size: 1px;
	line-height: 1px;
	background-image: url(images/bg_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
td.bgCenter {
	background-image: url(images/bg_center_top.gif);
	background-repeat: no-repeat;
}


/* main structural elements */

#containerMain {
	background-color: #FFFFFF;
	margin: 0px;
	width: 770px;
	text-align: left;
	font-size: 11px;
	background-image: url(images/bg_center.gif);
	background-repeat: repeat-y;
}

/* note - the td.iface style strips out space in older mozilla browsers */

td.iface, td.bgR, td.bgL{
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}

td.bgR {
	background-image: url(images/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td.bgL {
	background-image: url(images/bg_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
#content, #contentSiteMap, #contentNoHeader {
	font-size: 12px;
	color: #232323;
	margin-top: 18px;
	margin-right: 32px;
	margin-bottom: 0px;
}
#contentSiteMap {
	margin-left: 32px;
}
#contentNoHeader {
	margin-top: 16px;
}

.mainImage{
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: right bottom;
}
.mainImageCenter{
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center bottom;
}
.mainImageLeft{
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left bottom;
}

#leftNavBorder {
	width: 149px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 8px 0px 0px;
}
.imgLeft {
	padding: 0px 14px 2px 0px;
	float: left;
}
.imgRight {
	padding: 0px 0px 2px 14px;
	float: right;
}


/* LINKS & FOOTER */

a {
	color: #045BAA;
}
a:hover {
	color: #AA0028;
}

a.leftNav, a.leftNavHome {
	font-size: 12px;
	font-weight: bold;
	color: #FDFBF4;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 141px!important;
	border-bottom: 1px solid #AA0028;
	padding: 6px 0px 4px 8px;
	background-color: #000000;
	border-right: 1px solid #AA0028;
	border-left: 0px solid #AA0028;
	border-top-color: #AA0028;
}
a.leftNavHome {
	border-top: 1px solid #AA0028;

}
a.leftNav:hover, a.leftNavHome:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;

}

.navHi, .navHiHome {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	width: 141px !important;
	border-bottom: 1px solid #AA0028;
	padding: 6px 0px 4px 8px;
	background-color: #666666;
	border-left: 0px solid #AA0028;
	border-top-color: #AA0028;
	border-right: 1px solid #AA0028;
}
.navHiHome {
	border-top: 1px solid #AA0028;

}

#footLink {
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin: 8px 20px;
	line-height: 16px;
}
a.subNav {
	color: #3B76B9;
	text-decoration: none;
}
a.footNav {
	color: #AA0028;
	text-decoration: none;

}

a.footNav:hover, a.subNav:hover {
	color: #990000;
	text-decoration: underline;

}

#copyright {
	font-size: 10px;
	color: #3f3f3f;
	text-align: center;
	margin: 8px 20px;
	line-height: 12px;
}

/* CONTENT TEXT STYLES */


p, h4, h5, h6 {
	font-size: 12px;
	line-height: 18px;
	color: #232323;
	margin: 12px 0px 8px;
}
#calendarLinkBox {
	font-size: 1px;
	line-height: 1px;
	text-align: center;
	margin: 20px 40px 5px 20px;
	padding: 0px;
	float: right;
	height: 79px;
	width: 144px;
	border: none;
}
#confirmationLinkBox, #pdfLinkBox, #pdfLinkBox2 {
	font-size: 1px;
	line-height: 1px;
	margin: 15px 15px 5px 20px;
	float: right;
	width: 142px;
	border: none;

}
#pdfLinkBox {
	margin-top: 5px;
}
#pdfLinkBox2 {
	margin-top: 5px;
	width: 168px;
}
.textBoxBorder {
	margin: 20px 10px 20px 0px;
	padding: 0px 3px 10px;
	border: 1px solid #DE8567;
	width: 438px;
}



p.introText {
	font-size: 12px;
	line-height: 20px;
}
p.nomarginTop {
margin-top: 0px;
}

h4 {
	font-size: 13px;
	margin: 8px 0px;
}

h1, h1.plainTitle {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 12px;
}
h1.plainTitle {
	margin-top: 0px;

}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #AA0028;
	margin: 20px 0px 4px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #AA0028;
	margin-top: 18px;
	margin-bottom: 0px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
	color: #B15134;
	margin-bottom: 4px;
}

td.subMenuCell {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px 9px;
	color: #AA0028;
	line-height: 13px;
}

ul, ol, ul.circle {
	line-height: 16px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 12px;
}

ul.circle {
	list-style-type: circle;
}

li {
	margin-top: 4px;
	margin-bottom: 4px;
}

.redtext {
	color: #CC0000;
}
.orangeTextBold {
	color: #B15134;
	font-weight: bold;
	font-size: 13px;
}
.indent1 {
	margin-left: 8px;
}

.indent2 {
	margin-left: 16px;
}

table.popup {
	background-color: #FFFFFF;
}

/* FORM STYLES */

.formText, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
}

table#formText {
	padding: 0px 0px 0px 0px;
	margin: 0 0 20px 0;
}

table#formText td {
	padding: 3px;
}

table#formText td input, table#formText td textarea {
	border: 1px;
	border-style:solid;
	border-color:#999999;
	font-size:10px;
	line-height:14px;
	padding: 2px;
	width: 250px;
	background-color:#d9d9d9;
}

table#formText td input.submit {
	border: 1px;
	border-style:solid;
	border-color:#000000;
	padding: 2px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color: #ffffff;
	background-color:#a50018;
	width: 100px;
}
#staffTable td {font-size:11px;}

.loginButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2374D0;
	border: 1px solid #1F3080;
}

.historyYear {
	color: #FFFFFF;
	background-color: #666666;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}
.imgRight1 {
	margin: 5px 15px 20px 30px;
	float: right;
}
.mainImageCenter2 {

	background-image: url(images/bg_logo2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center bottom;
}

.italicText {
	font-style: italic;
}

.bolditalicText {
	font-style: italic;
	font-weight: bold;
}
.mainImageCenterRight {

	background-image: url(images/bg_logo_1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: right bottom;
}
.mainImagetopRight {

	background-image: url(images/bg_logo_3.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: right top;
}
.mainImagetopleft {

	background-image: url(images/bg_logo_4.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
}
