/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0px;
	padding: 5px;
	cursor: default;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 15px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 5px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0b6186;
	color: #ffffff;
	text-decoration:none;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #ffffff;
	color: #0b6186;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #9ec8e7;
	color: #fffffff;
}

ul.nav,
.nav ul{
	border: 1px solid #0b6186;
}

.nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
.nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b6186;
	text-decoration: none;
}

/*** Menu END ***/

.contentTable {
	height: 100%;
	width: 770px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 447E00;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;

}
.footerLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 447E00;
	text-decoration: none;
}
.footerLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 0B6186;
	text-decoration: underline;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: 294C00;
	text-decoration: none;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: 294C00;
	text-decoration: none;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: 447E00;
	text-decoration: none;
	letter-spacing: 7px;

}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 006A97;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 0095D4;
	text-decoration: underline;
}
.headerBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: 006A97;
	text-decoration: none;
}
.headerGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: 447E00;
	text-decoration: none;
}
