@charset "UTF-8";
body {
	background-color: #e2d7bb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a:link {
	background:none;
	font-weight: bold;
	color: #cc562d;
	text-decoration:none;
}
a:visited {
	background:none;
	font-weight: bold;
	color: #CF685C;
	text-decoration:none;
}
a:hover {
	background:none;
	font-weight: bold;
	color: #734B28;
	text-decoration:none;
}
a:active { 
	background:none;
	font-weight: bold;
	color: #734B28;
	text-decoration:none;
}
img {
	border:none;
	background:none;
}
h1 {
	font-weight:bold;
	font-size:large;
	color: #876A27;
}
h2 {
	font-weight:bold;
	font-size:medium;
	color: #564318;
	/*line-height:.5em;*/
}
ul {
	list-style-image:url("../2009/img/border_small.gif");
}
#logo {
	background-color: #e2d7bb;
	padding:0 0 .25em 0;
}
#navTop {
	background-color: #e2d7bb;
}
#title {
	background-color: #e2d7bb;
	padding:0;
	border-bottom: thin solid #734B28;
}
#main {
	background-color: #f6f2e7; 
	padding: .1em .1em .1em .2em;
}
#botLinks {
	background-color: #e2d7bb;
	border-top: thin solid #734B28;
	padding-top: .2em;
	margin-bottom: 1em;
}
#navBot {
	background-color: #e2d7bb;
	padding-bottom: .5em;
}
.bold { font-weight:bold; }
.subsubttl {
	font-weight:bold;
	font-size:small;
	color: #564318;
}
.navBar {
	font-size:x-small;
}
.footer {
	font-size:x-small;
}
.teaser {
	line-height:1.25em;
}
.aLeft {
	text-align:left;
}
.aCenter {
	text-align:center;
}
