body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: #330000;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}
#wrapper #content #copy {
	height: 460px;
	width: 495px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#wrapper #footer {
	float: left;
	height: 50px;
	width: 875px;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}
#header {
	height: 200px;
	width: 900px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	float: left;
	height: auto;
}
#content #navigation a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #633910;
	display: block;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-top: 0px;
}
#wrapper #content #body p {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #content #body h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -13px;
	color: #000000;
}
#wrapper #content #body h5 {
	font-size: 12px;
	font-weight: bold;
	color: #633910;
}
#content #navigation a:hover {
	color: #FFFFFF;
	background-color: #006600;
}
#content #navigation .current {
	background-color: #633910;
	color: #FFFFFF;
}
#content #navigation {
	background-color: #D6AD7B;
	height: 35px;
	text-align: center;
}
#content #navigation ul {
	list-style-type: none;
	display: inline;
}
#content #navigation li {
	display: inline;
	float: left;
}
#content #body {
	float: left;
	width: 825px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
}
#content #footer {
	width: 860px;
	background-color: #D6AD7B;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #006600;
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 75px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content #body li {
	list-style-type: square;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000000;
}
#wrapper #content #body h1 {
	color: #633910;
	font-size: 28px;
	line-height: normal;
}
#wrapper a {
	text-decoration: underline;
}

