/*
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: #83a2df;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #83a2df;
	text-decoration:underline;
}

body {
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	margin-right: 10px;
	background-color: #000000;
}

p {

    font: 12px Arial, Helvetica, sans-serif;
	color: FFFFFF;	
}


#menu a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 10px;
	padding-top: 10px;

}

#menu a:hover {
	color: #037931;
	text-decoration: underline;
}


#left
{
	float: right;
	padding: 10px;
	width: 240px;
	padding-right: 1em;
}

#left H3
{
font-size: 14px;
font-weight: bold;
padding-left: 3px;
padding-top: 8px;
text-transform: uppercase;
color: #ffffff;
}



#left ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#left li  {
	padding: 4px 10px;
    background: url(../images/small.gif) no-repeat left;
}


#left H4
{
font-size: 10px;
}

#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 #ff0000;
	font-weight: bold;
	color: #ffffff
}


#right
{
width: 450px;
padding-left: 20px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #3366CC;
}

#right a
{
color: #3366CC;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #3366CC;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #3366CC;
}



.footer {
   font-face: Arial;
   font-size: 9px;
   color: #4b6aa9;
  
}

.footer p {
	margin: 0;
	font-size: 9px;
	text-align: center;
	font-color: #4b6aa9;
}

#footer a {
	color: #83a2df;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
color: #FFFF99;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #FFFF99;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: yellow;
background: transparent url(/images/blockactive.gif) center center repeat-x;
}

