body {
	min-width: 880px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 76%;
	color: #333333;
	background-color:#B4CDB5;
	/*
	background-image: url(Images/Sign1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
    */
	
}

.rtbanner
{
   margin-left: -4px;
   
}

#mainwrapper 	
{
    padding: 0px;		
	margin: 10px auto;
	width: 880px;	
	text-align: left;	
	min-height:530px;
	height:auto !important;
	height:530px;
	border:solid 2px BLACK;
}

#header {
	height: 206px;
	position: relative;
	padding: 0px;
}


#content {
	position:relative;
	/*border:solid 1px black;*/
	min-height:520px;
	height:auto !important;
	height:520px;
	background-color: #3D8370;
}


#LoginDiv
{   color: #FFFFFF;
    position:absolute;
	left:2px;
	top:2px;
	width: 150px;
	padding: 0px 0px 0px 2px;    
    font-size: 10px;
    /*border:solid 1px blue;*/
}
#MenuDiv {
	position:absolute;
	left:2px;
	top:5px;
	width: 162px;
	
	/*border:solid 1px white;*/
}
#ContentDiv {			
	position:static;
	margin-top:5px;
	margin-left:150px;
	margin-right: 0px;
	padding: 10px 2px 2px 2px;	
	/*border:solid 1px red;*/
	background-color:#FFFFFF;
	min-height:520px;
	height:auto !important;
	height:520px;
}

.CounterLabel
 {
    color: #000000;
	font-weight: bold;
}
.Counter
 {
	color: #000000;
	font-weight: bold;
}

/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0em 0em 0em .5em;
	font-size: 2.0em;
	font-weight: normal;
}

h2 {
	margin: 1.2em 0em 1.2em .5em;
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em .5em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
    margin: 1.2em 0em 1.2em .5em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em .5em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em .5em;
	font-size: 0.8em;
	font-weight: bold;
}


pre {
	font-family: monospace;
	font-size: 1.0em;
}


strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}



#branding {
	position: absolute;
	right: 30px;
	bottom: 5px; 
	text-align: right;
	z-index:1003;
	color: #FFFFFF;
}


#companyName {
	color: #FFFFFF;
	font-size: 38px;
	font-style:italic;
	font-weight:bold;
	vertical-align:bottom; 
	font-family: Arial Black;
	letter-spacing:0.2em;
}
#companyPhone {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold; 
	letter-spacing:0.2em;
	
	color:White;
}


#loginscreen
{   color: #FFFFFF;
    position:absolute;
	left:200px;
	top:40px;
	width: 250px;
	padding: 2px 2px 2px 2px;    
    font-size: 12px;
}

#welcomebox
{
   font-size: 12px;
   text-align: left;
}



#MenuDiv a {				
	display:block !important;
	background-image: none !important;
	background-repeat: no-repeat;
	width: 100%;
	height:100%;
	padding:6px 0px 6px 10px;
}
	
#MenuDiv .menuNormal {
	color: #FFFFFF;	
	font-weight:bold;	
}

#MenuDiv .menuHover {	
	color: #FF0000;
	background-repeat:no-repeat;
}

#MenuDiv .menuSelected {
	background-color: #B4CDB5;
	color:black;
	background-repeat:no-repeat;	
}


td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

#ContentDiv ol, #ContentDiv ul, #ContentDiv li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}


#ContentDiv li {
	margin-left:5px;
}

#ContentDiv p {
	margin:1.2em 2em;
	font-size: 1.0em;
	line-height: 1.8em;
}


#ContentDiv a { color:#0000FF;}

#ContentDiv a:link {text-decoration:underline;}

#ContentDiv a:hover {text-decoration:none;}

#ContentDiv .textBox {
	margin-left: 1em;	
	border:1px solid #304012;
	background-color:#FFFFFF;
}

#ContentDiv .textBox:focus {background-color:#ECE4D2;}

#ContentDiv .dropDownlist {
	margin-left: 1em;
	background-color: #8E985E !important;
}

#ContentDiv .radioButtonList {margin-left: 1em;}

#ContentDiv fieldset {
	padding: 1.5em;
	border:1px solid #304012;
}

#ContentDiv legend {color: #333333;}

#ContentDiv .button {
    border:1px solid #8E985E;
    background-color:#3300CC;
    color:#FFFFFF;
    font-weight:bold;
}
#ContentDiv ul {padding-left:2em;} 
#ContentDiv li {padding-left:1em;}



#contactForm {height:1%}




div.sectiontitle
{
   padding: 6px 6px 6px 3px;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}



