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

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

a:visited {
	color: #01569A;
}

body {
	
	background: #2F8CC4 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{

}

#back
{
width: 566px;
margin: 0 auto;
}

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


#logo {
background: url(images/header.jpg) no-repeat;
width: 566px;
height: 304px;
text-align: left;
padding-top: 50px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #01569A;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding-top: 40px;
}

#left
{
	width: 192px;
}

#left H3
{
width: 172px;
height: 29px;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#left ul {
	list-style: none;
    background: #ffffff url(images/title_back.gif) no-repeat bottom;
	padding-bottom: 7px;
}

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

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

#left a {
	color: #01569A;
}
#left a:visited {
	color: #01569A;
}

#left p
{
padding: 10px;
}

#calendar1 {
	padding: 0 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
}

#top
{
background: #ffffff url(images/top.gif) no-repeat top;
width: 360px;
float: right;
margin-bottom: 10px;
}

#bottom
{
background: url(images/bottom.gif) no-repeat bottom;
width: 360px
}

#right
{

width: 340px;
padding: 10px;
}

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

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

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

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

.date a {
	color: #D72020;
}

#right li, #right ol
{
margin-left: 20px;
}


#footer {
	height: 50px;
	clear: both;
	padding-top: 70px;
	background: url(images/footer.gif) repeat-x bottom;
}

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

#footer a {
	color: #01569A;
}