html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	height: 100%;
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	background:#fff url(../i/bg_body.gif) repeat-y top left;
	font-weight:normal;
	color:#3a3f4b;
	font-size:62.5%;
}
a {
	color:#2e3192;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
p, h1, h2, h3, h4, ul, li {
	padding:0;margin:0;
}
img, input {
	border:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.zoom {
	zoom:1;
}
#container {
	height:auto !important;
	min-height:100%;
	width:100%;
	height:100%;
}
#header {
	background:#8690ce url(../i/bg_header.gif) repeat-x top left;
	border-bottom:1px solid #fff;
	width:100%;
	height:91px;
	clear:left;
}
#navigation {
	float:left;
	width:273px;
	background:#eeeeee;
	border-right:1px solid #fff;
}
#content {
	_zoom:1;
	_float:left;
	padding-bottom:25px;
}
#container > #content {
	margin-left:274px;
}
#footer {
	width:100%;
	height:32px;
	border-top:1px solid #ffb864;
	background:#fff;
	clear:both;
	margin:-33px auto auto;
}
#clearer {
	clear:both;
	color:#999999;
	height:32px;
	text-align:right;
}
#search {
	padding:26px 47px 0 290px ;
}
select {
	border:1px solid #7f9db9;
	width:180px;
}
h3 {
	background:url(../i/bg_topic.gif) repeat-x top left #ffb966;
	height:44px;
	width:100%;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	font-family:Arial Narrow,Arial;
	font-size:1.4em;
}
h3 span{
	display:block;
	padding:14px 0 0 16px;
}
#navigation ul {
	padding:23px 0px 23px 38px;
}
#navigation li {
	list-style:none;
	padding-left:19px;
	background:url(../i/li.gif) no-repeat left 20%;
	font-size:1.4em;
	padding-bottom:7px;
}
#footer p {
	padding: 9px 17px 0;
	font-size:1.2em;
	color:#2e3192;
	text-align:right;
}
button {
	background:url(../i/bg_btn.gif) no-repeat top left;
	border:none;
	width:79px;
	height:19px;
	cursor:pointer;
}
.para h4 {
	font-size:1.8em;
}
.logo {
	 width:234px;height:86px;
}
.png {
	filter:expression(png(this))
}
.para {
	padding:25px 29px 0;
}
.para p {
	color:#3a3f4b;
	font-size:1.2em;
	padding-bottom:4px;
}
.para h4 {
	padding-bottom:5px;
}
#search label {
	color:white;
	font-weight: bold;
	font-size:1.2em;
}
#search #submitstr {
	height:22px;
	background:url(../i/bg_submit.gif) repeat-x top left;
}
#search #searchstr {
	border:1px solid #fa991e;
	width:280px;
}

