a, div, strong, img, p, form, fieldset, legend, span, body, ul, li, h2, h4, h3, h1, h5, h6{
	border: none;
	margin: 0px;
	padding: 0px;
}
body, table{
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000;
	background: #fff;
}
table{
	background: none;
}
input, select, textarea{
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #f5f5f5;
	border: none;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #eaeaea;
}
a{
	color: #03541e;
	outline: none;
}
h1{
	font-size: 24px;
	color: #bd002b;
	margin-bottom: 7px;
	margin-top: 20px;
}
table h1{
	font-weight: normal;
	text-align: center;
}
h2{
	font-size: 24px;
	color: #bd002b;
	margin-bottom: 7px;
}
h2 a{
	color: #bd002b;
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}
h4{
	color: #bd002b;
	font-size: 12px; 
}
h4 a{
	color: #bd002b;
	text-decoration: none;
}
h4 a:hover{
	text-decoration: underline;
}
p{
	margin-bottom: 10px;
}
.clear{
	border: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#conteiner{
	width: 1000px;
	margin: 0px auto;
/*	border: 1px solid red;	*/
/*	padding-top: 270px;	*/
	padding-top: 140px;
	position: relative;
}
#top{
	position: absolute;
/*	height: 250px;		*/
	height: 120px;
	width: 1000px;
	top: 0px;
	left: 0px;
}
#bannerTop{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#top .date{
	position: absolute;
	left: 10px;
/*	top: 140px;		*/
	top: 10px;
	color: #717171;
	font-size: 10px;
}
#top .logo{
	position: absolute;
	left: 10px;
/*	top: 151px;		*/
	top: 21px;
}
#top .address{
	height: 30px;
	width: 300px;
	position: absolute;
	left: 390px;
/*	top: 150px;		*/
	top: 20px;
	text-align: left;
}
#search{
	position: absolute;
	width: 300px;
	height: 20px;
	left: 680px;
/*	top: 175px;		*/
	top: 45px;
	color: #4f4f4f;
	text-align: right;
}
#search input{
	width: 140px;
}
#search .submit{
	background: url(../images/backBtn.png);
	color: #4f4f4f;
	width: 88px;
}
#menu{
	width: 1000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
/*	top: 210px;	*/
	top: 80px;
	background: url(../images/menuItem.png);
	background-repeat: repeat-x;
	text-align: left;
}
#menu table{
	margin-left: 20px;
}	
#menu table td{
	width: 12%;
}
#menu a{
	display: block;
	height: 41px;
	background: url(../images/menuItem.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	text-decoration: none;
	line-height: 41px;
	color: #4f4f4f;
	font-weight: bold;
}
#menu a:hover, #menu a.selected{
	background-position: bottom;
	color: #fff;
}
#content{
	width: 480px;
	float: left;
	text-align: left;
}
#content .in{
	margin-left: 11px;
}
#right{
	width: 505px;
	float: right;
	text-align: left;
}
#footer{
	background: url(../images/backFooter.png);
	background-repeat: repeat-x;
	height: 60px;
	margin-bottom: 17px;
	clear: both;
}
#footer a{
	color: #000;
}
#footer #created{
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 10px;
	margin-top: 12px;
}
#footer #copyright{
	float: left;
	width: 680px;
	text-align: left;
	margin-left: 10px;
	margin-top: 12px;
}
#bottomLinks{
	margin-bottom: 20px;
}
#bottomLinks a{
	color: #000;
}
#paging{
	text-align: center;
}
#path{
	font-size: 10px;
	color: #4f4f4f;
	margin-bottom: 20px;
}
#path a{
	color: #bd002b;
	font-weight: bold;
	text-decoration: none;
}
