/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0;
	padding: 0;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	background: #FEFA8B url(../images/back_all.gif) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
}

#content
{
	margin: 15px auto;
	width: 917px;
	text-align: left;
}

#main
{
	width: 857px;
	padding: 30px;
	padding-top: 10px;
}

#back
{
	width: 917px;
	background: url(../images/table_back.gif) repeat-y

}

#header {
	height: 326px;
	text-align: right;
	background: url(../images/header.jpg) no-repeat;
	border:1px solid #CCC;
	border-bottom-width:0;
}

#logo {
	width: 887px;
	height: 228px;
	text-align: right;
	padding-top: 55px;
	padding-right: 30px;
}


#logo a {
	text-decoration: none;
	color: #005;
	font: italic bold 48px Georgia, "Times New Roman", Times, serif;
}
#logo H2 a
{
	font-size: 24px;
}


#menu
{
	width: 875px;
	height: 48px;
	padding-left: 40px;
	background: url(../images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	wi dth: 120px;
	height: 32px;padding:0 10px 0 10px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #005;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	text-transform: uppercase;
}

#menu a:hover {
	height: 32px;
	color: #ff0000;
	text-decoration: underline;
	background: url(../images/buttons_r.gif) repeat-x;
}




#right
{
	width: 550px;
	float: left;
	padding-bottom: 2em;
}

#left h3
{
	width: 224px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #005;
	background: url(../images/title.gif) repeat-x;
	padding-bottom: 10px;
}

#left ul {
	margin-bottom: 10px;
	margin-left: 2em;
}

#left li  {
	padding-bottom: 5px;
}

#left a {
	color: #C66210;
}
#left a:visited {
	color: #C66210;
}

#left p
{
font-size: 10px;
}

.bot
{
padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
	width:249px;
	padding: 10px;
	float: right;
}

#right h4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C66210;
}

#right a
{
color: #C66210;
text-decoration: none;
}

#right p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #690;
}
#right h3 {
	margin: 0;
	padding: 10px 0;
	color: #690;
}
#right ul, #right ol {margin-left: 3em; }
#right li  {
	padding-bottom: 5px;
}

.date {
	text-align: right;
	color: #C66210;
	font-size: 11px;
}

.date a {
	color: #C66210;
}


#footer {
	height: 54px;
	clear: both;
	padding-top: 20px;
	background: url(../images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
}
#splitcolunm {
}
.splitleft {
	width: 240
..px;
	float: left;
	width: 240px;
}
.splitright {
	width: 240px;
	float: right;
}
.photocaption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right p {
	line-height: 1.3em;
}
img {
	border:none;
}
#logo p a {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#logo p {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.centertext {
	text-align: center;
}

#form-div { 
  width : 100%;
  margin : auto;
  color : #555;
  line-height : 2em;
}
#form-div fieldset {
	border: 1px solid #CCC;
	padding: 0px 20px 20px;
}

#form-div legend { 
  font-weight : bold;
	  color : #669900;
  font-size : 110%;
}
#form-div label {
	color:#669900;
	width: 9em;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#form-div #button {
	float: right;
}

