/* General Definitions */
body {
	margin:0;
	padding:0;
	font-family: Georgia;



Verdana, Arial, sans-serif;
	text-align:center;
	color:#000;
	background-color:#666856;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
}

/* Standard HTML definitions */
a {
	text-decoration: none;
	color: #8a4410;
}
p a {
	border-bottom: 1px dashed #8a4410;
}
a:hover {
	color: blue;
}
h1 { 
	font-size:1.0em;
}
 
h2 { 
	font-size:.9em;
}
h3 {
	font-size:.8em;
	font-weight: bold;
}
h4 { 
	font-size:.8em;
	font-weight: normal;
	font-style: italic;
}
h5 { 
	font-size: .8em;
	font-weight: normal;
}
p {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color:#000;
}
p.indent {
	padding: 0 30px;
}
p.citation {
	font-size: .7em;
}
p.date {
	font-style: italic;
	color: #663366;
}
/* Lists */
li {
	font-size: .9em;
}
ol.section {
	counter-reset: item;
}
ol.section li {
	padding-bottom: .7em;
	margin-right: 2em;
}
ul.noBullet {
	list-style-type: none;
}
ul li, ul.noBullet li {
	margin-bottom: 10px ;
}
table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
/* Joomla Definitions */
	.contentpaneopen {
		/*font-size: 1em;*/
	}
	.article_seperator {
		display: none;
		visibility: hidden;
	}
	span.mainlevel {
		font-weight: bold;
	}
	td.contentheading {
		font-size: 1.0em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	a.readon {
		display: block;
		position: relative;
		font-size: .8em;
		top: -10px;
		left: 5px;
		color: #630;
		text-decoration: none;
	}
	div.mosimage_caption {
		font-style: italic;
		font-size: .7em;
	}
/** Page nav stuff **/
	div.pagenavbar {
		font-size: .8em;
		padding: 10px;
	}
	div.pagenavcounter {
		visibility: hidden;
		display: none;
	}
	.pagenav_prev {
		visibility: hidden;
	}
	table.contenttoc { /** multi page article TOC **/
		float: right;
		width: 170px;
		text-align: right;
		font-size: .8em;
	}
	table.contenttoc th {
		display: none;
	}
	th.pagenav_next {
		visibility: hidden;
	}
	table.contenttoc tr {
		padding-left: 15px;
	}
/* For the contact forms */
div.contact_email {
	font-size: .8em;
}

/* Content containers */
#container {
	width:870px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#headercontainer {
	background: #d5d7af;
	background-image: url("../images/header.jpg");
	height: 132px;
	width: 870px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	clear: left;
	float: inherit;
}
#topcontainer {
	background: #d5d7af;
	border-top: none;
	border-bottom: none;
	height: 20px;
}
#bodycontainer {
	background-image: url("../images/mainbg.jpg");
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center;
	height: 552px;
	padding-bottom: 0px;
}
#bodycontainer p {
	margin: 0;
	margin-bottom: 15px;
}
#footercontainer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	clear: left;
	padding-bottom: 100px;
}

/* Top left block */
#topleft {
	float: left;
	width: 211px;
	margin: 0;
	padding: 0;
	left: 30;
	right: auto;
}
#topleft a {
	color: yellow;
	border: none;
}
#topleft h3 {
	color: #d8d2ca;
}
	/** Top left newsflash stuff **/
	div.module_newsflash div {
		margin: 0;
		padding: 0;
	}
	div.module_newsflash table {
		width: 200px;
	}
	div.module_newsflash td {
		padding: 5px;
	}
	div.module_newsflash p {
		font-family: Verdana, Arial, Helvetica, Sans;
		font-size: .7em;
		color: #fff;
	}
	div.module_newsflash {
		width: 200px;
	}
	div.moduleloginForm {
		padding: 40px 10px 0 10px;
		font-size: .7em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	
/* Top right block */
#topright {
	float: left;
	width: 590px;
	height: 520px;
}
#topmenu { /* Holds the tree graphic watermark */
	background-image: url("../images/menubg_2.jpg");
	background-repeat: no-repeat;
	width: 470px;
	height: 50px;
}
#middleright {
	padding-left: 10px;
	padding-right: 18px;
}
#bottomright {
	position: relative;
	top: 2px;
	background-image: url("../images/botrightimage_2.jpg");
	background-repeat: no-repeat;
	width: 490px;
	height: 162px;
	margin: 0;
	padding: 0;
}
/* Main body */
#mainbody {
	float: left;
	width: 450px;
	display: block;
	margin: 10px;
}
/* Indent paragraph */
p.leftIndent {
	padding-left: 30px;
}
p.credit {
	padding: 0;
	margin: 0;
}
/* Achor */
#anchor {
	clear: left;
	width: 816px;
	height: 10px;
	background: white;
	color: #666856;
	font-size: 0px;
}
/* Float menu */
div.person_title {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 8px;
}
/** FAQ definitions **/
p.faqq {
	font-weight: bold
}
p.faqa {
	clear: left
}
div.faq p:first-letter {
	font-size: 200%;
	float: left;
	padding: 8px;
	font-weight: normal;
}
div.rightBlurb { /* Article column blurbs */
	float: right;
	width: 160px;
	background-color: #999966;
	color: #FFFFFF;
	font-size: .8em;
	background-image: url("../images/leftcolBrownBG.jpg");
	border: 1px solid #666666;
	padding: 8px;
	text-align: right;
	font-style: italic;
	margin-left: 8px;
	margin-right: 8px;
}

/* Footer */
#footercontainer a {
	color: #769e21;
}
#footerText {
	padding: 0 30px;
}
#footerText p {
	font-size: .7em;
	color: #d6ceb9;
}
#footerText a img {
	font-size: .8em;
	border: none;
}

