body {
	font-family : "Century Gothic";
	font-size: 10px
	margin : 30px 30px 30px 30px;
	background-color : #FFFFFF;
	color : #555555;
}

td.headcell {
	color : #6c6e70;
	background-color : #F5F5F6;
	text-align : center;
}

td.menucell {
	color : #6c6e70;
	background-color : #e2e3e4;
	text-align : left;
}

td.bodycell {
	color : #6c6e70;
	background-color : #e2e3e4;
	text-align : left;
}

div.headbox {
	padding : 3px 10px 3px 10px;	
	background-color : #B2B2B2;
	color : #353535;
	text-align : left;
	margin : 0px ;
}

div.ft {
	padding : 5px 10px 15px 10px;
	background-color : #F5F5F6;
	color : White;
	text-align : center;
}
/*
.headertitle {
	font-size : 60px;
	font-weight : 500;		 
	margin-bottom: -32px;
	letter-spacing: 20px;
	font-family: "Lucida Sans Unicode";
}
*/
h1 {
	font-size : 18px;
}

div.ft a {
	color : #6c6e70;
	background-color : transparent;
}

div.ft a:hover {
	color : White;
	background-color : Black;
}

div.menulink a:visited {
	color : Silver;
	background-color : Transparent;
}

div.menulink {
	float:left;
	text-align: center;
	background-color: #a9a9a9;
	color: #555555;
}

div.menulink a {
	display: block;
	background-color: #E2E3E4;
	text-align: left;
	text-decoration: none;
	font-family: "Century Gothic";
	font-weight:bold;
	color: silver;
	line-height : 100%;
	padding : 5px 5px 5px 5px;
}

div.menulink a:hover {
	color: #000000;
	background-color: #F5F5F6;
}

div.botmenu {
	text-align: center;
}

div.botmenu a {
	color: #555555;
	background-color: #E2E3E4;
	padding: 5px;
	text-decoration: none;
}

div.botmenu a:visited {
	color : #6c6e70;
	background-color: #e2e3e4;
}

div.botmenu a:hover {
	color: #FFFFFF;
	background-color: #6c6e70;
}

#sidebar {
	float: left;
	width: 241px;
}

/* Logo */

#logo {
	margin-bottom: 10px;
	background-color: white;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;	
	text-align: center;
	font-weight: normal;
	background-color: #e2e3e4;
}

#logo p {
	padding-bottom: 25px;	
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Widgets */

#widgets {
	/*background: #658634 url(images/img02.gif) repeat-y;*/
	background-color:;
	background: #e2e3e4;
}

#widgets-top {
	height: 20px;
	/*background: url(images/img01.gif) no-repeat;*/
}

#widgets * {
	color: #6c6e70;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
}

#widgets ul {
	margin: 0;
	padding: 0 20px 0px 20px;
	background-color: #e2e3e4; 
	list-style: none;
}

#widgets li {	
}

#widgets li ul {
	padding: 0 0 20px 6px;
	background: none;
	line-height: 180%;
}

#widgets li li {
	padding-left: 12px;
	/*background: url(images/img05.gif) no-repeat left center;*/
}

#widgets h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 15px;
}

#header-image {
background-image: url(../images/banner.jpg);
background-repeat: no-repeat;
background-position: center top;
height:86px;
margin-left: 50px;
margin-right: 22px;
}

#widgets li li a:hover {
   display: block; 
	text-decoration: none;	
	background-color: gray;
	color: white;
	padding-left:4px;	
   border-left:5px solid #8B0100;
   width: 100%;
}

#footer {	
	padding-top: 10px;
	font-size: smaller;
	background-color: white; 
}