body {
	background-color: #fff; color: #030; text-align: center;
	background-image: url(/images/blue2-fade.jpg); background-repeat: repeat-x;
	margin: auto; vertical-align: top; width: 840px;
}

div#wrap {
	background-color: #fff;
	font-size: 12pt; font-family: helvetica, arial, sans-serif; font-weight: normal;
	margin: 0 auto; vertical-align: top; text-align: left;
   	width:800px; border: #030 solid 2px;
}

#header {
	background-color: #fff;
	background-image: url(/images/carolina_mountains.jpg); background-repeat: no-repeat;
	vertical-align: top; text-align: center;
	color: #030; margin: 0; padding: 0; height: 100%;
	font-size: 10pt; font-family: helvetica, arial, sans-serif;
	border-bottom: 2px solid #030;
}

#header h1 {
	margin: 0; padding: 20px 14px 10px 14px;
	font-size: 12pt; color: #030;
	vertical-align: middle; text-align: center;
}


#header #nav {
	background-color: #390;
	margin: 74px 0px 0px 0px; padding: 0; height: 22px;
	text-align: left; vertical-align: bottom;
	border-top: 2px solid #030;
	border-bottom: 1px solid #030;
}

#header #nav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#header #nav li {
	float: left; margin: 0; padding: 0;
	text-indent: 0;
}

#header #nav a {
	display: block; padding: 3px 10px 3px 10px; margin: 0;
	border: solid #000; border-width: 0 2px 0 0;
	color: #fff; text-decoration: none;
	white-space: nowrap;
}
/* Following rule allows entire region of link to to be
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #header #nav a {
	width: 1%;
}

#header #nav .last {
	border: solid #030; border-width: 0;
}

#header #nav a:hover {
	background-color: #030; color: #fff;
	text-decoration: none;
}

#header #nav #current {
	background-color: #030; color: #fff;
}

div#footer {
	background-color: #fff; clear: both;
	margin: 10px 0 0 0; padding: 0;
	border-top: 2px solid #fff;
	font-size: 8pt; font-family: helvetica, arial, sans-serif; line-height: 2em;
	color: #999; vertical-align: middle; text-align: center;
}

div#main {
	color: #000; width: 530px;
	margin: 10px 0px 2px 240px; padding: 10px 0px 10px 4px;
	font-size: 10pt; vertical-align: middle; text-align: left;
	min-height: 400px;
}

div#main p {
	color: #000; margin: 2px 16px 2px 6px; padding: 4px;
	font-size: 10pt; text-align: justify;
}

div#main a {
	color: #030; text-decoration: underline;
}

div#main a:hover {
	color: #999; text-decoration: underline;
}

div#main a:visited {
	color: #030; text-decoration: underline;
}

div#sitenav {
	height: 400px; width: 200px; float: left;
	background-image: url(/images/green-fade.jpg); background-repeat: repeat-x;
	margin: 10px 0px 2px 8px; padding: 10px 2px 2px 2px;
	border: 2px solid #030;
	font-size: 10pt;
}

#wrap > #sitenav {
	width:200px;
}

div#sitenav a {
	display: block; color: #000;
	padding: 4px 8px 4px 8px; margin: 6px;
	text-decoration: none; text-align: left;
	border: #aaa solid 2px; background-color: #fff;
}

div#sitenav a:hover {
	background: #390; color: #000;  border-color: #ccc;
}

div#sitenav a#current {
	color: #000; font-weight: bold;
	border: 2px solid #030; border-right: 10px #030 solid;

}

.imgleft {
	float:left; padding: 20px;
}
.imgright {
	float:right; padding: 20px;
}

.imgmain {
	padding: 20px;
}

.bold {
	font-weight: bold;
}

.under {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.italic-small {
	font-style: italic; font-size: 8pt;
}

h1 {
	margin: 0; padding: 6px;
	font-size: 12pt; color: #030;
	vertical-align: middle; text-align: left;
}

h2 {
	margin: 10px; padding: 4px;
	font-size: 12pt; color: #390;
	vertical-align: middle; text-align: left;
}

h3 {
	margin: 0; padding: 4px 8px 4px 8px;
	font-size: 10pt; color: #030;
	vertical-align: middle; text-align: left;
}

h4 {
	margin: 0; padding: 4px 8px 4px 8px;
	font-size: 10pt; color: #999;
	vertical-align: middle; text-align: left;
}

ul {
	margin: 0; padding: 0;
	list-style: disc;
}

li {
	margin: 6px 8px 6px 36px; padding: 0px 4px 0px 0px;
	line-height: normal; text-indent: 0;
}

blockquote {
	border-left: 3px solid #030;
	margin: 12px 8px 12px 10px; padding: 4px 0px 4px 26px;
}

a {
	color: #030; text-decoration: underline;
}

a:hover {
	color: #999; text-decoration: underline;
}
a:visited {
	color: #030; text-decoration: underline;
}

.disclaimer {
	border-left: 3px solid #999; text-indent: 12px;
	margin: 2px 4px 2px 10px; padding: 0px 0px 0px 6px;
}

.updated {
	text-align: right; color: #999;  font-size: 10pt;
	margin: 2px; padding: 12px 24px 4px 4px;
}

.indent {
	text-indent: 12px; 
	margin: 2px 4px 2px 10px; padding: 0px 0px 0px 6px;
}

.center-quote {
	text-align: center; text-indent: 22px;
	font-size: 12pt; color: #390;
}
