body{
	margin: 1em 5em 1em .3em;
	padding: 0;
	background-color: #FFF;
	color: Black;
	width: 800px;
}

#header{
	margin-left: 10px;
	border-bottom: 2px solid #990000;
}

#leftcol{
	position: absolute;
	left: 1px;
	width: 168px;
	margin-left: 10px;
	margin-top: 0px;
	color: Black;
	background: White;
	padding: 10px 0 0 5px;
}

	
#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 5px 15px 0 180px;
	padding: 20px 15px 10px 15px;
	color: Black;
	background: White;
	border-left: 2px solid #F6E2E2;
	border-right: 2px solid #F6E2E2;
}



.small {
	font-size: 80%;
}

 h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

 .maroon{
	color: Maroon;
	background-color: inherit;
}

 
#content a:link{
	color: #B22222;
	text-decoration: none;
	background-color: inherit;
}

#content a:visited{
	color: Green;
	text-decoration: none;
	background-color: inherit;
}

#content a:hover{
	color: Black;
	background-color: #CCEAFF;
	text-decoration: underline;
}

#content a:active{
	color: #7A238D;
	text-decoration: none;
	background-color: inherit;
}

form{
	padding: 2em 1em 2em 1em;
	width: 66%;
	text-align: right;
}

 .textfield {
	background-color: #FFFFF0;
	color: Black;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	clear: both;
	width: 98%;
	margin-left: 10px;
	padding: 3px;
	border-top: 2px solid #990000;
	color: Black;
	background: White;
}

#footer .date{
	float: left;
	text-align: left;
}

#footer .midtext{
	float: left;
	text-align: center;
	padding-left: 40%;
	margin-top: -4em;
}

#footer .contact{
	float: right;
	text-align: right;
	margin-top: -4em;
}

#footer a:link{
	color: #B22222;
	text-decoration: none;
	background-color: inherit;
}

#footer a:visited{
	color: Green;
	text-decoration: none;
	background-color: inherit;
}

#footer a:hover{
	color: Black;
	background-color: #FFCCD0;
	text-decoration: underline;
}

#footer a:active{
	color: #7A238D;
	text-decoration: none;
	background-color: inherit;
}

#footer .logo a:link{
	color: #B22222;
	text-decoration: none;
	background-color: inherit;
}

#footer .logo a:visited{
	color: Green;
	text-decoration: none;
	background-color: inherit;
}

#footer .logo a:hover{
	color: Black;
	background-color: #FFF;
	text-decoration: none;
}

#footer .logo a:active{
	color: #7A238D;
	text-decoration: none;
	background-color: inherit;
}

.noshow{
	visibility: inherit;
}

/*#leftcol .logos{ position: absolute; top: 70%;   padding: 150px 0 5px 0;  }*/
/*form p{font-size: 80%;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
form ul{font-size: 70%;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
li + ol {font-size: 80%;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}*/
/*#rightcol{
position: absolute;
	 left:75%;
	 margin-top: 0px;
	 width: 140px;	
	 color: Black;background: White;
	 z-index:3;
	  padding: 10px 5px 0 0;}
#rightcol h5{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;background: White;
	color: #339999; font-size: 75%;  padding-bottom: 0px; margin-bottom: 0px;
	 border-width: 0 0 1px 0;border-bottom: 1px solid #339999; 
 border-color: #339999;}
#rightcol p{font-family: Arial, Helvetica, sans-serif; font-size: .8em; background: White;
	color: #336666; padding-top: 0px; margin-top: 0px;}
	
#rightcol p.lighter{font-family: Arial, Helvetica, sans-serif; font-size: .8em; background: #FFF8DC;
	color: #336666; padding-top: 0px; margin-top: 0px;}
	
#rightcol p.darker{font-family: Arial, Helvetica, sans-serif; font-size: .8em; background: #F0E68C;
	color: #336666; padding-top: 0px; margin-top: 0px;}*/
