html,body{margin:0;padding:0;}
body{font-family: Arial, Helvetica, sans-serif;
	 text-align:center;
	 font-size: 12pt;
	 background:#666666;
}

p{margin:0 10px 10px}
a{color: #336633;padding:10px}
a:link {color: #336633;text-decoration: none;}
a:visited {color: #336633;text-decoration: none;}
a:active {color: #FFFFFF;text-decoration: none;}
a:hover {color: #FFFFFF;text-decoration: none;}

/*div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}*/
  
div#container{text-align:left; background:#CCCCCC;}
div#content p{line-height:1.4}

div#topNav a:link {color: #FFFFFF;text-decoration: none;}
div#topNav a:visited {color: #FFFFFF;text-decoration: none;}
div#topNav a:active {color: #CCCCCC;text-decoration: none;}
div#topNav a:hover {color: #CCCCCC;text-decoration: none;}
div#topNav{
	line-height:1.6;
	background:#333333;
	font-family: Arial;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	font-size: 16px;
	text-decoration: none;
}
.subHeaderText {
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
}

.mapStatusText {
	font-family: Georgia;
	font-size: 16pt;
	font-weight: bold;
	color: #336633;
	font-style: italic;
	text-decoration: none;

}

div#footer{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	background-color: #CCCCCC;
	background-image: url(../images/bot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#footer p{
	margin:0;
	padding:5px 5px 10px;
	text-align: center;
}
div#footer a:link {color: #336633;text-decoration: none;}
div#footer a:visited {color: #336633;text-decoration: none;}
div#footer a:active {color: #FFFFFF;text-decoration: none;}
div#footer a:hover {color: #FFFFFF;text-decoration: none;}

.copyright {
	font-family: "Times New Roman";
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	letter-spacing: 3px;
}

div#container{
	width:800px;
	margin:0 auto;
	border: thin solid #000000;
}
div#header{
	margin:0 auto;
	border: none;
}
div#topNav{
	margin:0 auto;
	border: none;
}

div#subHeader{
	width:800px;
	}

div#content{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: black;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: black;
	float:none;
	width:auto;
	padding:10px 0px 5px 10px;

}

