html, body {
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
	font-size: 12px;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}

A:link {
	text-decoration: none; color: #222222;
}
A:visited {
	text-decoration: none; color: #222222;
}
A:active {
	text-decoration: none; color: #222222;
}
A:hover {
	text-decoration: underline; color: #222222;
}

h1 {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	text-transform:uppercase;
	margin-bottom: 3px;
	border-bottom-color:#336666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#divHeader {
	height: 250px;
	width: 800px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

#divBody {
	height: 600px;
	width: 800px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#divFooter {
	height: 60px;
	width: 800px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:5px;
}

#linkBox {
	height: 600px;
	width: 200px;
	padding: 3px;
	border-left-color:#3399cc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#3399cc;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#3399cc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#3399cc;
	border-top-style:solid;
	border-top-width:1px;
}

.links {
    font-size: 8pt;
	color: #FFFFFF;
    font-family: Geneva, Arial, helvetica, sans-serif;
}
.links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.links a:hover { 
	color: #FFFFFF;
	text-decoration: underline; 
}
.links a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.header {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}