*{ margin:0px; padding:0px; }

body
{
	background:#32323d;	
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #header
{
	width:800px;
	height:110px;
	float:left;
	margin-top:10px;
}
#wrapper #header img{ float:left;}

#wrapper #header #header_content
{
	width:793px;
	background:url(images/header_bg.jpg) repeat-x;
	height:110px;
	float:left;
}
.logo
{
	padding-left:15px;	
}
#menu
{
	margin-right:10px;	
}
#menu li,#footer_menu li
{
	list-style:none;
	display:inline;
}
#menu li{padding:10px 5px 4px 5px;}
#menu li a
{
	color:#a7a7ac;
	font-weight:bold;
	text-decoration:none;
}


#menu li:hover
{
	background:#302f63;
}

#menu li:hover a
{
	color:#ffffff;
}

#flash_wrapper
{
	width:800px;
	height:236px;
	float:left;
	background:url(images/flash.jpg) no-repeat;
}

#content
{
	width:780px;
	padding:10px;
	background:#FFFFFF;
	float:left;
	font-size:11px;
	/*font-weight:bold;*/
}

#content a
{
	text-decoration:none;
	color:#0062df;
}
#content p
{
	margin-top:10px;
}
.separator
{
	width:800px;
	background:url(images/separator.jpg) repeat-x;
	float:left;
	height:7px;
	font-size:0px;
}

#footer
{
	float:left;
	width:800px;
	background:url(images/footer-bg.jpg) repeat-x;
	height:223px;
}
.text
{
	padding-left:10px;	
}
#footer_menu
{
	margin-top:10px;	
}
#footer_menu li
{
	
	/*border-right:#000 solid 2px;*/
	height:10px;
}
#footer_menu li a
{
	padding:4px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#000;
	
}
#footer p
{
	font-size:12px;	
	margin-top:20px;
}
h1,h2
{
	font-size:18px;
	font-weight:bold;
	color:#df001c;
}
h2{ font-size:14px;}
#content ul
{
	margin-left:20px;	
}
#content ul li
{
	padding: 0px 0 15px 25px;
}
.sitemap
{
	padding-left:30px;	
}
.sitemap a
{
	font-size:16px;	
	font-weight:bold;
}

