﻿body {
	border-style: solid;
	border-width: 2px 5px 2px 2px;
	border-color: #000000;
	padding: 0px;
	margin: 25px;
	background-color: #FFFFFF;
}
#header {
	background-position: left;
	margin: 0px;
	height: 150px;
	background-color: #000000;
	text-align: center;
	background-image: url('../images/logosmall.jpg');
	background-repeat: no-repeat;
	text-indent: 200px;
	font-family: Verdana, Helvetica, Arial, sans-serif;;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#middle {
	border: 1px solid #000000;
	padding: 0px;
	background-color: #000000;
	position: relative;
	width: 99.99%;
}

	
#footer {
	padding: 0px;
	border-style: none;
	background-color: #000000;
	color: #33CC66;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
#content {
	border-style: solid;
	border-width: 2px 0px 2px 4px;
	border-color: #000000;
	margin: 0px 0px 0px 200px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 1%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#nav {
	border-style: solid none none none;
	position: absolute;
	width: 150px;
	left: 0px;
	text-align: center;
	background-color: #000000;
	border-top-width: 2px;
	border-top-color: #000000;
}
#nav a:hover {
	background-color: #33CC66;
	color: #000000;
}


#nav a {
	padding: 10px;
	color: #33CC66;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	display: block;
	font-weight: bold;
}
.subheadertitle {
	font-style: normal;
	font-size: large;
	color: #33CC66;
	font-weight: bold;
}
.headertitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
.addresstitle {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}

footerline {
	padding: 0px;
	border-style: none;
	background-color: #000000;
	color: #33CC66;
	text-align: center;
	text-indent: 200px;
}

