/*
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: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	/*background: #6A8B1A url(../webgraphics/images/back_all.gif);*/
	/*999999*/
	background: url(../webgraphics/images/bgVerticalFade1.jpg) repeat-x #CCCCCC;
	/*background: url(../webgraphics/images/bgVerticalFade2.jpg) repeat-x #999999;*/
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

.userHeader{
	/*width: 800px;*/
	width: 100%;
	text-align:right;
	left:0px;
	
	/*top:0px;	
	position:absolute;
	*/
	bottom:0px;
	position:fixed;
	/*background-color:#5E7D06;*/
	background-color:#CCCCCC;
	/*background-color:#999999;*/
	line-height:20px;
	padding:5px;
	margin-right:50px;
	/*padding-bottom:5px;*/
	/*padding-right:15px;
	margin-bottom:20px;*/
}

#content
{
	width: 770px;
	/*border-left: 15px solid #5E7D06;
	border-right: 15px solid #5E7D06;*/
	/*margin: 0px auto;*/
	/*margin-top:35px;*/
	margin-bottom:50px;
}


#main
{
/*width: 750px;*/
padding: 10px;
padding-top: 20px;
background: #5E7D06 url(../webgraphics/images/table_back.gif) repeat-x top;
}

#back
{
width: 770px;
}

#header {
	/*height: 369px;*/
	text-align: right;
	/*background: url(../webgraphics/images/header.jpg) no-repeat;		*/
	/*background: url(../headers/01.png) no-repeat;		*/
}

#logo {

width: 750px;
height: 300px;
text-align: left;

padding-left: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 730px;
height: 61px;
padding-left: 40px;
background: url(../webgraphics/images/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline;
	 
	
}

#menu a {
	float: left;
	width: 110px;
	height: 36px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 25px;
	
}

#menu a:hover {
	width: 110px;
    height: 36px;
	color: #DEEBBC;
	text-decoration: underline;
	background: url(../webgraphics/images/menu_r.gif) repeat-x;
}




#right
{
	width: 228px;
	float: right;
}

#right H3
{
width: 203px;
height: 31px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 20px;
text-transform: uppercase;
color: #ffffff;
background: url(../webgraphics/images/title.gif) no-repeat
}

/*
#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}
*/

#right .title_back
{
background: url(../webgraphics/images/title_back.gif) no-repeat;
}

/*
#right li  {
	padding: 7px;
	padding-left: 10px;

}
*/

#right .sub
{
	padding-left: 30px;
}

#right a {
	color: #ffffff;
}
#right a:visited {
	color: #ffffff;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}

.bot
{
padding: 10px;
}

#calendar {
	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: 480px;
background: #FFFD8F;
border: 1px solid #3D5103;
padding: 10px;
}


#left H4
{
	margin: 0;
	/*padding: 0px;*/
	font-size: 12px;
	color: #208A06;
}

#left a
{
color: #208A06;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #208A06;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #208A06;
	font-size: 11px;

}

.date a {
	color: #208A06;

}




#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
	background: url(../webgraphics/images/table_back.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
