body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
	width: 650px;
	margin: 20px;
	padding: 20px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	letter-spacing: .1em;
}
.centered {
text-align: center;
}
div.footer {
	border-top: 2px solid #fff;
	border-bottom: 2px solid white;
	text-align: center;
	background-color: black;
	clear: both;
}
div.footer p {
margin-right: 10px;
}

div.footer img {
padding: 8px 0 0 0;
}

div.navcontainer  {
	text-align: center;
	background-color: black;
	color: white;
	display: none;
	width: 980px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}


ul#navigation {

}

ul#navigation li{
	padding: 3px;
	display: inline;
	font-weight: bold;
	font-size: medium;
	letter-spacing: .1em;

}

ul#navigation li a {
color: white;
text-decoration : none;
}

ul#navigation li a:link {
padding: 6px 4px;
color: white;
text-decoration : none;
border: 2px solid black;
}

ul#navigation li a:visited {
padding: 6px 4px;
color: white;
text-decoration : none;
border: 2px solid black;
}

ul#navigation li a:hover {
padding: 6px 4px;
color: white;
text-decoration : none;
border: 2px solid white;
}

#header {
	width: 100%;
	height: 93px;
	background-image: url(../images/banner-images-sm.jpg);
	background-repeat: repeat-x;
	background-position: left;
	display: none;
}

#headerContainer {
	width: 100%;
	height: auto;
	background-color: black;
}

/*classes */

.navigationHighlight {
padding: 6px 4px;
color: white;
text-decoration : none;
border: 2px solid white;
}

p.right {
text-align : right;
}
