* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: auto;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	width: 900px;
	color: #4D4D4D;
	font-size: 13px;
	background-color: #EDF3F4;
}


/* LAYOUT  */

#content {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	width: 900px;
	margin: 15px 0px 0px;
	padding: 0px;
}
#contentn {
	padding-top: 10px;
	padding-right: 17px;
	padding-left: 18px;
}
#header {
	background-image: url(images/background2.png);
	background-repeat: repeat-x;
	width: 865px;
	height: 102px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headernest {
	padding: 35px 0px 0px 15px;
}
#header2 {
	background-image: url(images/linkbkg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 1px 0px 0px 5px;
	width: 860px;
	height: 18px;
}
#header3 {
	margin: 0px;
	width: 865px;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#leftcolumnest {
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 30px;
}
#midcolumnest {
	margin: 20px 20px 30px 20px;
}
#rightcolumnest {
	margin: 20px 0px 30px 20px;
}
#footer {
	width: 900px;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 29px;
	text-transform: uppercase;
}
#footernest {
	padding: 5px 0px 0px 25px;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.biopic {
	float:left;
	margin-right: 5px;
}


/* LINKS */

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #7B7B15;
}
a:active {
	color: #7B7B15;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #D4C009;
	text-decoration: none;
}
a.nav:active {
	color: #D4C009;
	text-decoration: none;
}
a.nav2:link {
	color: #7B7B15;
	text-decoration: none;
}
a.nav2:visited {
	color: #7B7B15;
	text-decoration: none;
}
a.nav2:hover {
	color: #A86020;
	text-decoration: none;
}
a.nav2:active {
	color: #A86020;
	text-decoration: none;
}
a.bot:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bot:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.bot:hover {
	color: #D4C009;
	text-decoration: none;
}
a.bot:active {
	color: #D4C009;
	text-decoration: none;
}


/* NAVIGATIONS */

#header2 li {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	padding: 0px 15px;
	color: #D4C009;
}
#leftcolumn ul {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	color: #A86020;
	padding-left: 20px;
}
#leftcolumn li {
	padding-bottom: 12px;
}
#rightcolumn ul {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 20px;
	color: #A86020;
	list-style-image: url(images/icon_rel.gif);
	list-style-position: outside;
}
#rightcolumn li {
	padding-bottom: 10px;
}

.select {
	margin-left:18px;
	list-style-image: url(images/icon_li.gif);
	list-style-position: outside;
}
.sitemap {
	font-size:11px;
	float:left;
	padding-left:50px;
}
.sm2 {
	margin-left:18px;
}


/* TEXT */

h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 5px 15px 0px 0px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #A86020;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #A86020;
	margin-bottom: 15px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7B7B15;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
#rightcolumn p {
	font-size: 12px;
	color: #787878;
}
img {
	border: none;
}
.brown {
	color: #A86020;
}
#rightcolumn ol {
	padding-bottom: 10px;
	font-size: 12px;
	color: #787878;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
#midcolumn ol {
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
#midcolumn li {
	padding-bottom: 10px;
}


.pullquote {
	background-color: #f6efe8;
	padding: 15px;
}

.quotename {
	font-size: 10px;
	text-align: right;
	margin: -10px 0px 0px 0px;
	
}


