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

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

a:link {
	color: #2E8BC4;
}

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

a:visited {
	color: #2E8BC4;
}

body {
	
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content
{
	margin: 0 auto;
	background: #f3f8e4;
	width: 960px;
	text-align: left;
}

#main
{
width: 960px;
}

#back
{
background: #f3f8e4;
width: 960px;
}

#header {
	height: 266px;
	text-align: right;
	background: url(images/banner.jpg) no-repeat;		
}

#header  h1{
font-size:16px;
color:#004561;
font-weight:bold;
padding-top:20px;
padding-right:20px;}

#logo {

width: 960px;
height: 246px;
text-align: right;
margin-right: 20px;
padding-top: 10px;
}


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


#menu
{
width: 960px;
height: 30px;
padding-top:140px;

}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: right;
	width: 100px;
	height: 30px;
    display: block;
	text-align: right;
	text-decoration: none;
	color: #2a720f;
	font-weight: bold;
	padding-top: 15px;
	padding-right:30px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 100px;
    height: 30px;
	color: #2a720f;
	text-decoration: underline;
}




#left
{
	width: 220px;
	text-align:right;
	padding-left:20px;
}

#left H3
{
text-align:center;
width: 195px;
height: 28px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title2.gif) repeat-x
}

#left ul {
	list-style: none;
	border-left: 1px solid #2E8BC4;
	border-right: 1px solid #2E8BC4;
	border-bottom: 1px solid #2E8BC4;
	margin-bottom: 10px;
	background: url(images/title_back.gif) repeat-x top;
}


#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}

#left li li {
	padding: 4px 10px;
}

#left a {
	color: #2E8BC4;
}
#left a:visited {
	color: #2E8BC4;
}

#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
{
float: right;
width: 653px;
padding:0 20px 20px 20px;	
text-align:right;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C5C5C5;
}

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

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

#right h2 {
 color:#f4f9e4;
 font-weight:bold;
 font-size:18px;
 background:url(images/title.jpg) bottom right no-repeat;
 width:643px; 
 height:30px;
 text-align:right ;
 vertical-align:middle;
 padding-right:30px;
}

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


.date {
	text-align: right;
	color: #2E8BC4;
	font-size: 11px;
}

.date a {
	color: #2E8BC4;
}



#footer {
	height: 49px;
	width: 960px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.jpg) repeat-x bottom;
	border-top: 4px solid #002e45;

}

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

#footer a {
	color: #ffffff;
}