/* CSS Document */

#main {
	width: 989px; position:relative; margin: 0 auto; text-align: left; z-index: 1;
}

#contentCont {
	width: 989px; left: 0px; top: 0px; position:absolute; z-index: 2;
	background-image: url(images/contentBg.jpg); background-repeat: repeat-y; background-position:center;
}

#header {
	width: 975px; height: 190px; left: 7px; top: 0px; position:absolute; z-index: 3;
}

#nav {
	width: 208px; height: 400px; left: 7px; top: 190px; position:absolute; z-index: 4;
}

#pgTitle {
	width: 566px; height: 40px; top: 173px; left: 392px; position:absolute; z-index: 5;
}

#content {
	width: 725px; min-height:350px; height:auto !important; height:350px; margin-top: 232px; margin-left: 229px;
}

#footer {
	width: 989px; height: 125px; text-align: center; background-color:#F0E29F;
}

body {
        background-color:#F0E29F;
		margin: 0 auto;
		padding: 0;
		text-align: center;
}


/* This is the CSS for the general text size and style */

.genText {
		font-family: Arial, Helvetica, Serif;
		font-size: 13px;
		color: #000000;
}

.genText A:visited {
	color:#000066;
	text-decoration: none;
}

.genText A:link {
	color:#000066;
	text-decoration: none;
}

.genText A:hover {
	color:#660000;
	text-decoration: none
}

/* This is the CSS for any unordered lists */

.genList A:visited {
	color:#000066;
	text-decoration: none;
}

.genList A:link {
	color:#000066;
	text-decoration: none;
}

.genList A:hover {
	color:#660000;
	text-decoration: none
}

.genList li {
	padding-bottom: 3px;
}

/* This is the CSS for the secondary navigation */
/* and copyright information at the bottom */

.footText {
		font-family: Arial, Helvetica, Serif;
		font-size: 11px;
		color: #000000;
}

.footText A:visited {
	color:#000066;
	font-weight: bold;
	text-decoration: none;
}

.footText A:link {
	color:#000066;
	font-weight: bold;
	text-decoration: none;
}

.footText A:hover {
	color:#660000;
	font-weight: bold;
	text-decoration: none
}



.subTitle {
        font-family : Helvetica, Arial, Verdana, sans-serif;
        font-size: 20px;
        color : #000000;
		font-weight: bold;
		padding:0px;
		margin:0px;
}

#backLink {
	width: 740px; height: 20px; text-align: right; padding:15px 0px 15px 0px;
}


/* This is the CSS for form elements */

.formBox {
	background-color:#FAFAFA;
	border: 1px solid #000081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 3px 0px 10px 0px;
}

.formButton {
	background-color:#FAFAFA;
	border: 1px solid #000081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000081;
}
