* { padding: 0; margin: 0; }

body {
	background: #CCCC99;
	font-family: arial, helvetica, serif;
	margin: 0;
	padding: 0;
}

div.container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 850px;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

div.container2 {
	background: #669999;
	border-bottom: 1px SOLID #669999;
	border-right: 1px SOLID #CCCC99;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	width: 850px;
}

div.container3 {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	width: 850px;
}

div.left {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	width: 340px;
}

div.right {
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	width: 456px;
}

div.content {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	width: 850px;
}

.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #336666;
	text-align: center;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #336666;
	text-align: center;
}

a:link {
	color: #336666;
}

a:visited {
	color: #336666;
}

.right a:link {
	color: #336666;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccc99;
}

.right a:visited {
	color: #336666;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCC99;
}

#nav, #nav ul {
	border-bottom: 1px SOLID #CCCC99;
	border-right: 1px SOLID #CCCC99;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
}

#nav a {
	border-top: 1px SOLID #CCCCCC;
	border-left: 1px SOLID #CCCC99;
	color: #CCCC99;
	display: block;
	font: 12px Georgia, "Times New Roman", Times, serif normal;
	padding: 6px 6px 6px 20px;
	position: relative;
	text-decoration: none;
}

#nav a:hover {
	background: #669999;
	color: #FFFFFF;
}

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

li#nav_header { /* all list items */
	background: #669999;
	display: inline;
	float: left;
	width: 23%; /* width needed or else Opera goes nuts */
}

a#nav_header_link {
	border-left: 1px SOLID #CCCCCC;
	color: #CCCC99;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif normal;
	padding: 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

a#nav_header_link:hover {
	background: #669999;
	color: #FFFFFF;
}

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

#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 12em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
	z-index: 99999;
	min-height: 0;
}

.clear {
	clear: both;
}

.footer {
	width: 850px;
	color: #336666;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

.footer a:link {
	color: #336666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	background-color: #cccc99;
}

.footer a:hover {
	color: #330000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	background-color: #cccc99;
}

.footer a:visited {
	color: #336666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	background-color: #cccc99;
}

.paragraphcovernavy {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-style: italic;
line-height: 20px;
font-weight: normal;
color: #99CC66;
text-decoration: none;
text-align: center;
}
