@charset "utf-8";

body {
	background-color:#ffeebc;
	color: #880000;
	font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

h1 {
font-size:16pt;
margin-top:0px;
}

h2 {
font-size:13pt;
margin-bottom:3px;
}

a:link, a:visited {
	text-decoration:underline;
	color:#882200;
}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
}

div.main {
width:900px;
margin:auto;
background-color:#fabb33;
}
div.header {
height:200px;
width:900px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
clear:both;
}

div.body {
line-height:140%;
	height:auto;
	width:900px;
	background-image:url(../images/footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	padding-bottom: 180px;
}

div.body li {
line-height:140%;
}
div.menu {
height:auto;
width:229px;
float:left;
clear:both;
}

h1.menu{
	width:229px;
	background-image:url(../images/menu_header.png);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 23px;
	line-height: 16px;
	margin: 0px 0px -5px 0px;
	padding: 5px 22px 0px 20px;
	color: #ffeebc;
}

div.menubody {
font-size: 12pt;
	height:auto;
	width:187px;
	background-image:url(../images/menu_body.png);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 5px 22px 0px 20px;
}

div.menufooter{
width:229px;
height:18px;
background-image:url(../images/menu_footer.png);
background-repeat:no-repeat;
}

div.content {
height:auto;
width:671px;
margin-left:229px;

}

div.contentbody {
	height:auto;
	width:616px;
	background-image:url(../images/content_body.png);
	background-repeat:repeat-y;
	padding: 0px 30px 0px 20px;

}

div.contentheader{
width:671px;
height:23px;
background-image:url(../images/content_header.png);
background-repeat:no-repeat;
}

div.contentfooter{
width:671px;
height:28px;
background-image:url(../images/content_footer.png);
background-repeat:no-repeat;
}

ul.menu {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}


ul.menu li {
	display:block;
	font-weight:normal;
	margin-top:6px;
}

ul.menu ul li {
	margin-top:1px;
}

ul.menu li a:link,  ul.menu li a:visited {
	display:block;
	color:#882200;
	text-decoration:none;
}

ul.menu li a:hover, ul.menu li a:active {
	display:block;
	background-color:#a34d26;
	color:#ffeebc;
	text-decoration:none;
}

ul.menu li#current {
	font-weight:bold;
}

ul.menu ul {
	padding-left:20px;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
}

fieldset.input {
border:none;
padding:0px;
margin:0px;
text-align:center;
}

fieldset.input label {
	font-size:12px;
}

#form-login-username {
	text-align:left;
	margin:4px 0px 0px 25px;
}

#form-login-password {
	text-align:left;
	margin:7px 0px 0px 25px;
}

#form-login-remember {
	margin:4px 0px 5px 0px;
}

#modlgn_username, #modlgn_passwd {
	background-color:#fedd80;
	color:#880000;
}

#form-login .button {
	background-color:#a34d26;
	color:#fedd80;
}

#form-login ul {
	font-size:12px;
	list-style-type:none;
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 3px 25px;
}

#form-login li {
	margin-top:3px;
}

img {
	border-style:none;
}

span.map {
font-size:10pt;
color:#000;
}
