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

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	text-align: left;
}
.top_logo {
	height: 134px;
	width: 1400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.bottom_logo {
	height: 134px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.menulist {
	height: 450px;
	width: 122px;
	top: 7px;
	left: 12px;
	position: relative;
	overflow-y:scroll;
	padding-right:12px;
}
#menu1 ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 11px;
	text-align: left;
	color: #FFF;
} 
#menu1 li {
	display: inline;
}
#menu1 a {
	color: #fff;
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acd6eb;
	padding-top: 8px;
	padding-bottom: 8px;
} 
#menu1 a:link, #menu1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu1 a:hover {
	color: #091F2A;
}
#menu1 li a#current {
	color: #091F2A;
}
.Main_Info_header {
	color: #091F2A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Main_Info_title {
	color: #8ec8e5;
	font-weight: bold;
}
.Main_Info_header_tall {
	font-size: 24px;
	font-weight: bold;
	color: #091F2A;
}
.Main_Info_news_text {
	color: #091F2A;
}
.inputboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #113344;
	resize: none;
	font-weight: bold;
}
