@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5D624D;
}
/* CSS Document */

#container {
	height: auto;
	width: auto;
	background-color: #5d624d;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float: none;
}
#container #header #logo {
	background-position: center;
	margin-top: 8px;
	padding: 0px;
	margin-bottom: 0px;
}
#container #footer {
	background-image: url(../graphics/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 69px;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3px;
	margin-bottom: 0px;
	padding: 0px;
}
#container #main-body #sidebar-left {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 227px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
#container #main-body #sidebar-right {
	float: right;
	height: auto;
	width: 227px;
	margin-top: -62px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px dashed #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#container #main-body #center-content {
	height: auto;
	width: 425px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#container #header {
	background-image: url(../graphics/topBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 112px;
	width: 100%;
	background-color: #FFFFFF;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 0px;
}
#container #main-body {
	height: 100%;
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../graphics/main-content-background.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#container #nav {
	height: 65px;
	width: 978px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../graphics/main-content-background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container #main-body #right-side-bar {
	border: 1px solid #CCCCCC;
	width: 200px;
	padding: 5px;
	margin: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #325C25;
	font-variant: small-caps;
	text-transform: capitalize;
}
h2 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-variant: small-caps;
	text-transform: capitalize;
}
h3 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #325C25;
}
h4 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #main-body #left-sidebar {
	padding: 5px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#container #main-body #main-content {
	width: 450px;
	padding: 10px;
}
#container #footer #footer-nav #footer-nav {
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#container #footer #footer-nav #footer-nav a {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
