@charset "utf-8";
.greyborder {
	border: 1px solid #617591;
}

.frame {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	color: #4F4F4F;
}
.indexframe {
	border: 1px solid #AE1F25;
	color: #FFFFFF;
	background-color: #FFFFD9;
}
.frame1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	color: #4F4F4F;
	font-weight: bold;
}
.boldtitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #AE1F25;
}

.greysideborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #617591;
	border-right-color: #617591;
	border-bottom-color: #617591;
	border-left-color: #617591;
}
.redtitle {
	color: #AE1F25;
	font-size: 12px;
	font-weight: bold;
}
.redtitlelarge {
	color: #AE1F25;
	font-size: 14px;
	font-weight: bold;
}
.specialannouncement {
	color: #326789;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
  font-family: Helvetica;
  font-weight: 100;
}
body {
  color:#AE1F25;
  text-align:center;
  font-family: arial;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	float: left;
	width: 100px;
	position: relative;
	text-align:center;
}

.nav li a {
	background: #fff;
	color: #AE1F25;
	display: block;
	padding: 3px;
	text-decoration: none;
	text-align:center;
	border-top: 0px solid #fff;
}

.nav li a:hover {
  color: #fff;
  background: #AE1F25;
}

/*=== submenu ===*/

.nav ul {
	display: none;
	position: absolute;
	margin-left: 0px;
	list-style: none;
	padding: 0px;
}

.nav ul li {
	width: 100px;
	float: left;
	text-align:center;
}

.nav ul a {
	display: block;
	height: 14x;
	padding: 3px;
	color: #AE1F25;
	text-decoration: none;
	border-bottom: 1px solid #AE1F25;
}

.nav ul li a:hover {
	color: #fff;
  background: #AE1F25;
}






















