﻿#wrap {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#top {
	background-image: url('images/banner2.jpg');
	width: 800px;
	height: 125px;
	border: 1px solid #000000;
}
.line {
	color: #808080;
	clear: both;
}
#nav {
	border: 1px solid #000000;
	float: left;
	width: 150px;
	background-color: #006666;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFCC;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#mainContent {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	width: 625px;
	float: right;
	font-size: medium;
	background-color: #FFFFCC;
}
.large {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
.italic {
	font-style: italic;
}
.floatr {
	float: right;
}
#footer {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	background-color: #006666;
	border: 1px solid #000000;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: right;
}
.style1 {
	font-family: serif;
	color: #808080;
}
#nav a {
	text-decoration: none;
	color: #FFFFCC;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #FFFFCC;
}
#mainContent a {
	font-family: Verdana;
	color: #006666;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	color: #FFFFCC;
}
#mainContent a:hover {
	background-color: #006666;
	color: #FFFFCC;
}
#nav li {
	list-style-type: none;
	padding: 2px;
}
#nav a:hover {
	background-color: #FFFFCC;
	color: #000000;
}

