/* CSS layout */
body {
	margin: 32px;
	background-color: #000066;
	 
}
#dropdown {
	position: relative;
	width: 33.3%;
	float: left;
	height: 100%;
}
#dropdown2 {
	position: relative;
	width: 33.3%;
	float: left;
	height: 100%;
}
#dropdown3 {
	position: relative;
	width: 33.3%;
	height: 100%;
	float: left;
}
#mastheadhead {
	border: medium double #008000;
	position: absolute;
	height: 61px;
	width: 40%;
	visibility: visible;
	top: 17px;
	bottom: 18px;
	left: 32px;
}
#masthead {
	position: relative;
	height: 100px;
	background-color: #000080;
	background-repeat: no-repeat;
	width: 1152px;
	top: 0px;
	left: 0px;
}
#mastheadflash {
	position: relative;
	left:512px;
	top: -1px;
	width: 512;
	height: 100px;
	
}

#top_nav {
	position: relative;
	height: 35px;
	width: 1152px;
}

#footer {
	position: relative;
}
#flash1 {
	width: 90%;
	height: 100px;
	margin-left: 0px;
}
p, h1, h2, h3, h4, h5, h6
{
	color: navy;
	margin-left: 0px;
}
#peoplecounter {
	/*position: absolute;
	float: right;*/
	visibility: visible;
	cursor: help;
	/*top: 218px;
	left: 803px;*/
}
.style1 {
	text-decoration: underline;
}
