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

#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;
}
.Main_Info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
#menu1 a.nav-selected, #column2 a:hover {
   color: #091F2A;
}
