﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

img
{
border: 0px;
}

a:link {
	color: #427321;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #427321;
}

body {
	
	background: #000000 url(lback_all.jpg) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 30px;
}

#content
{
height: 730px;
}

#main
{
float: right;
width: 730px;
margin-top: 20px;
margin-bottom: 20px;
}

#header {
	height: 160px;
	float: left;		
}

#menu
{
width: 730px;
height: 60px;
margin-bottom: 20px;

}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	background: url(lbutton.gif) no-repeat;
	margin-right: 4px;

}

#menu a:hover {
	width: 142px;
    height: 50px;
	color: #D3EFC0;
	text-decoration: underline;
}


#logo {

width: 229px;
height: 100px;
float: left;
padding-top: 60px;
padding-left: 40px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}

#page
{
background: #70B045 url(lpage_back.gif) repeat-x;
padding-right: 5px;
padding-left: 5px;
}

#left
{
	float: right;
	padding-top: 10px;
	width: 217px;
}

#left H3
{
width: 202px;
height: 24px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(ltitle.png) no-repeat
}

#left .title_back
{
background: url(ltitle_back.png) no-repeat;
}


#left ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#left li  {
	padding: 4px 10px;
    background: url(lsmall.gif) no-repeat left;
}


#left H4
{
font-size: 10px;
}

#left a {
	color: #427321;
	font-size: 11px;
}
#left a:visited {
	color: #037931;
	font-size: 11px;
}

#left p
{
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
}


#right
{
width: 499px;
padding-top: 10px
}

#right ol, #right ul
{
margin-left: 30px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	height: 24px;
	background: url(lh4.png) no-repeat;
	padding-left: 20px;
	padding-top: 10px;
}

#right H4 a
{
	color: #ffffff;
}

#right a
{
color: #427321;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #427321;
}
.date {
	text-align: right;
	color: #427321;
	font-size: 11px;
}

.date a {
	color: #427321;
}



#footer {
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #427321;
}

#footer a {
	color: #037931;
}