@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("newswire.css");
@import url("faq.css");
@import url("calendar-layout.css");
@import url("calendar-color.css");

html {
	background: #e3e3c7;
}
a:link, a:visited {
	color: #0a380a;
	text-decoration: underline;
}
a:hover, a:active {	text-decoration: none;}
body {
	width: 800px;
	margin: 0 auto;
	background: #FFF url(../images/stripe.gif) 0 0 repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #222;
	_behavior: url("/css/csshover.htc");
}
#container {
	background: url(../images/contentbg.jpg) 100% 100% no-repeat;
}
#header {
	margin: 0;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 243px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 243px;
	text-decoration: none;
}
#column {
	padding: 10px 0 10px 10px;
	width: 174px;
	float: left;
}
#navigation {
	margin: 0 0 10px;
	list-style: none;
	font-weight: bold;
}
#navigation li {
	margin: 0;
	position: relative;
	z-index: 1000;
}
#navigation li a {
	color: #0a380a;
	text-decoration: none;
	display: block;
	padding: 2px;
}
#navigation li a:hover {
	background: #0a380a;
	color: #fffdbe;
}
#navigation ul {
	display: none;
}
#navigation li:hover ul {
	display: block;
	margin: 0;
	position: absolute;
	border-left: 1px solid #0a380a;
	top: 0;
	left: 174px;
	list-style: none;
	padding: 2px 5px;
	width: 160px;
	background: #FFFDBE;
}
#navigation li li {
	margin: 0;
}
#navigation li:hover ul ul {
	position: static;
	width: auto;
	margin-left: 10px;
	font-weight: normal;
	border-width: 0;
}
#content {
	margin-left: 194px;
	padding: 10px;
	min-height: 300px;
	_height: 300px;
}
#title {
	color: #0a380a;
	margin: 0 0 10px;
	background: url(../images/title.jpg) 0 100% no-repeat;
	padding: 0 0 3px 15px;
	line-height: 1;
	font-size: 20px;
	font-style: italic;
}
#footer {
	background: #b8b872 url(../images/footer.gif) 0 0 repeat-x;
	text-align: center;
	color: #0a380a;
	padding: 5px;
}
#footer a {
	color: #0a380a;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
p#links {
	margin: 0 0 10px;
}
p#byline {
	margin: 10px 0 0;
	font-size: 10px;
}
#newswire {
	background: #b8b872;
	border: 5px solid #e5e3ab;
	padding: 5px;
}
#newswire .heading {
	color: #0a380a;
	margin: 0 0 5px;
	font-size: 16px;
}
#newswire a {
	color: #000;
	font-weight: normal;
}
#scroller * {
	margin: 3px 0 3px 5px;
}

