* {
	padding: 0;
	margin: 0;
}
body {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; 
	color: #000000;
	font-size: 12px;
	background-color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 2em;
}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 1.8em;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 1.5em;
}
form {
	margin-top: 5px;
	margin-bottom: 30px;
}
a {
  text-decoration: none;
	color: #996633;
}
a:hover {
  text-decoration: underline;
	color: #000000;
}
.fullwidthfadeup {
	background-image: url(images/FadeUp.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	margin-top: 5px;
}
.fullwidthdottedline {
	background-image: url(images/BrownDot.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
	margin-top: 5px;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: center;
	padding-top: 0px;
  overflow: hidden;
  height: 100%; 
}
#toplinks{
	text-transform: uppercase;
	text-decoration: none;
  width: 900px;
  height: 30px;
  margin-bottom: 5px;
	text-align: right;
}
#toplinks a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #996633;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}
#toplinks a:hover {
	text-decoration: none;
	color: #CC9966;
	padding: 5px 10px 5px 10px;
}
#header {
  width: 900px;
  height: 100px;
	background-image: url(images/SiteBanner.jpg);
  color: #fff;
}
#header h1 {
  text-align: right;
	font-size: 4em;
	margin-top: 5px;
	margin-right: 20px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
  margin-top: 20px;
  width: 900px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#nav li {
	display: inline;
}
#nav a {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 50px 5px 10px;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
	padding: 5px 50px 5px 10px;
}
#content {
	background-image: url(images/FadeDown.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	text-align: left;
  width: 900px;
	min-height: 250px;
}
#content-primary {
	float: left;
	text-align: left;
  width: 500px;
	background-image: url(images/FadeDown.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content p {
	padding: 10px;
	text-align: justify;
	color: #3f4856;
}
#content-secondary {
	background-image: url(images/FadeDown.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 0px;
  width: 385px;
	border: 1px solid;
	padding: 3px;
	float: left;
	text-align: left;
  color: #996633;
}
#content-secondary ul {
	list-style-image: none;
	list-style-position: inside;
	margin-left: 10px;
	padding: 0;
	list-style-type: square;
	text-align: left;
}
#content-secondary li {
	padding: 5px;
	display: list-item;
}
#notes {
	background-image: url(images/FadeDown.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	text-align: left;
  width: 900px;
	min-height: 100px;
}
#notes p {
	padding: 10px;
	text-align: justify;
	color: #3f4856;
}
#links {
	background-image: url(images/FadeDown.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	text-align: left;
  width: 900px;
	min-height: 300px;
  color: #996633;
}
#links p {
	padding: 10px;
	text-align: justify;
	color: #3f4856;
}
#footer {
  clear: left;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	color: #333333;
}
#footer a {
	color: #996633;
  text-decoration: none;
}
#footer a:hover {
	color: #CC9966;
  text-decoration: none;
}
