body {font-family: arial, Geneva, sans-serif; font-size: 1.1em;}

.container {
	width: 770px; 
	border: thin;
	border-style: solid;
	border-color: black;
	margin-left: auto;
	margin-right: auto;
}
	


.headContainer {
	width: 100%;
	height: 100px;
	background-image: url(/images/headerBg.gif);
	background-repeat: no-repeat;
	background-color:Silver;
	margin-top: 0px;
	border-top: 0px;
	border-bottom: thin;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	text-align: left;
}
	

.navContainer{
	display: block;
	float: left;
	margin-top: 10px;
	width: 150px;
	border-top: thin;
 	border-right-style: none;
	border-RIGHT: 0px;
 	border-left-style: none;
	border-left: 0px;
 	border-bottom: 0px;
 	border-style: solid;
 	border-color: black;
}
	

.contentContainer{
	margin-top: 10px;
	float: right;
	border-left: thin;
	border-top: thin;
	border-left: thin;
 	border-right: thin;
 	border-bottom: thin;
	border-style: solid;
 	width: 80%;
	height: 100%;
	border-color: black;
}


.navButtons{
	border-top: 0px;
	border-bottom: thin;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: black;
	list-style: none;
	background-color: White;
}


.content {
	min-height: 300px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: .8em;
	text-align: left;
}


.buttons {
	display: block;
	font-size: .8em;
	border-bottom: thin;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-color: black;
	border-style: solid;
	padding-left: 10px;
	background-color: white;
	text-align: left;
}
	

.footer {
	margin-top: 0px;
	width: 100%;
	height: 32px;
	padding-top: 3px;
	background-color:white;
	border-top: thin;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}
	

a.buttons {
	text-decoration: none;
 	color:navy;
}


a.buttons:hover 
{
background-color:maroon;
color:Yellow;
}
img{border:none;}
	


	

