@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: #4e4e4e;
	background-image: url(_images/gradients/mainBG.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */
/**************************************************************************************************************************/
.oneColFixCtrHdr #header {
	background-color: #585858;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 0px;
	color: #FFFFFF;
	
	background-image: url(_images/gradients/grayHeadBG.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header h2 {
	margin: 0;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-right: 10px;
	text-align: center;
}

.oneColFixCtrHdr #header a:link {COLOR: #FFFFFF;}
.oneColFixCtrHdr #header a:visited {COLOR: #FFFFFF;}
.oneColFixCtrHdr #header a:hover {COLOR: #CCCCCC;}
.oneColFixCtrHdr #header a:active {COLOR: #FFFFFF;}

/* mainContent */
/**************************************************************************************************************************/
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 1.5em;
	font-style: normal;
	padding-right: 10px;
	color: #060;
	padding-top: 5px;
	text-align: left;
}

.oneColFixCtrHdr #mainContent h2 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
	font-style: italic;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #333333;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0;
	padding-bottom: 15px;
	font-size: 1em;
	font-style: normal;
	padding-right: 10px;
	color: #000;
	padding-top: 0px;
	text-align: left;
}

.oneColFixCtrHdr #mainContent a:link {COLOR: #006600;}
.oneColFixCtrHdr #mainContent a:visited {COLOR: #006600;}
.oneColFixCtrHdr #mainContent a:hover {COLOR: #000000;}
.oneColFixCtrHdr #mainContent a:active {
	COLOR: #006600;
	font-weight: bold;
}

/* footer */
/**************************************************************************************************************************/
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #006600;
	color: #CCCCCC;
	text-align: center;
}
.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 */
}
.oneColFixCtrHdr #footer a:link {COLOR: #FFFFFF;}
.oneColFixCtrHdr #footer a:visited {COLOR: #FFFFFF;}
.oneColFixCtrHdr #footer a:hover {COLOR: #CCCCCC;}
.oneColFixCtrHdr #footer a:active {COLOR: #FFFFFF;
}





.oneColFixCtrHdr #copyright {
	padding:10px;
	background-color: #4e4e4e;
	color: #CCCCCC;
	text-align: center;
}







.oneColFixCtrHdr #container #mainContent table tr td strong {
	color: #F00;
	text-align: left;
}

.bottomTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
form select {
	font-size: 11px;
	background-color: #b7b7b7;
}
th {
	color: #FFF;
	background-image: url(_images/gradients/thBG.png);
	background-repeat: repeat-x;
	background-color: #019a0c;
	text-align: left;
	text-indent: 8px;
	padding-top:2px;
	padding-bottom:2px;
}

hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.middleTable {
	padding: 0px;
	text-indent: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: -5px 0px 0px;
	color: #006600;
}
.adminAddress {
	margin: -5px 0px 0px;
	background: #B7B7B7;
	vertical-align: middle;
	height: 0px;
	color: #000;
}

.headerTable {
		text-align: center;
	font-size: 10pt;
	font-style: italic;
}


.calendar {
	float: right;
}
.oneColFixCtrHdr #container #mainContent .middleTable tr td {

}

