body {
	background-color: #000000;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
}
div#nav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	background-color: #E6E0C0;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #E6E0C0;
	background-color: #783030;
	text-decoration: none;
	border-left: solid #a84818 15px;
	padding: 5px;
	display: inline;
}

#nav ul li a:hover {
	color: #fcfcfc;
	background-color: #A84818;
	text-decoration: none;
	border-left: 15px solid #783030;
}

#nav a.current {color: #fefffa;
background-color: #1f006e;
text-decoration: none;}

#nav ul li {margin: 0px; padding: 0px; list-style-type: none; display: inline;}

#nav ul {margin: 0px; padding: 0px;}
#content {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	border-left: thin solid #666666;
	border-right: thin solid #666666;
	font-family: Geneva, Arial, Helvetica, san-serif;
	padding: 10px;
	padding-top: 20px;
}
#content a {
}

#content table {
	color: #783030;
	text-align: left;
	background-color: #E5E0C2;
	border: medium groove #783030;
}
#content table a {
	color: #990000;
	text-decoration: underline;
}

#content h2 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

#content td {
	color: #783030;
}


#content a {
	color: #CC6600;
	text-decoration: none;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-position: center;
	text-transform: capitalize;
	
}
#footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #783030;
	background-color: #E6E0C0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #F1F0C0;
	background-color: #A84818;
}
#footer ul li a:hover {
	color:#E6E0C0;
	background-color:#783031;
}


.imageright {
	float: right;
	padding: 6px;
	margin-bottom: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
