* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd { margin-left: 20px; }

blockquote {
	margin-left: 40px;
	padding: 0 10px 25px 0;
}

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
/* @end */

#b{
	font-weight:bold;
}

#ba{
	font-weight:bold;
	margin-bottom:-30px;
}

blockquote .name{
	float:right;
	font-weight:bold;
	display:inherit;
	font-style:italic;
}

/* @group Layout */
div#outer-wrapper {
	background: url(../images/body-bkg.gif) repeat-y top left;
	
}
div#inner-wrapper {
	background: url(../images/header-bkg.gif) repeat-x;
}
div#content-wrapper {
	width: 1000px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}
div#logo img {
	margin-top: 45px;
}
div#sidebar {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}
div#content {
	float: right;
	width: 570px;
	margin-right: 190px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
	background: url(../images/leaf-watermark.gif) no-repeat bottom right;
	margin-right: 20px;
}

div.content-left2 {
	padding: 4px;
	width: 402px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
div.content-left3 {
	width: 440px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
div.content-left2 img {
	border: 1px solid #fff;
}

div.content-left {
	padding: 4px;
	width: 152px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 300px;
	display: inline;
}

img.right{
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	margin:10px 0 0 10px;
	float: right;
	display: inline;	
}
div.content-full {
	clear: both;
	padding: 15px 80px 0 0;
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

div#copyrightfooter {
	clear: both;
	background-color: #e7e5d2;
}

div#copyrightfooter2 {
	clear: both;
	background-color: #e7e5d2;
	width: 760px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 1.2em;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	color: #3f3e3a;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}

ul.side-nav {
	font-family: Harrington, Arial, Verdana;
	src: url(../HARNGTON.TTF);
	margin: 10px 5px 10px 10px;
	border-top: 1px solid #e9e7e7;
	font-size: .95em;
	color: #978f7c;
	text-transform: uppercase;
	list-style-type: none;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 40px;
	background: url(../images/side-nav-bullet.gif) no-repeat ;
	background: url(../images/li.gif) no-repeat 5px 50% #f6f5f0;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/li2.gif) no-repeat 5px 50% #f6f5f0;
	color: #3f3e3a;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	width: 800px;
	float: left;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	margin: 0 0 0 0;
	font-family: Harrington;
	src: url(../HARNGTON.TTF);
	font-style:normal;	
	font-weight: normal;
	font-size: 1.9em;
	color: #464031;
	
}

h3.dateline {
	font-size: 0.85em;
	font-weight: lighter;
	color: #CC3300;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #a1a09b;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #929291;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 2px 0 30px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: 0.65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
	width: 800px;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

