/*
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: #006F8A;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #006F8A;
}

body {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #37035B;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
}

#content
{
	margin: 0 auto;
	/*background: #000;*/
	width: 777px;
	text-align: left;
}

#main
{
width: 777px;
padding:5px;
z-index:100;
}

#back
{
/*background: #000;*/
width: 777px;
}

#header {
	height: 45px;
	/*text-align: right;*/
	/*background: url("../images/logo.jpg") no-repeat;
	padding:10px;*/
	padding-top:10px;
	padding-left:13px;
	z-index:-19;
}

#logo {

width: 777px;
height: 100px;
text-align: right;
padding-right: 20px;
padding-top: 10px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}

#left
{
    position: relative;
	width: 145px;
	height: 450px;
	overflow: visible;
	text-align: right;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/*#left H3
{
height: 28px;
font-size: 14px;
font-weight: bold;
padding-left: 5px;
padding-top: 5px;
text-transform: uppercase;
color: #ffffff;
background: url(../images/title.gif) repeat-x
}*/

#left ul {
	list-style: none;
	/*border-left: 1px solid #2E8BC4;
	border-right: 1px solid #2E8BC4;
	border-bottom: 1px solid #2E8BC4;
	margin-bottom: 5px;
	background: url(../images/title_back.gif) repeat-x top;*/
}


#left li ul {
	border: 0px;
	/*margin-left: 5px;*/
	margin-bottom: 0px;
	padding-top: 0px;
	background: none;
}

#left li li {
	padding-top:0px;
	padding-bottom: 0px;
}

#left a {
	color: #006F8A;
	text-decoration:none;
}
#left a:visited {
	color: #2E8BC4;
}
#left a:hover {
text-decoration:underline;
}

.selected {

}

#left p
{
padding: 0px;
}

#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: right;
width: 625px;
padding: 0px;
border: 0px solid #333;
height: 455px;
overflow: hidden;
z-index:100;
}

#right H4
{
	margin: 0;
	padding: 5px;
	font-size: 12px;
	color: #C5C5C5;
}

#right a
{
color: #006F8A;
text-decoration: none;
}

#right a:hover{
text-decoration: underline;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: #006F8A;
}

#right ol, #right ul
{
margin-left: 5px;
}


.date {
	text-align: right;
	color: #2E8BC4;
	font-size: 11px;
}

.date a {
	color: #2E8BC4;
}



#footer {
	height: 49px;
	width: 777px;
	clear: both;
	padding-top: 1px;
	/*background: url(../images/footer.gif) repeat-x bottom;*/
	border-top: 0px solid #573479;
	margin-left: 159px;
	margin-right: 0px;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #888;
}

#footer a {
	color: #006F8A;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.selected {
   /* background:#222;*/
}