/* General Style Rules */
body, td, p, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
h1 {
	font-size: 2.00em;
	margin: 0.25em;
}
h2 {
	font-size: 1.50em;
	margin: 0.25em;
}
h3 {
	font-size: 1.25em;
	margin: 0.25em;
}

hr {
	clear: both;
	border: 0px none;
	height: 1px;
	background-color: #000000;
}

a:link, a:visited {
	color: #6C0020;
	text-decoration: none; 
}
a:hover	{
	text-decoration: underline;
}

/* Div ID Style Rules */
#wrapper {
	margin: 20px auto;
	width: 900px;
}

/* Left Column Divs */
#left-col {
	float: left;
	width: 300px;
}
#header {
}
#nav {
}

/* Right Column Divs */
#right-col {
	float: right;
	width: 600px;
}
#title {
	background-color: #6C0020;
	color: #FFFFFF;
}
#front-content {
	text-align: center;
}
#back-content {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

/* Foot Divs */
#foot {
	clear: both;
}
#foot-content {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	text-align: center;
	background-color: #6C0020;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#foot-nav {
	text-align: center;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
	margin-top: 10px;
	font-size: 0.70em;
}

/* Nav Style Rules */
#nav ul {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}
#nav li {
	margin: 0.5em auto;
}
#nav a {
	display: block;
	width: 180px;
}
#nav a:hover {
	background: url(images/nav-arrow.jpg) center right no-repeat;
}

/* Foot Nav Style Rules */
#foot-nav span {
	margin-left: 20px;
	margin-right: 20px;
}
