@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;
}
.oneColFixCtrHdr #container {
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#shadow {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dropshad.jpg);
	background-repeat: repeat-y;
}
.a {
	color: 00F;
	text-decoration: underline;
}

.oneColFixCtrHdr #header {
	background-image: url(images/header.jpg);
	height: 135px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 750px;
}
.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 #header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: thin ridge #000;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
#nav_area {
	height: 38px;
	width: auto;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 30px;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	font-size: 90%;
	padding-left: 10px;
	background-image: url(images/footer.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;

}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 36px;
}

.oneColFixCtrHdr #footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 100%;
	text-transform: capitalize;
	word-spacing: normal;
	letter-spacing: 4px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	text-indent: 230px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color:00F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}

#footer a:link {
	color:#FFF;
	text-decoration:none
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.slashpr {
	color: #F00;
	text-decoration: line-through;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.center {
	text-align: center;
	font-size: 18px;
}
#mainContent li {
	list-style-image: url(images/arrow.png);
}
