/*
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: #3F0;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #FFCC00;
}

body {
	background: #000000 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #CCC;
}

#content
{
	width: 1151px;
	text-align: left;
	height: auto;
}

#main
{
width: 1150px;
padding: 10px;
}

#back
{
width: 1151px;
}

#header {
	height: 240px;
	text-align: right;
	background: url(images/header.gif) no-repeat;
}

#logo {
	width: 1131px;
	height: 130px;
	text-align: left;
	padding-left: 20px;
	padding-top: 85px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}



#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 115px;
	height: 25px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	vertical-align: middle;
	font-weight:bold;
	font-size: 20px;
	padding-top: 2px;
	text-transform: lowercase;
	
}

#menu a:hover {
	width: 115px;
	height: 25px;
	color: #C4D63C;
	text-decoration: underline;
	background: url(images/button_back.gif) repeat-x;
}




#left
{
	width: 235px;
	text-indent: 0px;
	font-size: 16px;
}

#left H3
{
	width: 210px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x;
	text-align: left;
}

#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: #ffffff 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 {
	border: 0;
	text-align: left;
	color: #333;
}

#left li li {
	padding: 4px 20px;
	color: #000000;
	border: 0px;
}

#left a {
	color: #686868;
}
#left a:visited {
	color: #686868;
	text-align: left;
}

#left td
{
color: #686868;
}

#left th
{
color: #686868;
}

#left caption
{
color: #686868;
}


#left p
{
	padding: 10px;
	color: #036;
}

#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: left;
width: 1000px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F7D73B;
}

#right a
{
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-align: left;
	color: #CCC;
	font-weight: bold;
	font-size: 13px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #F00;
	font-size: 14px;
	text-align: left;
}
.date {
	text-align: right;
	color: #ffffff;
	font-size: 11px;
}

.date a {
	color: #A76EBE;
}



#footer {
	height: 64px;
	clear: both;
	padding-top: 0px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top-color: #666;
	border-top-width: 5px;
	border-top-style: solid;
}

#footer p {
	margin: 0;
	width: auto;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
.anno_big {
	font-size: x-large;
	font-style: italic;
	color: #FF3;
	text-align: left;
}

