body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.charleston #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.charleston #header { 
	background-color: #440f0e;
	padding: 0;  
} 
.charleston #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.charleston #headWrap {
	background-color: #801d1b;
	height: 110px;
	padding: 5px 0;
	margin: 0;
}

.charleston #headerL {
	float: left;
	width: 200px;
	height: 100px;
	padding: 0;
	margin: -10px 10px 0 10px;
	
}

.charleston #headerR {
	float: right;
	width: 730px;
	padding: 0;
	margin: 0;
}

.charleston #headerNAV {
	margin: 0;
	padding: 4px 0 4px 10px;
	background-color: #b03532;
}

.charleston #headerNAV a:link, .charleston #headerNAV a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.charleston #headerNAV a:hover, .charleston #headerNAV a:active {
		text-decoration: underline;
}

#dat {	
	float:right;
	width: 100px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.charleston #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #440f0e;
	padding: 5px 10px 15px 20px;
}


#sideL { float: left; width: 200px; margin: 0; padding: 0;}
#sideR { float: right; width: 125px; margin: 0; padding: 0;}

#sideR p {padding: 0 0 10px 0; margin: 0;}

.charleston #sideL H4 {
	font-size: 14px;
	color: #000;
	margin-left: -10px;
	margin-top: 25px;
	margin-bottom: 0;
	background: #ccc;
	padding-left: 5px;
}
a.navText2 {
    position: relative;
	top: 6px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

a.navText2:link, a.navText2:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.navText2:hover, a.navText2:active{
	color: #FFFF99;
	text-decoration: underline;
}

a.hilt:link, a.hilt:visited{
	color: #FFFF99;
}

a.hilt:hover, a.hilt:active{
	color: #FFFF99;
	text-decoration: underline;
}

.charleston #mainContent { 
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .9em;
} 


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #334d55;
}

h2{
 font-size: 18px;
 color: #006699;
}

h3{
 font-size: 16px;
 color: #334d55;
}


.charleston #footer { 
	margin-top: 50px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #440F0E url(../../pix/site/footer.gif) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .75em;	
} 
.charleston #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
}

.charleston #footer a:link, .charleston #footer a:visited, .charleston #footer a:hover, .charleston #footer a:active {
	color: #ddd;
	text-decoration: underline;
}

.charleston #footer #FtWrap { 
	margin: 0 0 50px 0;
	padding: 0;
}

.charleston #footer #FtLeft { 
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	padding:  0;
}
.charleston #footer #FtCenter {
	float: left;
	width: 300px;
	margin:  0 15px;
	padding: 0;
}
.charleston #footer #FtRight {
	float: left;
	width: 300px;
	margin: 0 10px;
	padding: 0;
}

.charleston #footer #FtLeft h3, .charleston #footer #FtCenter h3, .charleston #footer #FtRight h3 {
	padding: inherit 0;
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #ccc;
}

.charleston #footer #FtLeft p, .charleston #footer #FtCenter p, .charleston #footer #FtRight p {
	padding: 0;
	margin: 0;
}

.rightFloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.leftFloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fwhite {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.t1 {margin-bottom: -2px;font-family: Arial, Helvetica, sans-serif; font-size: 12px;font-weight: bold;text-decoration: none;}
p.t2 {margin-top: -2px;font-family: Arial, Helvetica, sans-serif; font-size: 12px;font-weight: bold;text-decoration: none;}


p.t1 a{color: #ffffff;}
p.t2 a{color: #ffffff;}

p.byline { text-align: right;line-height: normal;color: #666666; border-top: 1px solid #666666; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; margin-bottom: 25px;}

p.markco { text-align: right;line-height: normal;color: #666666; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; margin-bottom: 25px;}