@charset "UTF-8";
/* CSS Document */

/* CSS Document */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto; !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}
#header {
	width: 760px;
	height: 200px;
}
#topnav {
	width: 754px;
	height: 20px;
	margin: 0px;
	padding: 3px;
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7597a3;
	text-decoration: none;
}
#topnav a:link {
	color: #7597a3;
	text-decoration: none;
}
#topnav a:visited {
	color: #7597a3;
	text-decoration: none;
}
#topnav a:active {
	color: #7597a3;
	text-decoration: none;
}
#topnav a:hover {
	color: #000000;
	text-decoration: none;
}
#tophead {
	width: 760px;
	height: 174px;
	background-image: url(../images/tophead.jpg);
	background-repeat: no-repeat;
}
#mainbody {
	width: 760px;
	background-image: url(../images/bodybackground.gif);
	background-repeat: repeat-y;
}
#navleft {
	width: 160px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	/*background-color: #a2a074;*/
}

#navleft ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navleft li { margin: 0 0 1px 0; }

#navleft a {
display: block;
padding: 5px 10px;
width: 140px;
color: #fff;
font-size: 16px;
background-color: #a2a074;
text-decoration: none;
}

#navleft a:hover {
color: #fff;
background-color: #7597a3;
text-decoration: none;
}

#navleft ul ul li {
	margin: 0 0 1px 0;
}

#navleft ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #FFFFFF;
	background-color: #a2a074;
	text-decoration: none;
	font-size: 12px;
}

#navleft ul ul a:hover {
color: #FFFFFF;
background-color: #7597a3;
text-decoration: none;
}

#content {
	width: 580px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7597a3;
	text-decoration: none;
	line-height: 18px;
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7597a3;
	text-decoration: none;
}
#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7597a3;
	text-decoration: none;
}
#content a:link {
	color: #655b44;
}
#content a:visited {
	color: #655b44;
}
#content a:active {
	color: #655b44;
}
#content a:hover {
	color: #000000;
}
#content img {
	border: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
#footer {
	width: 760px;
	float: left;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #7497a2;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
html,body {
	background-color: #655b44;
	font-family: Arial, Helvetica, sans-serif;
	margin:2px;
}