/* CSS Document */
body {
	background-color: #F7F5E8;
	margin: 0;
}

a {
	color: #0066CC;
}

#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

/*  Header area styles  */
#header {
	width: 206px;
	float: left;
	padding-left: 30px;
	padding-bottom: 10px;
}

h1 {
	margin: 0;
	padding: 10px 0;
	width: 205px;
	text-align: center;
	background-color: #9F8054;
	background-image: url(images/logo_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header h2 {
	padding: 5px 0 0 10px;
	margin: 0;
}

#header .section {
	background-image: url(images/section_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-bottom: 25px;
}

#header .section h2 {
	background-image: url(images/section_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	color: #663300;
	font-weight: normal;
	font-size: 1.2em;
}

#header .section a {
	background-image: url(images/section_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding: 3px 10px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #9F8054;
}

#header img {
	border: none;
}

#header p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9F8054;
}


/*  Navigation Styles  */
#navigation {
	padding: 20px 0;
}

#navigation ul {
display: inline;

	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
}

#navigation li {
	display: inline;
	margin-left: 60px;
	font-size: 1.2em;
	color: #0066CC;
}

#navigation a {
	text-decoration: none;
}

/*  Content Styles */
#content {
	margin-left: 274px;
	margin-right: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content p {
	margin: 0 20px 0 0;
	padding: 0;
	font-size: .8em;
	padding-bottom: 10px;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-weight: normal;
	font-size: 1.2em;
}

#content h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#content p.headline {
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
	margin-top: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}

#content p.date {
	font-size: .9em;
}

#content a {
	text-decoration: none;
}

#content ul {
	margin-top: 0;
}

#content li {
	font-size: .8em;
}

#content li li {
	font-size: 1em;
}


/*  Footer Styles  */
#footer {
	clear: both;
	background-color: #9F8054;
	color: #FFFFFF;
	padding: 0 20px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}

#footer ul {
	float: right;
	list-style: none;
	margin-top: 15px;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 10px;
	border-left: solid 1px #FFFFFF;
}

#footer li.first {
	border-left: none;
}

#footer a {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 5px 0;
}

#footermid {
	width: 800px;
	margin: 0 auto;
}

.nounderline {
	text-decoration: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}


a.button {
	border: solid 1px #000000;
	padding: 3px;
	font-size: .8em;
	font-weight: bold;
	background-color: #9F8054;
	color: #FFFFFF;
	margin: 0 5px 5px;
	float: right;
}
