* {
 padding: 0;
 margin: 0 }

body { background: url(images/background.jpg);
	background-attachment: fixed }

img { 
	border: none;
	text-align: center }

a:link { color: maroon;
	text-decoration: none;
	font-weight: bold }
a:hover { color: red;
	text-decoration: underline;
	font-weight: bold }
a:active { color: red;
	text-decoration: underline;
	font-weight: bold }
a:visited { color: gray;
	text-decoration: underline;
	font-weight: bold }
#container {
	width: 658px; 
	background: url(images/background2.jpg) repeat-y;
	margin: 0px auto 0px auto}

#header	{ 
	background: url(images/header.jpg) no-repeat;
	width: 650px;
	margin-left: 4px;
	margin-right: 4px;
	height: 110px }
#header span {
	display: none }

#main {
	text-align: center;
	width: 650px;
	margin-left: 4px;
	margin-right: 4px;
	min-height: 450px }
#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
	text-indent: 10px;
	text-align: left;
	padding-left: 15px
	 }
#main p.center
	{
	text-align: center
	}
#main p.center2
	{
	text-align: center;
	color: #FFF
	}
#main p.indent
	{
	text-indent: 0px;
	padding-left: 40px;
	font-size: 10pt;
	color: #800000
	}
#main p.header
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: black;
	text-indent: 0px;
	text-align: left;
	padding-left: 15px
	}

h1 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #800000;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px }
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px }

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #800000;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px }

#linklist {
	background: #FFF;
	float: right;
	width: 158px;
	height: 450px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-align: center }

#linklist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	display: block }

#linklist h1.nav {
	padding-top: 20px;
	text-align: center;
	background: url(images/nav.gif) no-repeat;
	width: 158px }
#linklist h1.nav span {
	display: none }

#linklist h1.links {
	padding-top: 10px;
	text-align: center;
	background: url(images/links.gif) no-repeat;
	width: 158px }
#linklist h1.links span {
	display: none }

#linklist h1.resources {
	padding-top: 10px;
	text-align: center;
	background: url(images/resources.gif) no-repeat;
	width: 158px }
#linklist h1.resources span {
	display: none }

#footer {
	width: 650px;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center }

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px }