body {
	font: 13px "Times New Roman", Times, serif;
	color: #2C471C;
	background: #FBFBF3;
	margin: 0px;
	text-align: center;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a:hover {
	color: #006600;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
/*************************************************
HOME STYLES
**************************************************/
#top {
	background: url(images/home-top.jpg) no-repeat;
	height: 95px;
	width: 780px;
}
#logo {
	background: url(images/home-logo.jpg) no-repeat;
	height: 192px;
	width: 780px;
}
#logo h1 {
	display: none;
}
#slogan {
	background: url(images/home-slogan.jpg) no-repeat;
	height: 42px;
	width: 780px;
}
#slogan p {
	display: none;
}
#menu {
	background: url(images/home-menu.jpg) no-repeat;
	height: 30px;
	_height: 29px;
}
#content {
	background: url(images/home-content.jpg) no-repeat;
	height: 280px;
	width: 780px;
}
#news {
	width: 200px;
	float: left;
	height: 260px;
	padding: 20px 20px 0 35px;
}
#news ul {
	padding: 5px 10px;
	margin: 0;
}
#news li {
	padding: 2px;
	margin: 2px;
}
#news h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#description {
	width: 485px;
	float: left;
	font-size: 14px;
}
#description h1 {
	font-size: 20px;
	padding: 10px;
}
#investigations {
	width: 125px;
	float: left;
	color: #000;
}
#investigations ul{
	padding: 0;
	_margin: 10px 0 0 10px;
}
#investigations li{
	_padding: 3px 0;
}
#footer {
	background: url(images/home-footer.jpg) no-repeat;
	height: 40px;
	padding: 15px 0;
	width: 780px;
	text-align: center;
}