body {
	background-color: #0F2A44;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

a, a:hover, a:active{
	color: #993300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul{
  list-style: square;
}

ul.news{
  list-style: none;
  margin: 0;
  padding: 0;
}

li.newsodd {
  margin: 8px;
}

li.newseven{
  padding: 10px;
  background-color: #EFEFEF;
}

/*toggles*/
li.toggler{
  cursor: pointer;
  color: #993300;
}

ul.element{
  margin-left: 2px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}

ul.element a, ul.element a:active, ul.element a:hover, ul.element a:visited{
  color: #000;
  text-decoration: underline;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 736px;
}

#header{
	height: 138px;
	width: 100%;
	background-image: url(/img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #5C7083;
	font-size: 115%;
}

#navigation{
	float: right;
	height: 20px;
	width: 600px;
	margin: 106px 20px 0px 0px;
	text-align: right;
	padding: 0;
}

#navigation ul{
	height: 18px;
	margin: 0;
	padding: 0;
}

#navigation li{
	border-right: 1px solid #5C7083;
	padding: 0px 8px 0px 8px;
	display: inline;
	list-style: none;
}

#navigation li.last{
	border: none;
	padding: 0px 4px 0px 8px;
	display: inline;
	list-style: none;
}

#navigation a, #navigation a:visited, #navigation a:active{
  text-decoration: none;
  font-weight: normal;
  color: #5C7083;
	font-size: 115%;
}

#navigation a:hover{
  text-decoration: none;
  font-weight: normal;
  color: #fff;
	font-size: 115%;
}

#left{
	float: left;
	height: 364px;
	width: 216px;
	background-color: #ffffff;
	background-image: url(/img/left_footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left h1.new{
	background-color: #5C7083;
	color: #ffffff;
	margin-top: 0;
	padding: 2px 0px 2px 2px;
	font-size: 125%;
	font-weight: normal;
}

#left div.whatsnew{
	margin: 4px;
}

#left div.whatsnew p{
	font-size: 90%;
	margin-bottom: 6px;
}

#left div.whatsnew p span{
	font-size: 110%;
	padding-right: 2px;
	text-decoration: underline;
}

#right{
	float: right;
	width: 513px;
	height: 364px;
	margin-left: auto;
}

#right div.content{
	height: 364px;
	width: 513px;
	background-image: url(/img/internal_content.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#contentarea{
	width: 440px;
	height: 350px;
	margin-bottom: 10px;
	margin-right: 50px;
	padding: 10px 0px 0px 10px;
	overflow: auto;
}

#right div.content div h1{
	color: #993300;
	font-size: 125%;
  line-height: 100%;
	margin: 0;
}

#right div.content div h2{
	color: #000;
	font-size: 110%;
  line-height: 100%;
	margin: 0;
}

#right div.slideshow{
	height: 77px;
	width: 100%;
	background-image: url(/img/slideshow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#footer{
	float: left;
	width: 100%;
	background-image: url(/img/tag.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 8px;
	vertical-align: text-top;
}

#footer img{
	margin-right: 10px;
	border: 0px;
}


dt{
  font-weight: bold;
  display: inline;
  width: 65px;
  float: left;
  clear: left;
  margin-top: 6px;
}

dd{
  display: inline;
  width: 285px;
  float: left;
  padding-left: 0;
  margin-left: 0;
  margin-top: 6px;
}

/*form*/

form{
  width: 320px;
}

form div{
  width: 100%;
  float: left;
  margin-top: 8px;
}

form div label{
  width: 100px;
  font-weight: bold;
  padding: 4px 10px 0 0;
  float: left;
  text-align: right;
}

form div input{
  width: 200px;
  float: left;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #0F2A44;
  color: #fff;
  width: auto;
  padding: 0 6px;
  margin: 0 0 20px 110px;
  font-weight: bold;
  float: left;
  font-size: 80%;
}

#map_div{
  width: 380px; 
  height: 200px;
  border: 1px solid black;
}
  