@charset "UTF-8";
/* CSS Document */


body {
	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: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
.oneColFixCtrHdr  #menu  {
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.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 */
	color: #FFFFFF;
}
.title {
	font-size: 18px;
	color: #B38613;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #000000;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #333333;
}
.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 */
	color: #999999;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #9A7311;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #9A7311;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#navlist
{
	margin-left: auto;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: auto;
}

#navlist a {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#navlist a:link, #navlist a:visited
{
	color: #666666;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
}


/*###################################################################################

FORMS style starts here

################################################################################## */

form td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.textfield {
	border: 1px solid #999999;
	background-color: #333333;
	color: #FFFFFF;
	height: 20px;
}
fieldset p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
legend {
	border:1px solid #9FA9B3;
	color:#00FF66;
	font-size:13px;
	text-align:left;
	background-color: #CC6600;
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formName {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formButtons {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #9EA8B2;
	background-color: #666666;
}
.textarea {
	border: 1px solid #999999;
	background-color: #333333;
	color: #FFFFFF;
	height: 75px;
}

