@charset "utf-8";
/* CSS Document */
body
{
	font-size:12px;
	color:#353535;
	background:url(../images/body-bg.gif) repeat-x #ffffff;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.clearboth
{
	clear:both;
}
img
{
	border:none;
}
a
{
	outline:none;
	color:#353535;
	text-decoration:none;
}
h1
{
	margin:0px;
	padding:0px;
	font-size:;
	font-weight:normal;
	color:;
}


#outer
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#banner-header
{
	width:980px;
	height:345px;
	background:url(../images/banner-bg.jpg) no-repeat;
}
.logo
{
	margin-left:18px;
	margin-top:20px;
	float:left;
	width:373px;
	height:24px;
}
.links
{
	width:510px;
	margin-right:30px;
	margin-top:13px;
	float:right;
}
.links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links li {
	float:left;
	color:#ffffff;
	margin-right:19px;
}
.links li a
{
	float:left;
	color:#ffffff;
	font-weight:bold;
}
.links li a:hover
{
	color:#000000;
}
#content
{
	margin-top:15px;
	margin-bottom:5px;
	text-align:justify;
}
#content ul li
{
	list-style-image:url(../images/arrow.jpg);
	padding-left:5px;
	padding-bottom:15px;
}
.left-content
{
	width:479px;
	float:left;
}
.right-content
{
	width:479px;
	float:right;
}
.heading
{
	height:31px;
	margin-bottom:15px;
}
.home-img
{
	margin-left:15px;
	margin-bottom:5px;
}


#footer
{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:39px;
	padding-left:18px;
	padding-top:15px;
	color:#ffffff;
}
#footer a
{
	color:#ffffff;
}
