body {
	margin-left:auto;
	margin-right:auto;
	font-family:arial;
	font-size:12px;
	cursor : default;
	background-color:#EEEEEE;
	margin-top:10px;
	margin-bottom:10px;
}

/*
div { border : 1px solid blue; }
*/
.adText { margin-top : 5px; border : 1px solid #ccc; padding : 4px;}
 
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #EDFFFA;	
}
#topspacer{
	height:20px;
	width:100%;
}
#header {
	width:100%;
}

#map 
{
    width: 485px; 
    height: 325px; 
    border : 1px solid #ccc;
}

#ctl00_Main_map
{
    width: 485px; 
    height: 325px; 
    border : 1px solid #ccc;
}

.msgbox 
{
    border : 1px solid red; 
    width : 400px; 
    text-align : center; 
    font-size : 1.4em;
    padding : 5px; 
    }

.submap 
{
    width : 240px; 
    min-height : 200px; 
    min-height:200px;
    height:auto !important;
    height:200px;
    background-color : #efefef;
    border : 1px solid #ccc;
}

.spacer {
	width:100%;
	height:15px;
}



h1 {
	font-size:28px;
	color:#800000;
	font-family:arial;
	font-weight:300;
	padding-left:3px;
}
h2 {
	font-size:15px;
	color:gray;
	font-family:arial;
	font-weight:300;
	padding-left:4px;
}
h3 {
	color:#800000;
	font-size:17px;
	text-align:center;
	font-weight:300;
}

#left {
	float:left;
	width:200px;
	color:black;
	padding-left:3px;
}

#main {
	margin : 5px 0px 0px 205px;
	padding : 5px;
	border-left : 1px solid silver;
}
p {
	color:black;
	line-height:20px;
	padding:5px;
}
a {
	color:#cc0000;
	text-decoration:underline;
}
a:hover {
	color:#cc0000;
	text-decoration:none;
}
#footer {
	background-image:url(img/botleftcorn.gif);
	background-repeat:no-repeat;
	height:20px;
	width:100%;
	clear:both;
	font-size:12px;
	font-family:Verdana;
}
#footright {
	height:18px;
	width:267px;
	color:gray;
	float:right;
}
#footleft {
	height:18px;
	width:300px;
	color:gray;
	float:left;
	padding-left:15px;
}

.formeltitle 
{
    width : 65px; 
    float : left; 
    line-height : 22px;
    padding-top : 4px;
    text-align : right;
    padding-right : 3px;
    }
.formel 
{
    width : 350px; 
    float : left;
    padding-top :5px;
    }
.formmsg 
{
    width : 450px; 
    float : left; 
    padding-left : 65px;
    font-size : .8em;
    }