﻿#container {
	background-color: #FFFFFF;
	border-bottom-color: #FF8555;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #FF8555;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #FF8555;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #FF8555;
	border-top-style: solid;
	border-top-width: 3px;
}
#header {
	background-image: url('../images/HeaderTitle.gif');
}
#navigation {
	color: #16E280;
	background-color: #FFF4D2;
	border-bottom-color: #FF8555;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #FF8555;
	border-top-style: solid;
	border-top-width: thin;
}
#navigation a {
	color: #5A5A5A;
	text-decoration: none;
	font-size: small;
	padding: 2px 7px 2px 7px;
}
#navigation a:hover {
	background-color: #FF8555;
	color: #FFF8DC;
}
#content h1 {
	font-size: x-large;
	font-weight: bold;
	color: #FF8555;
}
#content h2.indent {
	font-size: large;
	font-weight: bold;
	color: #FF8555;
	margin-top: 30px;
	margin-left: 25px;
}
#content p {
	color: #5A5A5A;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p.indent {
	margin-left: 30px;
}
#calendar {
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	width: 245px;
	margin-top: auto;
	margin-bottom: 15px;
}
#footer {
	background-image: url('../images/Footer.gif');
	height: 50px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	top: -50px;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
}
#footerlinks {
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	top: 17px;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-variant: normal;
}
#footerlinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	text-transform: uppercase;
	font-weight: normal;
}
#counter {
	position: relative;
	height: 17px;
	text-align: right;
	top: 33px;
}
#disclaimer {
	font-size: small;
	color: #5A5A5A;
} 
#disclaimer h2 {
	font-size: large; 
	font-weight: bold;
	color: #FF8555;
}
#disclaimer h3 {
	font-size: small;
	color: #5A5A5A;
}
div.img_center {
	text-align: center;
}
div.img_center img {
	border-width: thin;
	border-style: solid;
	border-color: #FF8555;
}
td.img_caption {
	text-align: center;
	font-size: small;
}
li.indent {
	margin-left: 30px;
	list-style-type: none;
	list-style-image: url('../images/List.gif');
	font-size: small;
	margin-bottom: 10px;
	color: #5A5A5A;
}
li.indent a {
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
li.indent a:hover {
	color: #FF8555;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
li.indent a.smalllink {
	color: #FF8555;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: x-small;
}
a.back {
	text-decoration: none;
	text-align: center;
	color: #FF8555;
}
a.mail {
	text-decoration: none;
	font-size: small;
	color: #FF8555;
}