/* CSS Document */

body {
	background-color: #096386;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #096386;
	text-align: center;
	padding-bottom: 10px;
}
.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: overline;
	display: block;
	color: #FFEAA7;
	text-align: center;
	padding-bottom: 10px;
	font-style: italic;
	text-transform: none;
	line-height: normal;
	font-variant: normal;
	list-style-position: inside;
	list-style-type: disc;
}
.navSelect {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: overline;
	display: block;
	color: #FFEAA7;
	text-align: center;
	padding-bottom: 10px;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 20px;
	padding: 20px;
}
.bodyTextLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
}
.bodyTextLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FFEAA7;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #9D7600;
}
.formText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #096386;
}
.warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #9D7600;
	text-align: center;
	display: block;
}
.submenu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #9D7600;
	text-align: center;
	display: block;
	text-decoration: overline;
}
.subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9D7600;
}
.subnav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9D7600;
	text-decoration: overline;
}
.separator {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #9D7600;
}
.separatorLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #9D7600;
	text-decoration: underline;
}
.separatorLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #513D00;
	text-decoration: underline;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #9D7600;
	margin-left: 20px;
}
.artText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tableHeader {
	color: #FFEAA7;
	font-weight: bold;
	background-color:#9D7600
}
.tableContent {
	font-size: 12px;
	color: #9D7600;
}
