body {
margin:0;
padding:0;
line-height: 1.5em;
font-family: simsong;
font-size: 85%;
background: #CCCCCC;
}
a {
	color: #006699;
	text-decoration: none
} 
a:hover {
	color: #990000;
	text-decoration: none
}

#container {
width: 960px;
margin: auto;
background: #FFFFFF;
}
#header {
clear: left;
border-top: 3px solid #0066CC;
height: 150px;
background: url(images/header.jpg) no-repeat right top;
border-bottom: 3px solid #0066CC;
}
#content {
width: 960px;
}
#left_column {
background: #EEEEEE;
float: left;
width: 220px;
min-height: 400px;
}
#right_column {
float: left;
width: 740px;
min-height: 400px;
}
#footer {
	clear: left;
	background: #0066CC;
	padding: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.borderallblue {
	border: 1px solid #3c5673;
	font-family: simsong;
	font-size: 90%;
	color: #000000;
}
h1 {
	padding-top: 10px;
	padding-left: 130px;
	margin-top: 0;
	font-family: simhei;
	font-size: 3em;
	line-height: 3em;
	color: #0054A8;
background: url(images/logo.gif) no-repeat 60px 45px;
}
h2 {
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #003366;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
}
.pic {
float: right;
margin-left: 10px; 
border: 1px solid #000000;
}
.section_box {
margin: 10px;
padding: 10px;
background: #008000;
color: #FFFFFF;
}
.section_box a {
color: #FFFF99;
}
.section_box a:hover {
color: #99FFFF;
}
.text_area {
margin: 20px;
}
.text_area li{
	list-style-image: url(images/li1.gif);
	margin-left: 1em;
}
#menu{
border-top: 3px solid #0066CC;
}
.menu{
margin: 0;
padding: 0;
float: left;
font: bold 100% simsong;
width: 100%;
border-width: 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}
.menu li{
display: inline;
}
.menu li a{
float: left;
color: white;
padding: 12px 26px;
text-decoration: none;
border-right: 1px solid #178BFF;
}
.menu li a:visited{
color: #ffffff;
}
.menu li a:hover, .menu li .current{
color: #ffffff;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
p.iepara{
padding-top: 1em;
}
#leftmenu{
margin: 10px 0;
padding: 0;
}
#leftmenu ul{
	list-style-image: url(images/li.gif);
	list-style-type: none;
	margin-left: 2em;
	padding-left:0;
}
#leftmenu ul li{
margin-bottom: 0.5em;}

#form {
    margin-left: 20px;
	padding: 6px; 
	font:95% simsong;
	color:#003333;
	text-align:left;
	background-color: #eaf5fd;
	margin: 0;
}