﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
}
#header {
	padding: 0px;
	background-color: #FFFFFF;
	width: 960px;
	top: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#menu {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	text-align: center;
	float: none;
	border-bottom-style: none;
	border-bottom-width: 5px;
	border-bottom-color: #5277C2;
}
#content {
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#footer {
	padding: 0px;
	margin: 0px 0px 0px 3px;
	border-width: thick;
	border-color: #808080;
	clear: both;
	border-top-style: double;
	background-color: #666;
	border-collapse: collapse;
}
#wrapper {
	background-position: center;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-style: none;
	border-color: #C0C0C0;
	background-image: url('../Main_Design_Elements/Drop_Shadow_Background.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding-top: 0px;
	height: 1007px;
}
#menu {
	background-position: #808080;
	background: #535353;
	float: left;
	list-style: none;
	margin: 20 0 0 0;
	padding: 0;
	width: 12em;
	left: 20px;
}
#menu li {
	font: 67.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background-position: #999999;
	background: #535353;
	border-bottom: 1px solid #393939;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
}
#menu a:hover {
	background-position: left center;
	background: #4FBBC no-repeat left
center;
	color: #FFFFFF;
	padding-bottom: 8px;
	background-color: #EC7600;
}
.style20 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #666666;
}

#header {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 960px;
	top: 0px;
	left: 0px;
	right: 0px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #4F7BBC;
	border-collapse: collapse;
}
/* unvisited link */
/* visited link */
/* mouse over link */
/* selected link */
{
	
}
