@charset "utf-8";
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 13px;
	color: #0C6DB6;
}
a:visited {
	color: #0C6DB6;
}
a:hover {
	color: #095084;
}
a:active {
	color: #0C6DB6;
}
h1 {
	font-size: 22px;
	color: #434343;
	margin:0px 0px 8px 0px;
	padding-bottom:4px;
	font-family:Geneva, sans-serif;
	border-bottom:3px solid #666;
}
h2 {
	font-size: 16px;
	color: #000;
}
div#mainFrame{
	margin:0 auto;
	width:832px;
	min-height:810px;
	background:url(../gfx/main_frame_bg.png) no-repeat;
	padding:7px 7px 7px 6px;
}
div#header{
	height:102px;
	width:832px;
	position:relative;
	background:url(../gfx/logo.png) left center no-repeat #FFF;
}
div#headerMenu{
	width:250px;
	height:26px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	position:absolute;
	right:50px;
	top:0px;
}
ul#menutop{
	padding-left:0;
	margin:0;
	background-color:#F3F3F3;
	color:#333;
	list-style-type: none;
	width:250px;
	float:left;
}
ul#menutop li{
	display: inline;
}
ul#menutop li a{
	float: left;
	padding: 5px;;
	background-color:#F3F3F3;
	color:#333;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#menutop li a:hover{
	background-color:#CCC;
	color:#000;
}
div#mainPicture{
	height:184px;
	width:832px;
	background:url(../gfx/mainpicture.png) no-repeat #F2F2F2;
}
div#contentFrame{
	width:832px;
	min-height:455px;
	background:#FFF;
}
div#contentLeft{
	float:left;
	width:180px;
	height:455px;
	/*background:url(../gfx/menu_bg.png) no-repeat #FFF;*/
}
ul#menu{
	padding-left:0;
	margin-left:0;
	color:#333;
	list-style-type: none;
	width:160px;
}
ul#menu li a{
	padding: 5px;;
	background:url(../gfx/menu_list_bg.png) no-repeat #F3F3F3;
	color:#333;
	text-decoration: none;
	border-right: 1px solid #fff;
	display:block;
	width:144;
	height:18px;
	margin-bottom:1px;
}
ul#menu li a:hover{
	background-color:#CCC;
	color:#000;
}
div.clearBoth{
	clear:both;
}
div#contentCenter{
	float:left;
	width:466px;
	height:455px;
	overflow:auto;
}
div#contentRight{
	float:left;
	width:163px;
	height:455px;
	margin-left:6px;
	padding:5px 5px 5px 11px;
	border-left:1px solid #CCC;
}
div.rightTitle{
	width:147px;
	height:16px;
	border:1px solid #cfcfcf;
	background:url(../gfx/right_title_bg.png) repeat-x #F0F0F0;
	padding:4px;
	font-weight:bold;
	color:#1065ad;
	margin-top:10px;
	margin-bottom:6px;
}
div#footer{
	width:825px;
	height:62px;
	margin:0 auto;
	background:url(../gfx/footer.png) no-repeat #FFF;
}
input, textarea, select{
	border:1px solid #CCC;
	padding:4px;
}
div.rightTextContent{
	max-height:108px;
	overflow:auto;	
}
.picframe {
	width:120px;
	height:120px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:3px;
	padding:0px;
	border: 3px solid #e9e8d3;
}
