@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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: #000000;
	background-color: #FEF200;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 170px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-color: #FFF;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#mainContent h1 {
	font-family: "Comic Sans MS", cursive;
	color: #F00;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h2 {
	font-family: "Comic Sans MS", cursive;
	color: #4A599E;
}
#mainContent p , #mainContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.table {
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FC0;
	border-left-color: #FC0;
}
.imageTD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}

.table td {
	padding: 3px;
}

.tableMinorHead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	background-color: #FF9;
}
.tableContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FC6;
	border-bottom-color: #FC6;
	background-color: #FFC;
}
.table ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}




#shadow {
	margin: 0px;
	padding: 0px;
	height: 15px;
}


#spaceBottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #0C0;
}

.oneColFixCtrHdr #footer {
	height: 60px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#footer a {
	color: #036;
	text-decoration: none;
}

#footer a:hover {
	color: #E60405;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: small;
}
#copyright {
	float: right;
}
.tablehead {
	background-color: #FEF200;
}
.trEven {
	background-color: #FFC;
}
.imageFrame {
	margin: 3px;
	padding: 1px;
	border: 1px solid #F00;
}
.clrFloat {
	clear: both;
}
#apDiv1 {
	position:relative;
	top:140px;
	width:511px;
	height:30px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: 50px;
}
#credit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
}
#credit a:hover, #credit a:focus, #credit a:active {
	color: #F30;
}
