body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #000000;
	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: #666666;
	background-image: url(images/bgtile.gif);
}
body a {
	color:#00502F;
	text-decoration: none;
}
body a:hover {
    text-decoration: underline;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #943412;
	font-weight: normal;
	margin-top:6px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2px;
	margin-bottom: 12px;
}
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #943412;
	font-weight: normal;
	margin-top:6px;
	margin-bottom:-10px;
}

#left
{
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}

#left img
{
	padding: 1px;
	border: 1px solid #017593;
}
.oneColElsCtr #container {
	width: 768px;
	background: #F6f3d4; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 100%;
}
.oneColElsCtr #mainContent {
	padding: 2px;
}
.oneColElsCtr  #contentBox{
	border: 1px solid #9B9C84;
	padding-right: 2px;
	padding-left: 2px;
	height: 100%;
	padding-top: 2px;
}
#contentBox #homenav
{
	margin: 0;
	padding: 0;
	list-style: none;
	width:758px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #493017;
}
#contentBox #homenav li
{
	float:left;
	
}
#contentBox #homenav a
{
	display: block;
	float: left;
	line-height: 2.1em;
	text-decoration: none;
	color:#493017;
	background-image: url(images/dragonfly.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 52px;
	height: 30px;
	vertical-align: middle;
	width: 92px;
}
#contentBox #homenav a:hover
{
	color:#A44B2E;
}

#contentBox #homenav .about a
{
	background-image: url(images/dragonfly.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 60px;
	width: 88px;
}
#contentBox #homenav .donate a
{
	padding-left: 60px;
	width: 80px;
}
#contentBox #homenav .contact 
{
	background-image: url(images/dragonfly.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	}
#contentBox #homenav .contact a
{
	background-image: url(images/dragonfly.jpg);
	background-repeat: no-repeat;
	background-position: 130px;
	padding-left: 40px;
	width: 100px;
}

#welcome
{
	padding-top: 16px;
	padding-right: 26px;
	padding-bottom: 14px;
	padding-left: 26px;
	}


#welcome img
{
	padding: 1px;
	border: 1px solid #017593;
	margin-top: 4px;
	margin-left: 12px;
	margin-bottom: 52px;
}
.clear
{
clear: both;

}
#footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color: #4f351c;
	text-align: center;
	padding: 2px 0 4px 0;
}
#left p + p {
	margin-top: -6px;
}

#welcome p + p {
	margin-top: -6px;
}
#welcome  ul
{
	list-style-type: none;
	padding: 0;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#welcome li
{
	background:url(images/bullet.jpg) no-repeat 0 5%;
	padding-left: 10px;
}
#welcome #single li
{
	background:url(images/bullet.jpg) no-repeat 0 50%;
	padding-left: 10px;
}
.floatright
{ float: right;
	
}

#welcome #member
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 8px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #943412;
	font-weight: normal;
	margin-top:6px;
	margin-bottom:-8px;
}

#left #quote
{
	font-size: 14px;
}
#contentBox .credit
{
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	width: 90%;
	line-height: 1.2em;
}
#left hr 
{
	color: #CCCCCC;
}

.hilite
{
	background-color: #FFFDE6;
	padding: 4px;
}
