body {
	text-align: center;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	display: block;
	font-size: 16px;
}

/*** Viewport container ***/
.wrapper {
	width: 697px;
	text-align: center;
	display: block;
}

/*** Style for header image ***/
.headerImg {
	text-align: center;
	margin-top: 20px;
	display: block;
}

/*** Style for footer image ***/
.footerImg {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*** Style for paragraph formatting ***/
p {
	font-size: 16px;
	text-align: left;
}

/*** Style for bottom navagation menu ***/
a	{
	color:#7B7B7B;
	text-decoration:underline;
						
}
						
a:hover	{
	color:#7B7B7B;
	text-decoration:none;
}

/*** Puts bottom navagation menu in a box ***/						
#links {
	display: block;
	width: 750px;
	font-size: 11px;
}

/*** Style for copyright information ***/
#copyright {
	font-size: 11px;
	margin-top: 10px;
}

/*** Style for top horizontal rollover navagation bar ***/
#navcontainer ul {
	padding: .9em 0;
	margin: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 697px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

li { display: inline; }

li a {
	text-decoration: none;
	background-color: #990000;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

.active {
	background-color: #000000;
	color: #FFFFFF;
}

li a:hover {
	background-color:#000000;
	color: #fff;
}

