@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A96B0;
	background-color: #D0DDF7;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: center;
}
#sp1 {
	height: 10px;
	width: 100%;
}
#sp2 {
	width: 838px;
	height: 20px;
	margin-left: 62px;
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sp3 {
	height: 155px;
	width: 100%;
}
#sp4 {
	height: 170px;
	width: 100%;
}
#sp5 {
	height: 75px;
	width: 100%;
}

#index_content {
	background-image: url(../img/annoucement.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 610px;
	width: 900px;
}
#index_inside {
	overflow: auto;
	height: 270px;
	width: 450px;
}

#announcements {
	margin-left: 310px;
	margin-right: 140px;
	height: 450px;
	overflow: auto;
}
#announcements h1 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 10px;
	color: #61708F;
}
#announcements p {
	padding-bottom: 20px;
	line-height: 15px;
	padding-left: 10px;
}
#enter_site {
	width: 450px;
	height: 120px;
	margin-left: 310px;
}
#enter_site span {
	float: left;
	text-align: center;
	font-size: 10px;
	color: #61708F;
	height: 40px;
	display: block;
	width: 210px;
}
#enter_site a {
	display: block;
	height: 30px;
	width: 190px;
	text-indent: -12000px;
	float: left;
	margin-top: 5px;
	margin-left: 260px;
}
#index_footer {
	height: 30px;
	margin-left: 200px;
	color: #444F64;
	margin-top: 10px;
	font-size: 10px;
}







#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: auto;
}

#header {
	background-image: url(../img/header.png);
	height: 330px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header a {
	display: block;
	height: 130px;
	margin-top: 0px;
	width: 300px;
	margin-left: 300px;
	text-indent: -12000px;
}


#menu {
	background-repeat: no-repeat;
	width: 900px;
	height: 47px;
	background-image: url(../img/navi.gif);
}
#menu_container {
	margin-left: 64px;
	height: 47px;
}


#clear {
	clear: both;
}

#content {
	background-color: #F8FAFC;
	width: 754px;
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	margin-left: 62px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 40px;
}
#content h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	font-style: normal;
	color: #61708F;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: 25px;
}
#content p {
	margin-bottom: 20px;
	line-height: 20px;
}
#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 834px;
	padding-top: 16px;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 62px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
#backtotop {
	background-image: url(../img/top_btn.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 90px;
	padding-top: 3px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	margin-top: 20px;
}
#backtotop a {
	text-decoration: none;
	color: #5671C0;
}
#backtotop a:hover {
	text-decoration: none;
	color: #FFF;
}

.img_right {
	border: 1px solid #E4ECF3;
	padding: 2px;
	margin-right: 10px;
	float: right;
	margin-left: 20px;

}
