body {
	background-color: #E3F5FF;
	margin: 0; padding: 0;
	background-image:url(images/bggradient.jpg);
	background-repeat:repeat-x;	
	font-size: 100.01%;
	color:#596666;/* alt: #434D4D; link: 6f8080*/
}

.input,textarea {
	color:#596666;
	font-family: Helvetica,Arial,sans-serif;
	font-size:1em;
	width:20em;
	margin-top:0.25em;
}

select {
	color:#596666;
	font-family: Helvetica,Arial,sans-serif;
	font-size:1em;
	width:20.5em;
	margin-top:0.25em;
}

a {
	color:#859999;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#6f8080;
	/*text-decoration:underline;*/
}

ul {
	padding:0 0 0 2em;
	margin:0;
}

h1 {
	color:#92A8A8;
	font-style:serif;
	font-size:1.6em;
	font-weight:normal;
	margin:0;
}
h2 {
	color:#92A8A8;
	font-size:1.4em;
}
h3:before {content:"\00bb\ ";}
h3 {
	color:#7a8c8c;
	font-size:1.1em;
}
div {
	margin: 0;
	padding: 0;
}
div#site {
	margin: 0 20px 0 0;
	min-width: 41em;
	max-width: 60em;
}
#site > div{
	clear:both;
}
div#headerleft {
	float: left;
	width: 323px;
	height: 169px;
	background-image:url(images/topleft.jpg);
	background-repeat:no-repeat;
}
#headercenter {
	height:169px;
	margin: 0 23px 0 323px;
	padding: 0;
	background-image:url(images/top.gif);
	background-repeat:repeat-x;
	background-position:0px 20px;
}
div#headerright {
	float: right;
	margin-top: 20px;
	width: 23px;
	height: 149px;
	background-image:url(images/topright.gif);
}
table {
	border:0;
	padding:0;
	border-spacing:0;
}
table#header_align {
	height:109px;
}
#header_align td {
	vertical-align: bottom;
}

div#content{
	background-image:url(images/borderl.jpg);
	background-repeat:repeat-y;
	background-position:144px 0px;
}
div#contentwrap {	
	background-image:url(images/borderr.gif);
	background-repeat:repeat-y;
	background-position:right;
	min-height:307px;
}
div#menu{
	float:left;
	height: 50px;
}
div#menutop{
	margin-left:144px;
	width:112px;
	height:97px;
	background-image:url(images/topleft2.gif);
}
div#menulinks{
	margin-left:46px;
}
#menulinks div { /* MenuElementX */
	text-align:left;
	width:190px;
	height:30px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-color: #EDF2F4;
	line-height:32px;
}
#menu a{
	color:#859999;
	font-family: Helvetica,Arial,sans-serif;
	font-size:0.8em;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	color:#434D4D;
}
a#active_link{
	color:#708080;
	font-weight:bold;
}
.menu_element1{
	background-image:url(images/menu1.gif);
}
.menu_element2{
	background-image:url(images/menu2.gif);
}
.menu_element3{
	background-image:url(images/menu3.gif);
}
.menu_element4{
	background-image:url(images/menu4.gif);
}
.menu_element5{
	background-image:url(images/menu5.gif);
}
div#contentright{
	float:right;
	width:23px;
	height:137px;
	background-image:url(images/topright2.gif);
}
div#contentmain{
	margin: 0 23px 0 256px;
	padding:1px 1em 10px 1em;
	background-color:#EDF2F4;
	min-height:337px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:0.8em;
}

div#footerleft{
	display: inline;
	margin:0 0 0 140px;
	float:left;
	width:86px;
	height:178px;
	background-image:url(images/bottoml.jpg);
}
div#footercenter{
	margin:0 23px 0 226px;
	padding-top:120px;
	height:78px;
	background-image:url(images/bottomc.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:11px;
	color:silver;
}
div#footerright{
	float:right;
	width:23px;
	height:178px;
	background-image:url(images/bottomr.jpg);
}

.row_id {
	padding:0.4em 1em 0 0;
	font-weight:bold;
	font-size:0.9em;
}
.scalable{
	max-width:100%;
 }
.centered{
	display:block;
	margin:0 auto;
}
.right{
	display:block;
	margin:0 0 0 auto;
}
.centered_text{
	text-align:center;
}
.bordered{
	border:1px dashed #92A8A8;
	padding:2px;
}
.mapwrap_small{
	max-width:283px;
}
.mapwrap{
	max-width:565px;
	margin-bottom:3em;
}
.important{
	color:#d84f00;
}
.important_border{
	border:1px dashed #d84f00;
}
.no_border{
	border:0;
}
.relative{
	position:relative;
}
.smaller{
	font-size:0.85em;
}
.mapmark{
	background-color:#d84f00;
}
.mapmark_selected{
	background-color:white;
	border:2px solid #d84f00;
}
