﻿/* CSS layout */
#header {
	padding: 0px 0px 20px 0px;
	width: 960px;
	height: 150px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Images/index/background.jpg');
}
#container {
	padding: 1px 0px 1px 0px;
	position: relative;
	width: 960px;
	background-image: url('Images/index/background.jpg');
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Book Antiqua", "Times New Roman";
	background-image: url('Images/index/background.jpg');
	color: #000000;
	background-repeat: repeat;
}
#content {
	padding: 0px 20px 0px 20px;
	margin-right: 0px;
	margin-left: 200px;
}
#right {
	position: absolute;
}
#footer {
	background-image: url('Images/index/background.jpg');
	background-repeat: repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-family: "Book Antiqua", "Times New Roman";
	padding-top: 10px;
	padding-bottom: 40px;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left a {
	background-position: center center;
	display: block;
	color: #E2DBB9;
	font-weight: normal;
	text-decoration: none;
	background-image: url('Images/leftnav/link.gif');
	background-repeat: no-repeat;
}
#left a:hover {
	background-image: url('Images/leftnav/linkhover.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#left a:active {
	background-image: url('Images/leftnav/linkactive.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
a:link
{
	color: rgb(153, 51, 0);
}
a:visited
{
	color: rgb(204, 51, 0);
}
a:active 
{
	color: rgb(255, 102, 51);
}
body
{
	padding: 0px;
	margin: 0px;
	font-family: Book Antiqua, Times New Roman, Times;
	color: rgb(102, 102, 0);
	background-image: none;
	background-repeat: repeat;
}
h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h5
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h4
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h3
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h2
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
}
h2
{
	color: rgb(102,102,0); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}
a {
	color: #CC3300;
}
#left ul {
	padding: 0px;
	margin: 0px;
}
#left li {
	padding: 0px;
	line-height: 50px;
	margin: 0px;
	text-align: center;
}
.style1 {
	font-size: xx-large;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	display: inline-block;
	height: 20px;
	width: 100px;
	margin: 0px;
	color: #E2DBBB;
	font-family: "Book Antiqua", "Times New Roman";
	font-size: medium;
	text-transform: lowercase;
	text-align: center;
	padding: 0px;
}
#previous a {
	background-image: url('Images/bottomnav/previous.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#home a {
	background-image: url('Images/bottomnav/home.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#next a {
	background-image: url('Images/bottomnav/next.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#previous a:hover {
	background-image: url('Images/bottomnav/previous%20hover.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#home a:hover {
	background-image: url('Images/bottomnav/home hover.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#next a:hover {
	background-image: url('Images/bottomnav/next%20hover.gif');
	background-repeat: no-repeat;
	background-position: center center;
}


table {
	border: thin groove #666600;
	margin-right: auto;
	margin-left: auto;
}
th {
	font-weight: bold;
	text-decoration: underline;
	border: thin groove #666600;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	right: auto;
	left: auto;
	font-size: large;
	text-transform: none;
}
#content ul {
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
	list-style-image: url('Images/index/expbul3a.gif');
	list-style-position: inside;
	text-align: left;
}


.photo {
	text-align: center;
	background-position: center center;
}


.nospace {
	padding: 0px;
	margin: 0px;
}


a:hover {
	color: #B6520B;
}


