body {
    margin:0;
    padding:5px 0 5px 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#ffffff;
    color:#333333;
}
h1,h2,h3 {
    padding:0;
    margin:0;
}
html {overflow-y: scroll;}
a img {border: none;}
p {
    line-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
    text-align:justify;
}

#header {
 width:980px; 
 height:139px; 
 margin-left:auto; 
 margin-right:auto; 
 background:url(images/head.jpg);
}
#logo {
 position:absolute;
 margin-top:30px;
 margin-left:40px;
}
#searchbox {
 position:absolute;
 margin-top:70px;
 margin-left:680px;
}
/*************************** MENU *****************************/
#main_menu {
  margin:0;
	padding:0;
	z-index:30;
	margin-left:17px;
  margin-top:105px;
  width:auto;
  float:left;
  position:absolute;
}
#main_menu ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
#main_menu li {
  margin:0;
	padding:0;
	list-style:none;
	float:left;
	font:11px arial;
}

#main_menu li a {   
  display:block;
	margin:0 1px 0 0;
	padding:9px 10px;
	color:#0a3c6f;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#main_menu li a:hover {   
  background:#F5F5F5;
}

#main_menu div {	
  position:absolute;
	visibility:hidden;
	margin:0;
	margin-top:1px;
	padding:0;
	border:1px solid #bfbbbb;
}

#main_menu div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #e0e0e0;
	color: #0a3c6f;
	font: 11px arial;
	width:130px;
	border-bottom: 1px solid #eaeaea;
}

#main_menu div a:hover {	
  background: #f9f9f9;
}
/*************************** MENU *****************************/
/*************************** MAIN PAGE *****************************/
#main_container {
    width:980px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    padding:0;
    height:auto;
}
#main_page {
    width:640px;
    padding: 10px 20px 10px 20px;
    color:#666666;
    font-size:12px;
    margin:0;
}
#main_page h1 {
    font-size:20px;
    border-bottom: 1px dashed #B8C9FF;
    height:25px;
    line-height:25px;
    font-weight:normal;
    margin-bottom:15px;
}
#main_page h1 strong{
    height:25px;
    line-height:25px;
    margin-bottom:15px;
    font-size:12px;
    color:#666666;
    font-weight:normal;
}
#main_page h2 strong {
    font-size:12px;
    color:#666666;
    font-weight:normal;
}
#main_page h2 {
    font-size:17px;
    color:#3366CC;
    font-weight:normal;
}
#main_page a.link{
    text-decoration:none;
    color:#2D4168;
}
#main_page a.link:hover{
    text-decoration:underline;
}
#main_page .footerinfo{
   width:100%;
   border-top: 1px dashed #698CD0;
   margin-top: 20px;
   margin-bottom: 10px;
   font-style:italic;
}
#main_page p {
	width:100%;
	clear:both;
	margin:5px auto;
	padding:0;
}
#main_page .devider1 {
	border-bottom: 1px dashed #B8C9FF;
	height:5px;
	margin-bottom:5px;
	width:100%;
	clear:both;
}
#main_page .devider2 {
	border-bottom: 1px solid #B8C9FF;
	height:5px;
	margin-bottom:5px;
	width:100%;
	clear:both;
}
ul.bluecircle{
	list-style:circle;
}
/*************************** MAIN PAGE *****************************/
/*************************** art link *****************************/
.artlink {
    width:640px;
    color:#666666;
    margin-bottom:20px;
	display:table;
}
.artlink p {margin:0;}
.artlink .head {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom:5px;
}
.artlink .head h2 {
    font-size:17px;
    color:#3366CC;
    font-weight:normal;
}
.artlink .text {
    width:300px;
    color:#666666;
}
.artlink .info {
    width:300px;
    margin-top:10px;
    color:#999999;
	font-size:11px;
	line-height:12px;
}
.artlink .imgbox {
    width:320px;
    float:left;
    margin-top:5px;
    margin-left:20px;
	text-align:right;
}
/*************************** art link *****************************/
/*************************** code *****************************/
.code {
 border:1px solid #cfcfcf;
 padding:10px;
 background-color:#E0E8F8;
 overflow:auto;
 width:618px;
}
.code .title {
 color: #003399;
 font-size:12px;
 border-bottom: 1px dashed #cfcfcf;
 width:100%;
 height:20px;
 margin-bottom:10px;
}
/*************************** code *****************************/
ul.bluecircle{
	list-style:circle;
} 
ul.bluecircle li{
	line-height:15px;
	margin-top:6px;
}
ul.bluecircle h3 a{
	text-decoration:none;
	color:#3366CC;
	font-size:12px;
	font-weight:normal;
}
ul.bluecircle h3 a:hover{
	text-decoration:underline;
}
.contactstable tr{
 height:35px;
}

.contactstable td.label{
 width:200px;
}
.contactstable td{
 vertical-align:top;
}
.contactstable span.alert {
 color:#ff0000;
}