/*
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: #D72020;
}

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

a:visited {
	color: #D72020;
}

body {
	
	background: #000000;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	background: #ffffff url(images/back_all.gif);
	width: 778px;
	text-align: left;
	
}


#header {	
	height: 192px;
	text-align: left;		
}

#menu
{
background: #ffffff url(images/buttons_back.gif) no-repeat;
height: 47px;
padding-left: 140px;
}

#menu ul {
	list-style: none;	
}

#menu li {	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 79px;
	height: 31px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;

}

#menu a:hover {
	width: 79px;
    height: 25px;
	color: #D72020;
	text-decoration: underline;
}


#logo {
background: #ffffff url(images/header.jpg) no-repeat;
width: 538px;
height: 105px;
text-align: left;
padding-top: 40px;
padding-left: 240px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 24px;
	color: #08305D;
}
#logo H2 a
{
font-size: 14px;
}

#left
{
	width: 201px;
	padding-left: 20px;
	padding-top: 10px;
}

#left H3
{
width: 171px;
height: 29px;
font-size: 14px;
font-weight: bold;
padding-left: 35px;
padding-top: 15px;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#left ul {
	list-style: none;
}

#left li ul {
	padding-left: 10px;
	padding-bottom: 10px;
}

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

#left a {
	color: #08305D;
}
#left a:visited {
	color: #08305D;
}

.backgr
{
background: #E6FFE8;
 border: 1px solid #898989;
}

#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#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: #499FFF;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#right
{
float: right;
width: 490px;
margin: 10px;
background: #E6FFE8;
padding: 10px;
border: 1px solid #898989;
}

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

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

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

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

.date a {
	color: #D72020;
}



#footer {
	height: 35px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #08305D;
}

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

#footer a {
	color: #ffffff;
}