﻿<style type="text/css">
body {
	font-family: arial, helvetica, serif;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 7em;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#000070;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#container {
	width: 50em;
	padding: 0;
	margin: 0 auto;
}
#container2 {
	width: 30em;
	padding: 0;
	margin: 0 auto;
}


.style1 {
	text-align: center;
	font-size: xx-large;
	font-family: Calibri;
	color: #FFFFFF;
}
.style2 {
	color: #FF9900;
}
.style3 {
	color: #0066CC;
}
.style4 {
	text-align: justify;
	color: #FFFFFF;
}
.style5 {
	text-align: center;
	font-size: xx-large;
	font-family: Calibri;
	color: #FFFFFF;
}
.style6 {
	text-align: center;
	font-family: Calibri;
	color: #C0C0C0;
}

.style7 {
	font-size: xx-small;
}

.style8 {
	text-align: center;
	font-size: xx-large;
	font-family: Calibri;
	color: #FFFFFF;
	text-decoration: none;
}
.style9 {
	text-align: center;
	font-size: large;
	color: #FFFFFF;
	text-decoration: bold;
}
.style10 {
	text-align: justify;
	color: #FFFFFF;
	margin-left: 30px;
}
.style13 {
	text-align: left;
	font-size: large;
	color: #FFFFFF;
	text-decoration: bold;
	margin-left: 80px;
}

.style14 {
	text-align: justify;
	font-size: large;
	color: #FFFFFF;
	text-decoration: bold;
	margin-left: 80px;
}

</style>
