BODY{
	margin: 0px;
	padding: 0px;
}

FORM{
	padding: 0px;
	margin: 0px;
}

#main_container{
	width: 231px;
	height: 296px;
}

#border_container{
	border: 1px solid #849CA4;
	height: 294px;
}

#header{
	background-color: #D9E6EA;
	height: 50px;
	clear: both;
}

#nav_container{
	background-color: #FFFFFF;
	line-height: 20px;
	margin-left: 4px;
	margin-right: 4px;
	clear: both;
}

#nav_item{
	line-height: 20px;
	font-family: Trebuchet MS, verdana, helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	display: block;
}

.nav_link{
	color: #000000;
	text-decoration: none;
}

A:HOVER.nav_link{
	color: #990000;
	text-decoration: none;
}

.nav_selected_web{
	background: url(../img/grphx.png) no-repeat -10px -7px;
	line-height: 20px;
}

.nav_selected_comp{
	background: url(../img/grphx.png) no-repeat -43px -7px;
	line-height: 20px;
}

.nav_selected_peop{
	background: url(../img/grphx.png) no-repeat -81px -7px;
	line-height: 20px;
}

.nav_selected_muni{
	background: url(../img/grphx.png) no-repeat -128px -7px;
	line-height: 20px;
}

.nav_selected_map{
	background: url(../img/grphx.png) no-repeat -190px -7px;
	line-height: 20px;
}

#content_top{
	background: url(../img/grphx.png) no-repeat -10px -40px;
	margin-left: 4px;
	margin-right: 4px;
	height: 5px;
	clear: both;
	display: block;
	font-size: 3px;
}

#content_box{
	margin-left: 4px;
	margin-right: 4px;
	font-family: Trebuchet MS, verdana, helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #A0A7A8;
	border-right: 1px solid #A0A7A8;
	border-bottom: 1px solid #A0A7A8;
	padding: 5px;
	height: 204px;
}

A{
	color: #294372;
}
