﻿body {
	margin: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	padding: 0px;
	color: #FFFFFF;
}

#page {
	margin: 0px auto;
	width: 790px;
	border-right: 5px solid #7A7A7A;
	border-left: 5px solid #7A7A7A;
	border-bottom: 5px solid #7A7A7A;
	background-color: #000000;
}

#masthead {
	margin: 0 0 0 0px;
	width: 780px;
	text-align: center;
	background-color: #383838;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
#masthead h1 {
	color: #E8E8E8;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

#navigation {
	margin: 0;
	padding: 0;
	background-color: #000000;
	width: 780px;
	text-align: center;
	border-bottom: thin #7A7A7A solid;
	border-top: thin #7A7A7A solid;
}
#navigation table {
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;
	border-collapse: collapse;
}
#navigation ul {
	list-style-type: none;
	width: 790px;
	margin: 0;
	padding: 0;
	position: relative;
}
#navigation li {
	float: left;
	color: #FFFFFF;
	padding-left: 2px
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
}

#content {
	padding: 10px 10px 30px 10px;
	vertical-align: top;
	float: left;
	width: 780px;
	margin: 0px;
	background-color: #000000;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#content h1 {
	font-size: xx-large;
	color: #FFFFFF;
	margin-top: 0px;
}
#content a {
	color: #C0C0C0;
}
#content a:hover {
	background-color: #FF0000;
	text-decoration: none;
}
#content a:visited {
	color: #FF0000;
}

#footer {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 5px;
	background-color: #383838;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}