body, html {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	background-color: #D4D4D4;
}

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

#header {
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	width: 851px;
	height: 66px;
}

#main {
	background-image: url(/img/bgv.jpg);
	background-repeat: no-repeat;
	width: 851px;
	height: 702px;
}

#links {	
	float: left;
	width: 121px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}

#content {
	float: left;
	width: 550px;
}

#subhead {
	height: 60px;
}

#text {
	height: 570px;
	overflow: auto;
	padding: 10px;
}

#footer {
	float: left;
	color: #fff;
	padding-left: 5px;
	margin-top: 39px;
	width: 683px;
	height: 13px;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}

h1 {
	color: #fff;
	font-size: 16px;
	padding-top: 25px;
	padding-left: 10px;
	margin: 0px;
}

img {
	border: 0px;
	padding-right: 5px;
	padding-top: 5px;
} 

a:link {
	color: #013B62;
	text-decoration: none;
}

a:active {
	color: #013B62;
	text-decoration: none;
}

a:visited{
	color: #013B62;
	text-decoration: none;
}

a:hover {
	color: #007AC7;
	text-decoration: none;
}
