@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.6em;
}


p {
	line-height: 1.6em;
}

#menu {
	position: absolute;
	left: 160px;
	top: 216px;
	width: 879px;
}
#main_content {
	width: 724px;
	position: absolute;
	left: 243px;
	top: 324px;

}

#map_content {
	width: 975px;
	position: absolute;
	left: 0px;
	top: 282px;
}
#resources_menu {
	width: 181px;
	position: absolute;
	top: 332px;
}
a {
	font-weight:bold;	
}
a:link {
	color: #000;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: underline;
	color: #000;
}
h1,h2,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
li {
	text-indent: 20px;
}
.2column {
	width: 241px;
	float: left;
	position: fixed;
}
h2 {
	color: #FFF;
	text-indent: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: auto;
	line-height: 1em;
	padding-left: 10px;
	background-color: #EE3214;
}
.linkstable {
}

