#divWrapper {
	width: 1024px;
}
#divContent {
	background-color: #E6E8D5;
	background-image: url(images/borderleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#contentWrapper #divContent {
	padding: 0px;
}
.narrowcontent {
	padding-left: 40px;
}
#leftnav {
	background-image: url(images/leftnavtop.jpg);
	background-repeat: no-repeat;
}
#divLeftNav {
	padding-left: 30px;
	line-height: 2.5em;
}
#divLeftNav a {
	font-size: 12px;
	font-weight: bold;
	color: #676554;
	text-decoration: none;
}
#divLeftNav a:hover {
	text-decoration: underline;
}

#copyright {
	font-size: 10px;
}
#copyright a {
	font-size: 10px;
	font-weight: bold;
	color: #676554;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #575A4B;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #7A543D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#adminContent {
	margin-right: 20px;
	margin-left: 20px;
}
