/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a:link {
	color: #4DA0C6;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
}

a:visited {
	color: #4DA0C6;
}

body {
	background: #ffffff url(images/back_all.jpg) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content
{
	background: #ffffff;
	width: 1100px;
	text-align: left;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#main
{
width: 1100px;
padding-top: 10px;
background: url(images/table_back.gif) repeat-x top;
}


#header {
	height: 387px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#logo {
	width: 1090px;
	height: 237px;
	text-align: right;
	padding-right: 20px;
	padding-top: 100px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 10px;
text-transform: uppercase;
}


#menu
{
margin: 0 auto;
width: 1100px;
height: 48px;
padding-top: 3px;
padding-left: 3px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline;  
	
}

#menu a {
	float: left;
	width: 81px;
	height: 34px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	word-spacing: normal;
	vertical-align: middle;
	left: 23px;
	clear: no;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#menu a:hover {
	width: 81px;
	height: 35px;
	color: #0033FF;
	clear: no;
	float: no;
	background-color: #FFFFFF;
	background-position: 80px 40px;
	background-image: url(images/botton%20move.gif);
	text-align: center;
	vertical-align: text-bottom;
}




#left
{
	width: 233px;
	margin-left: 10px;
}

#left H3
{
width: 208px;
height: 30px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#left ul {
	list-style: none;
	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 20px;
}

#left a {
	color: #4DA0C6;
	text-decoration: none;
}

#left a:hover {
	color: #4DA0C6;
	text-decoration: underline;
}

#left a:visited {
	color: #4DA0C6;
}

#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 #ffffff;
	font-weight: bold;
	color: #ffffff
}

#right
{
	float: right;
	width: 500px;
	padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #4DA0C6;
}

#right a
{
color: #4DA0C6;
text-decoration: none;
}

#right a:hover
{
	color: #0033FF;
	text-decoration: underline;
}

#right a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #4DA0C6;
}

#right ol, #right ul
{
margin-left: 30px;
}




.date {
	text-align: right;
	color: #4DA0C6;
	font-size: 11px;
}

.date a {
	color: #4DA0C6;
}



#footer {
	height: 65px;
	clear: left;
	padding-top: 5px;
	width: 1125px;
	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4DA0C6;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer p {
	margin: 9000;
	font-size: 10px;
	text-align: center;
	color: #4DA0C6;
}

#footer a {
	color: #4DA0C6;
}

