@charset "utf-8";
/* CSS Document */

<!--
body {
	font: normal 80% Geneva, Arial, Helvetica, sans-serif;
	background: #D2E4FC;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 0;  /* 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 #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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 480px;
}
.oneColFixCtrHdr #mainContent a:link {
	color:#000000;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:visited {
	color:#000000;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:active {
	color:#000000;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:#3b09e5;
	text-decoration:underline;
}

/* http://www.websitebullets.com/ */
.oneColFixCtrHdr #mainContent ul{
    list-style:none;
    margin:0 0 1em 10px;
    padding: 0;
}
.oneColFixCtrHdr #mainContent ul li{
    line-height:1.3em;
    margin: .25em .5em;
    padding: 0 0 0 20px;
    background:url(../images/1.gif) no-repeat 0 5px;
	padding-top: 0px;
}
.oneColFixCtrHdr #mainContent li ul{
    margin:0 0 0 10px;
    list-style:none;
}
.oneColFixCtrHdr #mainContent li ul li{
    padding-left:20px;
    background:url(../images/3.gif) no-repeat 0 5px;
}
.oneColFixCtrHdr #mainContent ol li{
    line-height:1.3em;
    margin: .25em .5em;
    padding: 0 0 0 0;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
@media print{
ul {
    list-style:disc;
    margin-left:30px;
}
.oneColFixCtrHdr #mainContent ul li {
    padding-left:0px;
    background:none;
}
} /* end print */


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ba77e2;
	background-image:url(../images/footer.jpg);
	color:#d8bf3f;
	
}
.oneColFixCtrHdr #footer a:link {
	color:#dddddd;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:visited {
	color:#dddddd;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:active {
	color:#dddddd;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	color:#dddddd;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.ads a:link {
	color:#808080;
	text-decoration:none;
}
.ads a:visited {
	color:#808080;
	text-decoration:none;
}
.ads a:active {
	color:#808080;
	text-decoration:none;
}
.ads a:hover {
	color:#808080;
	text-decoration:underline;
}

.input {font:100% Geneva, Arial, Helvetica, sans-serif; color:#666;}
.input:focus {font:100% Geneva, Arial, Helvetica, sans-serif; color:#666; background-color:#EDF6F9;}
.label {font:100% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#666; text-align:right;}
.label.opt {font-weight:normal;}
.button {font:100% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#666;}
.button:focus {font:100% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#000;}
.searchButton {font:90% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#666;text-align:right;}
.searchButton:focus {font:90% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#000;text-align:right;}
.select {font:100% Geneva, Arial, Helvetica, sans-serif;}
.select:focus {font:100% Geneva, Arial, Helvetica, sans-serif; background-color:#EDF6F9;}
-->
