body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #690215;
	padding: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FBEFDC;
	text-align: center;
}
div#outer {
	background-color: #f9c782;
	float: left;
	padding: 0px;
	width: 780px;
	margin: 0px;
	background-image: url(images/outer-bg.gif);
}
div#navbar {
	width: 205px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#navbar ul#navlinks {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#navbar ul#navlinks li {
	margin: 0px;
	padding: 0px;
	display: block;
}
div#navbar ul#navlinks a {
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 5px;
	height: 19px;
	background-image: url(nav-images/bullet-link.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
	background-position: left bottom;
}
div#navbar ul#navlinks a:hover {
	background-image: url(nav-images/bullet-hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div#navbar ul#navlinks li a img {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
div#navbar  p  a img {
	border: none;
	text-decoration: none;
}
div#navbar p {
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
div#navbar p a {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E7CEA0;
	text-decoration: none;
	color: #690215;
}
div#navbar p a:hover {
	border-bottom-color: #FBEFDC;
}
div#content {
	margin: 0px;
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#content h1, h2 {
	color: #690215;
	padding: 0px;
	margin: 0px;
}
div#content h1 {
	font-size: 1.75em;
	padding: 8px 0px 5px 0px;
}
div#content h2 {
	font-size: 1.3em;
	clear: both;
}div#content p {
	color: #690215;
	margin-top: 0px;
	padding-top: 0px;
}
div#content p.figure {
	text-align: center;
}
div#content q {
	font-style: italic;
	quotes: "\201C" "\201D" "\2018" "\2019";
}
div#content a {
	color: #690215;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690215;
}
div#content a:hover {
	color: #CB9245;
	border-bottom-color: #CB9245;
}
div#content ul#textlinks {
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
div#content ul#textlinks li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-right-color: #FBEFDC;
	border-bottom-color: #FBEFDC;
	border-left-color: #FBEFDC;
	line-height: 15px;
}

div#content ul#textlinks a {
	font-weight: bold;
	white-space: nowrap;
	padding: 0px;
	margin: 0px 3px 0px 3px;
}
div#footer {
	margin: 0px;
	clear: both;
	width: 780px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.85em;
	background-image: url(images/footer-bg.gif);
}
div#footer a {
	color: #690215;
}
div#footer a:hover {
	text-decoration: none;
}

