* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a, a:link {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
input {
	font-size: 11px;
}

.cent {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


.top {
	background-color: #000;
	width: 1003px;
	margin-right: auto;
	height: 99px;
	color: #d1d1d1;
	margin-left: auto;
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.top .search {
	background-image: url(images/search_input.jpg);
	background-repeat: no-repeat;
	width: 132px;
	overflow: hidden;
	padding-left: 5px;
}
.top .search_input {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	width: 110px;
	vertical-align: middle;
}

.top a, .top a:link {
	color: #d1d1d1;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	letter-spacing: 1px;
	margin-right: 20px;
}
.top a:hover {
	color: #FFF;
	text-decoration: none;
}
.top .sub a, .top .sub a:link {
	color: #d1d1d1;
	text-decoration: none;
	font-weight:normal;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 5px 0 5px;
}
.top .sub a:hover {
	color: #FFF;
	text-decoration: none;
}

.maindoc {
	background-color: #FFFFFF;
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.home_left {
	width: 590px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.home_right {
	width: 367px;
	padding: 15px;
}
.local {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	width: 743px;
	margin-bottom: 8px;
}
.localTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.localNav , .localNav a, .localNav a:link{
	color: #a0a0a0;
	text-decoration: none;
}


.maintext {
	line-height: 20px;
}
.copyright {
	line-height: 39px;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
	width: 983px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #c3c3c3;
	background-image: url(images/body_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.newsLine {
	background-image: url(images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	line-height: 20px;
}
.imgBorder {
	border: 1px solid #ececec;
}

.parentTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 25px;
	background-image: url(images/parentTitle.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 193px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.parentClass a, .parentClass a:link {
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	height: 20px;
	width: 164px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	background-position: 0px 0px;
}
.parentClass a:hover {
	background-image: url(images/menu_bg.gif);
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
.subClass a, .subClass a:link {
	line-height: 20px;
	display: block;
	height: 20px;
	width: 154px;
	margin-right: 10px;
	margin-left: 10px;
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	background-position: 0px -48px;
	background-color: #c2c2c2;
}
.subClass a:hover {
	background-image: url(images/menu_bg.gif);
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
.on a, .on a:link, .on a:hover{
	font-weight: bold;
	font-size:12px;
	font-style: italic;
	color: #F60;
	line-height: 20px;
	display: block;
	height: 20px;
}
.member_input {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	width: 100px;
	color: #FFF;
	font-size: 11px;
}


.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
}

