@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	font-size: 13px;
	line-height: normal;	
	}

h1, h2, h3, h4{
	color: #000000;
}

a{
	color: #006600;
}

h1, h2, h3, h4{
	margin-top: 0px;
}

h1{
	font-size: 15px;
}

h2{
	font-size: 14px;
	margin-top:20px;
}


#leftContent, #rightContent, #header #topMenu, #header form, #header #mainMenu, #headerFC #topMenu, #headerFC form, #headerFC #mainMenu, #header #searchForm{ 
	display: none;
}

#header, #headerFC {
	margin: 0;
	border-bottom: 1px solid #808080;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#logo {
}

#logo a{
	background: #fff;
	border: 0px;
	text-decoration: none;
	color: #fff;
	border: none;
}

#logo a img{
	background: #fff;
	border: 0px;
	text-decoration: none;
	color: #fff;
	border: none;
}
#wrapper, #content, #frontContent, #footer {
	width: auto; 
	margin: 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}


#footer, #footerFC{
	margin-top: 10px;
	padding-top: 0px;
	border-top: 1px solid #808080;
}
#footer dl{
	display: block;
	width: 520px;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	float: left;
}

#footerFC dl{
	display: block;
	width: 520px;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	float: left;
}

#footer dt, #footerFC dt{
	width: 200px;
	float: left;
	clear: left;	
}

#footer dd{
	width: 280px;
	float: left;
}

#footerFC dd{
	width: 400px;
	float: left;
}















