@charset "UTF-8";
body {
	background-color: #e2d7bb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}
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:1.5em;
	color: #876A27;
	margin:1em 0;
}
h2 {
	font-weight:bold;
	font-size:1.25em;
	color: #564318;
	/*line-height:.5em;*/
}
ul {
	list-style-image:url("../2009/img/border_small.gif");
}
#logo {
	background-color: #e2d7bb;
	padding:0 0 1em 0;
}
#navTop {
	background-color: #e2d7bb;
	padding-bottom: 1em;
}
#title {
	background-color: #e2d7bb;
	padding:0;
	border-bottom: thin solid #734B28;
}
#main {
	background-color: #f6f2e7; 
	padding: 0 0.25em 0.5em 0.5em
}
#botLinks {
	background-color: #e2d7bb;
	border-top: thin solid #734B28;
	font-size: .8em;
	padding-top: .2em;
	margin-bottom: 1em;
}
#botLinks ul {list-style: none; margin:1em 0; padding:0;}
#botLinks li {margin:0 0 .25em 0; padding:.25em;}
#botLinks ul li ul li {display: inline;}
#navBot {
	background-color: #e2d7bb;
	padding-bottom: .5em;
}
.bold { font-weight:bold; }
.subsubttl {
	font-weight:bold;
	font-size:.8em;
	color: #564318;
}
.navBar {
	font-size:.8em;
}
/*.footer {
	font-size:x-small;
}*/
.teaser {
	line-height:1.25em;
}
.aLeft {
	text-align:left;
}
.aCenter {
	text-align:center;
}

