@charset "UTF-8";
*,html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}

html, body {
	margin:0px; padding:0px; border:0px;
	background: #fff;
	position:relative; 
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, Times, serif;
	color: #000;
}
h2, h3, h4, h5, h6 {
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
}
a {
	color: #0158a5;
	text-decoration: underline;
}
a:hover {
	color: #0057a4;
	text-decoration: none;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
li { 

}
#container {
	width:900px;
	margin:auto;
	padding-top: 50px;
	padding-bottom:50px;
}
#top {
	width:900px;
	height: 100px;
}
#top h1{
	width:300px;
	height: 100px;
	display:block;
	position:relative;
	background:transparent url(logo.jpg) no-repeat 0 0;
	float:left;
}
#top h1 a{
	width:300px;
	height: 100px;
	display:block;
	position:relative;
	background:transparent url(logo.jpg) no-repeat 0 0;
}
#top h1 span{
	display: none;
}
#top ul {
	width:550px;
	display: block;
	padding-left: 50px;
	float: left;
	font-weight: bold;
}
#top li {
	width:235px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	color: #fff;
	margin-bottom: 5px;
	padding-right: 40px;
}
.outlinemenu{
position: absolute;
display: none;
width: 235px;
overflow-x: hidden;
}
.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.outlinemenu ul li a{
background: #0158a5;
color: #fff;
display: block;
width: 215px;
line-height: 24px;
padding-left: 10px;
padding-right: 10px;
}
.outlinemenu ul li a:hover{
color: #fff;
background: #469ce8;
}
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
* html #top li {
   
}
#top li  a{
	background:#0057a4 url(top-li.jpg) no-repeat 0 0;
	padding-left: 10px;
	width:225px;
	height: 30px;
	display: block;
	float: left;
	color: #fff;
}

#header {
	background: #fff url(header.jpg) no-repeat 0 0;
	width:900px;
	height: 250px;
}
#header strong {
	display:none;
}


#content {
	width:900px;
	padding-bottom: 25px;
}
#sidebar {
	width:250px;
	padding-right: 50px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#sidebar ul {
	line-height: 24px;
	padding-bottom: 25px;
	text-align: left;
}
#sidebar p {
	padding-bottom: 25px;
}
#sidebar p.banner {
	width:125px;
	height: 120px;
	background:#fff url(banner.jpg) no-repeat 0 0;
	line-height: 24px;
	font-size: 16px;
	padding-left: 125px;
	padding-top: 15px;
	padding-bottom: 25px;
	display: block;
	text-align: left;
	font-weight: normal;	
}
#text {
	width:600px;
	float: left;
}
#text h2{
	padding-bottom: 18px;
}
#text p{
	padding-bottom: 18px;
}
#text ul, #text ol{
	padding-left: 50px;
	padding-bottom: 18px;
}
#text ul ul, #text ol ol{
	padding-left: 50px;
	padding-bottom: 0;
}
#text ul{
	list-style-type: disc;
}
#footer {
	background:#fff url(footer.jpg) no-repeat 0 0;
	width:900px;
	padding-top: 100px;
}
.clear {
	clear:both;
}
.artText4 {background-color: #007cc3}
