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

a:link {
	color: #234b71;
	ta
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}

a:visited {
	color: #234b71;
	text-decoration: none;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #254C6F;
}

.p {line-height: 16pt;}
body {
	background-color:#FFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000033;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 20px;
}
.oneColFixCtrHdr #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6699CC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #6699cc;
	background-attachment: scroll;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center center;
	
}
.oneColFixCtrHdr #header {
	height:40px;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	background-color: #6699cc;
	background-repeat: no-repeat;
	padding-right: 6px;
	padding-left: 0px;
	padding-top: 5px;
	margin-left: 20px;
}
.oneColFixCtrHdr #header a:visited {
	color: #5a330c;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #000;
}

.oneColFixCtrHdr #header h1 {
	font-family:"Times New Roman", Times, serif;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:36px;
	font-style: italic;
	text-align: left;
	}
.oneColFixCtrHdr #menubar {
	background: #234b71;
	height: 37px;
	font-size: 13px;
	font-weight:bold;
	color:#5a330c;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	text-align: left;
	position:relative;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#234b71;
	color:#edede1;
}
.oneColFixCtrHdr #footer p {
	text-align: center;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
}

.oneColFixCtrHdr #footer a:link {
	color: #EDEDE1;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}


.oneColFixCtrHdr #footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #000;
}

#logoBox {
	position: absolute;
	left: -109px;
	top: -92px;
	width: 131px;
	height: 173px;
	}


#sideImage {
	position: absolute;
	left: -90px;
	top: 127px;
	width: 131px;
	height: 173px;
	}
#pFont{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-left: 35px;
	}
#redFont {color:#cc3300;}
