@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	left:35px;
	top:12px;
	width:968px;
	z-index:1;
	background-color: #1A364E;
}
#header {
	position:absolute;
	left:0px;
	top:1px;
	width:968px;
	height:166px;
	z-index:2;
}
#menu {
	position:absolute;
	left:0px;
	top:167px;
	width:968px;
	height:38px;
	z-index:3;
	background-color: #1A364E;
}
#login {
	position:absolute;
	left:482px;
	top:166px;
	width:479px;
	height:44px;
	z-index:4;
	background-color: #1A364E;
}

#bannerpic {
	position:absolute;
	left:0px;
	top:208px;
	width:450px;
	height:210px;
	z-index:5;
	background-color: #1A364E;
}

#news-content {
	position:absolute;
	left:0px;
	top:199px;
	width:968px;
	z-index:6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: normal;
	bottom: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #1A364E;
}

body {
	text-align: center;
}

a:link {
	color: #99CCFF;
	text-decoration: underline;
}
a:visited {
	color: #99CCFF;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}

.Caption {
	font-size: 10px;
	color: #99b8b0;
}

.Footer {
	font-size: 10px
}

.mission {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #264C79;
	padding: 5px;
}
.heading {
	color: #1FADDD;
	font-weight: bold;
	font-size: 15px;
}

.main {
	font-size: 11px
}
.news-date {
	font-size: 12px;
	font-weight: bold;
	color: #1FADDD;
}

.list {
	list-style-position: inside;
	list-style-type: circle;
	position: relative;
	text-indent: 5px;
}

hr {
	color: #FFFFFF;
}

.summary {
	background-color: #006699;
	padding: 7px;
	border: 1px solid #20AEDE;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
