/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #04660C;
	background-color: #06860f;
	background:url(images/pagebg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 1024px;
	background-color: #06860f;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	z-index: 2;
}
#header {
	background-image:url(images/v1-BL_01.jpg);
	height: 180px;
	width: 1024px;
}
#mid {
	width: 1024px;
	float:left;
	background-image:url(images/v1-BL_05.jpg)
}
#left {
	width:280px;
	float:left;
}
#navhead {
	background-image:url(images/v1-BL_02.jpg);
	width: 280px;
	height: 148px;
}
#nav {
	float: left;
}
#nav ul {
	margin-top: 20px;
	padding-left: 80px;
	list-style:none;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#nav ul a {
	color: #c60c0c;
}
#main {
	margin-left: 32px;
	margin-top: 20px;
	width: 628px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	background-image:url(images/v1-BL_07.jpg);
	width: 1024px;
	height: 26px;
	float:left;
	padding-left:80px;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}
#footer a {
	font-size:10px;
	color: #04660C;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
}
