body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#c78e45;
}

ul.menulevel1,ul.menulevel2,ul.menulevel3
{
	padding: 0px 0px 0px 10px;
	list-style: none;
}

li {
	line-height: 1.3
}

h1 {
	margin:0px 0px 0px 3px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:white;
	}
	
h2 {
	margin:0px 0px 0px 3px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:white;
}
	
h3 {
	margin:0px 0px 0px 3px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:white;
	}
	
a {
	color:#645144;
	font-size:12px;
	text-decoration:none;
	font-weight:700;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#645144;}
a:visited {color:#645144;}
a:hover {color:#645144; text-decoration:underline;}

/* Starting DIV */

#container {
 height:auto;
 width:928px;
 background-image: url(images/middle_outer.png);
 /* center the div */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

#logo_bg {
 background-image: url(images/logo_bg.png);
 height:214px;
 padding-top:1px;
 padding-left:39px;
}

#menu_top {
 background-image: url(images/menu_top.png);
 height:30px;
}

#header {
 background-image: url(images/top_outer.png);
 height:48px;
 }

#content {
width:670px;
margin-top:-32px;
margin-left:220px;
} 

#locator{
position:absolute;
padding-left:225px;
top:285px;
}
 
#menu_bottom {
 background-image: url(images/menu_bottom.png);
 height:34px;
}
 
#navi_middle {
 background-image: url(images/navi_middle.png);
 margin-left:39px;
 width:170px;
 float:left;
}
 
#footer {
 background-image: url(images/bottom_outer.png);
 width:928px;
 height:33px;
 margin-top: -16px;
 margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
}

#menu_top_text{
 position:absolute;
 top:40px;
 padding-top: 13px;
 padding-left:648px;
}

.menu_top_text a {
  color: white;
  font-weight: normal;
  font-size: 8pt;
}

.menu_top_text a:link, .menu_top_text a:visited  {
  color: white;
}

.menu_top_text a:active, .menu_top_text a:hover  {
  color: white;
}

.menulevel1 {
	font-size: 10pt;
	font-weight: bold;
	color: #c78e45;
}
.menulevel1 a {
	font-size: 10pt;
	font-weight: bold;
	color: #f2ddb3;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #f2ddb3;
}
.menulevel1 a:active, .menulevel1 a:hover {
	color: #f2ddb3;
    text-decoration: underline;
}
.menulevel2 {
	font-size: 8pt;
	color: gray;
	margin-left:-3px;
}
.menulevel2 a {
	font-weight: normal;
	color: black;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: black;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: black;
}
.menulevel3 {
	font-size: 8pt;
	color: gray;
}
.menulevel3 a {
	font-weight: normal;
	color: black;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: black;
}
.menulevel3 a:active, .menulevel3 a:hover {
	color: black;
}

