@charset "utf-8";
/*Clear all margins so everything floats together!*/
*{
list-style:none;
margin:0px;
padding:0px;
}
/* REMOVE IMAGE BORDERS due to image links */
img
{
border-style: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background-repeat: no-repeat;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../Images/header.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 0px;
}

.container {
	background-color: 333333;
	margin-right: auto;
	width: 960px;
	margin-left: auto;
	padding: 0px;
}
.container .header .headernav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	display: inline;
	padding: 0px;
}
.container .header .headernav a {
	text-decoration: none;
	color: #FFFFFF;
}
.container .header .headernav li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../Images/bodybg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 896px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1C7E08;
	height: 25px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.container .footer p {
	text-decoration: none;
	display: inline;
	margin: auto;
	padding: 5px;
}

a:link    {
	text-decoration: none;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.container .content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover    {
	text-decoration: underline;
	background-color: 60a454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.container .header .logo img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container .header .shadowbar img {
	width: 896px;
}
.logo {
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: auto;
}
.footer {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
