@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
#wrapper {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#sidemenu {
	padding: 5px;
	width: 470px;
	margin-top: 10px;
	float: left;
}
#main {
	padding: 5px;
	width: 470px;
	margin-top: 15px;
	clear: left;
	float: left;
	background-image: url(images/unei02.gif);
	height: 250px;
}
#main h2 {
	border-left: 5px double #006600;
	padding-left: 10px;
	border-bottom: 3px solid #006600;
	font-size: 14px;
	font-weight: bold;
}
#main p {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CCCCCC;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1.2;
}


#news {
	margin: 15px 0px 0px;
	padding: 0px;
}
#news2 {
	float: left;
	width: 535px;
	height: 500px;
	overflow:auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: absolute;
	top: 177px;
	left: 480px;
}
#news #newsh {
	float: left;
	width: 535px;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: absolute;
	left: 480px;
	top: 127px;
}
#news #newsh h2 {
	font-size: 16px;
	font-weight: bold;
	border-left: 10px double #FF6633;
	padding-left: 10px;
	border-bottom: 3px solid #FF6633;
}


#news #news2 p {
	line-height: 1.6;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
}

#link {
	clear: both;
	border: 1px solid #CCCCCC;
	width: 98%;
	margin: 10px auto;
}

#footer {
	text-align: center;
	background-color: #000000;
	height: 20px;
	color: #FFFFFF;
	padding-top: 3px;
	clear: both;
}
#header {
	position: relative;
	height: 120px;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 20px;
	text-decoration: none;
	height: 20px;
	width: 145px;
	text-align: center;
	display: block;
	border-right: 1px solid #FFFFFF;
	border-bottom: 3px solid #FF6633;
	background-color: #006600;
	font-weight: bold;
	color: #FFFFFF;
}
#sidemenu table img {
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 1px;
}
