body {
    font: 75% Verdana, Helvetica, Arial, sans-serif;
    background: White;
    color: Black;
    margin: 1em;
    padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-left: 0.5em;
} 

h1 {
    font-size: 400%;
    border-bottom: none;
    text-align: center;
    padding:144px 0 0 0;
    font-variant: small-caps;

}
    
h2 {
    font-size: 130%;
    border-bottom: 1px solid Gray;
}

h3 {
    font-size: 120%;
    padding-left: 1.0em;
    border-bottom: 1px solid Gray;
}

h4 {
    font-size: 110%;
}

p {
    line-height: 1.5em;
    padding-left: 0.5em;
}

a {
	text-decoration:none;
	color:#593a15;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

h1 a {
	color: #f2bea0;
	font-weight:normal;
}

h1 a:hover {
	text-decoration:none;
}


code,
blockquote,
pre {
    font-size: 120%;
    padding: 1em;
    color: Black;
    background-color: #dedede;
    display:block;
}

.arcImg img {
	max-width:800px;
}

#header {
	width:900px;
	height:192px;
	background:url(../img/headerBG.jpg) top left no-repeat;
}

#navigation {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#f2bea0;
}

#navigation ul {
	float:left;
}

#navigation li {
	float:left;
}

#navigation li a {
	padding:8px 10px;
	display:block;

}

#navigation li a:hover {
	background:#623c17;
	color:#f2bea0;
	text-decoration:none;
}

#container {
	width:900px;
	background:#8a9155;
	margin:4px auto;
	
}

#content {
	margin:10px 14px;
}

#footer {
	clear:both;
	text-align:center;
	border-top:1px solid;
	font-size:85%;
	margin:2px 4px;
}

.articlesDisplay {
	margin-left:0px;
	padding:6px 10px;
	list-style:none;
}

#mainContent .articlesDisplay { 
	background:#efefef;
}

#mainContent .articlesDisplay h4 {
	font-size:130%;
	border-bottom:1px solid;
}

#mainContent h3 {
	font-size:240%;
	font-weight:bold;
	font-variant:small-caps;
	padding:0;
	margin:0;
}

.articleDisplay {
	margin-left:0px;
	list-style:none;
	padding:8px;
}

.articleDisplay p{
	padding:0 .5em;
	margin:0;
}

.date {
	font-style:italic;
	font-size:90%;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #000;
}
.snippit {
	border-bottom:1px solid Gray;
	padding:4px 0;
}

dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dt {
	font-weight: bold;
	float:left;
}
dd {
	margin-left: 10em;
	vertical-align: top;
}

#mainContent {
	width:650px;
	float:left;
}

#subContent {
	width:210px;
	float:left;
}

.archiveDetails {
	padding:4px 0;
	
}

.archiveDetails td {
	padding:2px 8px;
}

.archiveDetails strong {
	font-weight:bold;
	
}

.archiveDetails em {
	text-decoration:italics;
}

#navSearch {
	float:right;
	padding:4px;
}
