body
{
	background-color: rgb(249,247,233);
	font-family: "Times New Roman", Times, Helvetica;
	font-size: 15px;
	background-image: url("../images/bar.jpg");
	margin: 0px;
}

#white
{
	background-color: rgb(249,247,233);
	margin:0px;
	padding:0px;
}

#container
{
	width: 100%;
	margin: 0px;
}
#top
{
	padding: 0px;
	margin: 0px;
	background-image: url("../images/greenBG.jpg");
	height: 114px;
}
#logoDiv
{
	left: 0px;
	top: 0px;
	width: 231px;
	height: 114px;
	background-color: black;
}
#logo
{
	position: relative;
	left: 70px;
	top: 35px;
}
#logoNameDivider
{
	position: absolute;
	top:0px;
	left:231px;
	width:3px;
	height:411px;
	background-color: rgb(249,247,233);
}
#name {
	position: absolute;
	left: 257px;
	top: 51px;
}
#leftnav
{
	width: 231px;
	margin: 0;
	padding: 0;
}
#brownBar
{
	background-color: rgb(211,203,180);
	height: 33px;
	float: left;
	width: 231px;
	margin: 0;
	padding: 0;
}
#navDiv
{
/*	position: absolute;
	top: 190px;
	left: 0px;*/
	position: relative;
	top: 25px;
	width: 217px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.navDivs
{
	padding-bottom:20px;
}
#content
{
	position: absolute;
	top: 150px;
	left: 267px;
	padding-right: 15px;
	padding-bottom: 50px;
}

A:visited.on,A:link.on
{
font-family:"Times New Roman",Times,Helvetica;
font-size: 18px;
text-decoration:underline;
color:white;
margin-bottom: 20px;
}
A:visited.off,A:link.off
{
font-family:"Times New Roman",Times,Helvetica;
font-size: 18px;
text-decoration:underline;
color:rgb(172,172,172);
padding-bottom: 20px;
}
H3
{
	font-family: "Times New Roman", Times, Helvetica;
	color: rgb(63,96,76);
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

.update
{
	width: 80%;
	padding-bottom: 6px;
}
