html { 
	min-height: 101%; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1B516F;
	text-align: center;
	color: #000000;
}
a:link {
	color: #0079b2;
	text-decoration: underline;
}
a:visited {
	color: #0079b2;
	text-decoration: underline;
}
a:hover {
	color: #0079b2;
	text-decoration: underline;
}
a:active {
	color: #0079b2;
	text-decoration: underline;
}
.heading {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0179b5;
}
.heading2 {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0179b5;
}
.footer {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.borderblue {
	border: 1px solid #003366;
}
#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 1;
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:24px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color: #ffffff;
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
background-color: #0079b2;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F39519;
color: #ffffff;
}

#nav a{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	display: block;
		
	
}
#nav a:hover{
	background-color: #F39519;
	
	
}

#nav td:hover{
	background-color: #F39519;
	
	
}td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.lineheight {
	line-height: 18px;
}
