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

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

a:visited {
	color: #CCCCCC;
}

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

#content
{
	margin: 0 auto;
	width: 917px;
	text-align: center;
}

#main
{
	width: 857px;
	padding: 30px;
	padding-top: 50px;
	background-image: url(../images/back_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#back
{
	width: 917px;
	background-image: url(../images/table_back.gif);
	background-repeat: repeat-y;
}

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

#logo {

width: 877px;
height: 108px;
text-align: right;
padding-top: 120px;
padding-right: 40px;
}


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


#menu
{
	width: 777px;
	height: 48px;
	padding-left: 140px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
	height: 33px;
	color: #0099FF;
	text-decoration: underline;
	background-image: url(../images/buttons_r.gif);
	background-repeat: repeat-x;
}




#right
{
	width: 249px;
	float: right;
}

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

#right ul {
	list-style: none;
	margin-bottom: 10px;
	background-image: url(../images/title_back.gif);
	background-repeat: no-repeat;
	background-position: top;
}



#right li  {
	padding: 20px;
	padding-bottom: 5px;
}

#right a {
	color: #000066;
}
#right a:visited {
	color: #003366;
}

#right p
{
font-size: 10px;
}

.bot
{
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
}

#left
{
width: 550px;
padding: 10px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #000066;
}

#left a
{
	color: #33F;
	text-decoration: none;
}

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

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

.date a {
	color: #000066;
}

#left ol
{
margin-left: 30px;
}

#footer {
	height: 54px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #FEFA8B;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

#footer a {
	color: #333333;
}
