@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #f6f6f6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	font-size:13px;
}
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding:0px;
	background:#FFFFFF;
	}




<!-- menu css -->

* {margin:0; padding:0}
.menu {position:relative; background:#3648c1; height:32px; width:860px; font:13px Arial,Georgia,Helvetica, sans-serif; font-weight:bold; margin:0 auto;  }
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:0px}
.menu li {float:left; color:#555; border-right:dashed 1px  #7784d5;  }
.menu a, .menu a:visited {
color:#fff;
padding:0 20px 0 20px;
text-decoration:none;
}

.menu a:active, .menu a:hover {text-decoration:none; color:#fff; padding:0 20px 0 20px;}


#slide {position:absolute;  height:32px; background:#34408f; z-index:10}


.menu li.current a{
	
	color:#fff;
}


.style1 {
	color: #00599e;
	font-weight: bold;
	font-size: 13px;
}

#newst{
	color: #00599e;
	font-weight: bold;
	font-size: 18px;
	margin-left:30px;
	border-bottom:dashed 1px #CCCCCC;
}



#lnews li {
list-style:url(images/arrow.gif);
border-bottom:dashed 1px #CCCCCC;
width:90%;
padding:5px 0 10px 0;
text-align:justify;
}


#welcome {
padding:10px;


text-align:justify;
}

#bord {
border-left:solid 1px #ddd;
margin-left:20px;
}


#footer {
text-align:center;
background:url(images/bg-footer.jpg) repeat-x #acd9fc;
padding:10px;
font-size:11px;
}


#more {
padding:10px;
}



#addtop {
padding:3px;
font-size:11px;
text-align:justify;
color:#555;
}

.icontop {
padding:0 6px 0 0;
}

#addtop a {
color:#2837c6;
text-decoration:none;
}

#addtop a:hover {
color:#414ed3;
text-decoration:underline;
}