@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
}
p {
	text-align: left;
	text-indent: 15px;
	font-size: 0.96em;
	line-height: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 50px;
}
ol {
	font-size:.8em;
}
#container {
	width: 800px;
	text-align: left;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #131313;
	border: 3px double #E5D59E;
}
#sidebar {
	margin:0;
	padding:0;
	background-color: #131313;
	width: 220px;
	float: right;
}
#header {
	padding: 0;
	background-color: #131313;
	height: 125px;
}
#menu {
	height: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin:0;
	padding: 0;
}

#menu ul li {
	display:inline;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#menu ul li a {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: 100;
	color: #E1CE8D;
}

#menu ul li a:hover {
text-decoration:underline;
}
#mainContent {
	padding: 0;
	background-color: #F9F8DF;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer {
	height: 80px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
h3 {
	text-indent: 30px;
	background-color: #E5D59E;
	margin: 0px;
	font-size: 1em;
}

#foot p {
padding:0;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:.8em;
text-align:center;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
}
.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;
}
.form {
	margin: 0 0 0 30px;
}.notes {
	font-size: .7em;
	margin-left: 30px;
}
h4 {
	font-size: .9em;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.author {
	font-size: 0.7em;
	margin-left: 50px;
	font-style: italic;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.center {margin-left:5px;
}