@charset "utf-8";
/*base*/
* {
	margin: 0px;
	padding: 0px;	
}
html {
	overflow-y:scroll;
}
body {
	height:auto;
	margin:auto;
	padding-top:23px;
	width:858px;
	background:transparent url(../images/bg.jpg) repeat-x scroll 0 0;
	background-color:#e8e8e8;
}


ul,ol,li{
	list-style:none;
}

img {
	border:none;
}

#header img {
	float:left;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div{
	margin: 0px;
	padding:0px;
}
.clear{
	clear:both;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
#mainTable{ 
   background:transparent url(../images/bgwhite.png) repeat-y scroll 0 0;
   margin:auto;
   height:auto; 
   width:858px;
   float:left;
   padding:0px;
}

div#main {
height:auto;
padding:0px 0px 0px 4px;
width:858px;
}


/*header*/
#header{
    float:left;
	padding-left:4px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width:850px;
	height:104px;
	margin-top:0px;
}

.title{
    float:left;
	width:582px;
	height:70px;
	margin-top:0px;
	padding:12px 94px 10px 94px;
}

#content{
	margin:auto;
	float:left;
	width:600px;
	height:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}



.header_title{
	margin:auto;
	float:right;
	width:473px;
	height:auto;
	line-height:200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #696767;
	text-decoration: none;
	padding-top:40px;
	padding-left:0px;
	padding-right:68px;
}


.add{
	margin:auto;
	float:right;
	width:221px;
	height:173px;
	padding:15px 3px 0px 0px;
}


#side{
	margin:auto;
	float:right;
	width:226px;
	height:auto;
	padding-left:0px;
	padding-right:19px;
	padding-top:0px;
}

.home_links{
	margin-left:0px;
	float:left;
	width:226px;
	height:auto;
	padding-top:10px;
}
.home_news_row1{
	margin:auto;
	float:left;
	width:204px;
	height:auto;
	padding:10px 10px;
}
.home_news_bar{
	margin:auto;
	float:left;
	width:196px;
	height:48px;
	background-image: url(../images/sidetitle.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left:30px;
	padding-top:0px;
	line-height:300%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d64c00;
	text-decoration: none;
}
.home_news_border{
	margin:auto;
	float:left;
	width:224px;
	height:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c5c4c3;
	border-bottom-color: #c5c4c3;
	border-left-color: #c5c4c3;
	background-color:#FFFFFF;
}

.home_area5{
	margin:0px 0px 0px 0px;
	float:left;
	width:180px;
	height:auto;
	padding:5px 6px 5px 18px;
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-color:none;
}

#footer{
    float:left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width:850px;
	height:38px;
	margin-top:15px;
	margin-left:0px;

}

.footer_text p{
	margin:auto;
	float:left;
	width:400px;
	height:auto;
	line-height:200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #292828;
	text-decoration: none;
	padding-left:300px;
	padding-top:10px;
}

