@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {text-decoration:none;}
ul, ol , form {margin:0;padding:0; list-style:none}
.clear { clear:both;}
#wrapper {
	width:890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #155da7;
	padding-right: 30px;
	padding-left: 30px;
}
.header {height:65px;}
.logo { float:left;}
.headmenu {
	float:right;
	margin-top: 6px;
	width: 500px;
	text-align: right;
}
.headmenu a {color:#333333;}
.contact {
	float:right;
	width:450px;
	margin-top: 8px;
	height: 23px;
	background-image: url(../images/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 14px;
	text-align: right;
	padding-top: 7px;
	font-weight: bold;
	padding-right: 5px;
}
.required{color:#FF0000;}
.topmenu {
	height:18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.topmenu a{
	color:#333333;
}
.topmenu a:hover { text-decoration:underline;}
.topmenu li{
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
}
.content {
	padding-bottom:15px;
	padding-top: 10px;
}
.contentleft {
	float:left;
	width:505px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.content h1 {
	height:22px;
	font-size:14px;
	background-image: url(../images/topicbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 8px;
	margin: 0px;
}
.detailleft {
	min-height:75px;
	height:auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.4em;
}
/* for Internet Explorer */
/*\*/
* html .detailleft {
height: 96px;
}
.detailleft img { float:right; margin-left:10px;}
.detailleftmore {
	padding-left:20px;
	margin-top: 5px;
	height: 12px;
	padding-bottom: 2px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
}
.detailleftmore a{
	font-weight:bold;
	color:#333333;
}

.contentright {
	width:370px;
	float: right;
}
.detailright {
	padding-bottom:5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 365px;
}
.detailright h2 {
	font-size:11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.news { padding-left:20px;}
.news a { color:#333333; font-weight:bold}

.maincontent {
	background-image: url(../images/topicbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.mainright {
	float:right;
	width: 630px;
	line-height: 1.5em;
}
.mainright h2{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #125FA7;
}

.mainright table {
	border:solid 1px #cccccc;
	font-size: 11px;
}
}
.mainright td {

}
.tdtopic{
	color:#FFFFFF;
	font-weight:bold;
	background-color: #155DA7;
}

#footer {
	height:20px;
	color:#FFFFFF;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 5px;
	background-color: #155DA7;
	padding-top: 5px;
}
#footer a {color:#FFFFFF;}
#footer a:hover { text-decoration:underline;}
