/* CSS Document */
body {
	color: #656565;
	background: #FFF;
	font-size:0.8em;
	}
h1, h2, h3, h4, h5, h6 {	
	color: #333;
	text-transform: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	padding: 0 0 10px 0;
	font-size:1.4em;
}
h2 {	
	font-size: 1.15em;
}
h3 {	
	font-size: 1em;
	}
li {
	padding: 4px 0 4px 25px;
	margin-left: 0;
	background: url(/images/link-arrow.gif) no-repeat 0;
	}
a {
	color: #98090A;
	}
.arrlnk {
	
	}
.hghlite {	
	
	}
.contain {
width:445px;
}
.quote {
	background-color:#E6E6E6;
	color:#333333;
	padding: 10px 10px 10px 14px;
}

/* Template */

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 868px;
	min-width: inherit;
	max-width: inherit;
}
#accessibility_links {
	display: none;
}
#header {
	background: url(/images/bg-top.gif) no-repeat top left;
	height: 100px;
}
#header h1 {
	float: left;
	position: relative;
	width:230px;
	height:75px;
	padding: 10px 0 0 185px;
	margin: 0;
	border: none;
}
#header h1 a {
	position: relative;
	}
#header h2 {
	float: right;
	width:302px;
	height:26px;
	margin: 0;
	padding: 40px 31px 0 0;
	border: none;
}

#footer {
	clear: both;
	background: url(/images/bg-bottom.gif) no-repeat left top;
	padding: 8px 12px;
	height: 56px;
	margin: 8px 0 8px 187px;
}
#footer .assoc {
	width: 154px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#footer .copy {
	text-align: right;
	margin: 10px 0 0 165px;
	padding: 10px 9px;
	border-top: 1px solid #A8B79A;
	}
	
#footer span {
	font-size: 1.2em;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	font-weight: inherit;
}

#menu {
	width: 142px;
	float: left;
	margin: 0;
	padding: 0px 0 0 12px;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu ul li {
	width : 142px;
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
	background: none;
	}
#menu ul a {
	display: block;
	width : 142px;
	padding: 8px 10px 5px 5px;
	text-decoration: none;
	line-height: 1.2em;
	text-transform: none;
	text-align: left;
	font-size: 1em;	
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: no-repeat;
	border-left: none;
	border-right: none;
	}

#menu ul a:hover, #menu ul a:active {
	color:#FFFFFF;
	background-image: url(/images/menu-over.jpg);
	background-color: #FFF;
	}

#content {
	float: left;
	width: 470px;
	margin: 0;
	padding: 10px 25px 0 44px;
	line-height: 1.3em;
}
#content h2 {
	padding-top: 10px;
	text-transform: none;
	}
#sidebar {
	float:right;
	width:175px;
}

/* articles */
#article_head {
	border-bottom: 1px solid #999;
	margin-bottom: 11px;	
	}
#article_head p {
	font-size: 0.9166em;	
	}
#article_head a {
	font-weight: normal;
	}
#article {
	border-bottom: 1px solid #999;
	margin-bottom: 11px;
	}
#article div {
	margin-bottom: 11px;
	}
.article-nav {
	text-align: center;
	font-size: 0.9166em;
}
.article-nav strong {
	font-weight: normal;
}
.article-nav .prev {
	text-align: left;
	float: left;
	}
.article-nav .next {
	text-align: right;
	float: right;
	}
.art-nav-top {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}
.art-nav-bot {
	padding-top: 5px;
	border-top: 1px solid #999;
	margin-bottom: 11px;
	}
#article-table {
	margin: 11px 0;
	width: 100%;
	}
#article-table .row0 {
	background: #EFEFEF;
	}
#article-table td, #article-table th {
	vertical-align: top;
	font-size: 0.9166em;
	}
#article-table td {
	padding: 2px;
	}
#article-table .date {
	text-align: right;
	}
#article-table .pub, #article-table .tit {
	text-align: left;
	}
.arrlnk {
	padding-right: 12px;
	background: url(/images/nav_arrow_hov.gif) no-repeat right center;
	}
.prvlnk {
	padding-left: 15px;
	background: url(/images/prev_arr.gif) no-repeat left center;
	}
.prvlnk_off {
	padding-left: 15px;
	background: url(/images/prev_arr_off.gif) no-repeat left center;
	color: #999;
	font-weight: bold;
	}
.nxtlnk {
	padding-right: 15px;
	background: url(/images/next_arr.gif) no-repeat right center;
	}
.nxtlnk_off {
	padding-right: 15px;
	background: url(/images/next_arr_off.gif) no-repeat right center;
	color: #999;
	font-weight: bold;
	}
.clear {
	clear: both;
	}
.bulk {
	height: 150px;
	}
.sep {
	display: none;
	visibility: collapse;
	}
.smltxt {
	font-size: 85%;
	}
.bigtxt {
	font-size: 115%;
	}
.hghlite {	
	background: #CC0000;
	color: #FFF;
	}
.quttxt {
	font-style:italic;
	}
.greytxt {
	color: #CCC;
	}	
.credit {
	color: #1D7434;
	}
.credit-italic {
	color: #1D7434;
	font-style: italic;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
