/* CSS Document */

body{

margin:0px;
padding:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
}


.header{
padding-top:10px;
padding-bottom:10px;

}

.menubar
{

background:url(../images/menu_bar.jpg) repeat-x top;
height:42px;
}

#menu {
	float:left;
	line-height:normal;
	padding-left:10px;
	
	
	}
#menu ul {
	margin:0;
	padding:5px 10px 0 190px;
	list-style:none;
	
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	margin-left:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	padding:0px 15px 4px 6px;
	color:#999999;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#0B6371;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}	


.content{
padding:20px 10px 75px 5px;
color:#666666;
}


.footer
{
height:50px;
background:#D7D7D7;
color:#757474;
text-align:center;

}

.footer a{
text-decoration:none;
color:#757474;
}