/* content style sheet */
/* loaded by wysiwyg editor */

/* ---------- HTML element overrides ---------- */
body
{
	color: #000;
	font: normal 12px arial, helvetica, sans-serif;
}

img
{
	border: none;
	margin: 0px;
	padding: 0px;
	/* fix IE adding extra white space: */
	display: block;
}

img.inline
{ display: inline; margin: 0px 5px -5px 5px;}

table
{	border: none; border-collapse: collapse; border-spacing: 0px; margin: 0px; padding: 0px;}
td
{	vertical-align: top;  border-collapse: collapse; border-spacing: 0px; margin: 0px; padding: 0px;}

a
{ color: #036; }
a:link, a:visited
{ text-decoration: underline; }
a:hover
{ text-decoration: none; }

hr
{border: none; border-top: 1px solid #999; width: 95%; }

h1
{	font-size: 18px; color: #613628; margin: 2px 0px;}
h2
{	font-size: 14px; color: #032b4b; font-style: italic; margin: 2px 0px 8px 0px;}
h3
{	font-size: 14px; color: #333; font-weight: bold; margin: 5px 0px 0px 0px; padding: 0px;}
h4
{	font-size: 12px; color: #669; font-weight: normal; margin: 2px 0px;}
h5
{	font-size: 11px; color: #000; }
h6
{	font-size: 9px; color: #000; }

p
{ margin: 5px 0px 10px 0px; }

sub, sup { line-height: 0.1em;}

* html body sub { line-height: 10px; font-size: 80%;}
* html body sup { line-height: 10px; font-size: 80%;}


/* ---------- GENERAL STYLES ---------- */
.floatleft
{ 	float: left; }

.floatright
{	float: right; }

.clearfloats
{	clear: both; }

.hilight
{	background: #ff0; color: #000; }



/* --------- linkbox ---------- */
/* colors
#032b4b dk blue
#613628 dk red
#99553f med red
#ca8265 top nav hilite
#84909b grey blue headline txt
#b19b6c footer text
#6a8259 green col
#8e8885 grey col
#4d494f dk grey col
#bc9b15 divider bar (yellowish)

#4d5e40 menu h1 bg
#6a8259 menu bg
*/

table.linkbox
{	width: 150px; margin-left: 10px; margin-bottom: 10px; float: right;
    color: #fff;background: #6a8259;
}

table.linkbox p
{
	padding: 2px 4px; margin: 0px;
}

table.linkbox h1
{
	color: #fff;
	padding: 6px 10px;
	font-size: 12px;
	text-transform:uppercase;
	background-color:#6A8259;
	display:block;
	text-decoration:none;
	margin: 0px;
	 
}

table.linkbox ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: #6a8259;
	border-top: 1px solid #fff;
}

table.linkbox li
{
	background: #6A8259;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

table.linkbox li a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;	 
	padding: 5px 5px;
	margin: 0px;
	color:#fff;
}

table.linkbox li.last a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 0;	 
	padding: 5px 5px;
	margin: 0px;
	color:#fff;
}

table.linkbox a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;	 
	padding: 5px 5px;
	margin: 0px;
	color:#fff;
}

table.linkbox li a:link,
.linkbox li a:visited
{	color: #fff; }

table.linkbox li a:hover
{	background: #88A078; color: #fff; }

table.linkbox li a.current_page
{	background: #88A078; color: #fff; font-weight: normal; }

table.linkbox a:link,
.linkbox li a:visited
{	color: #fff; }

table.linkbox a:hover
{	background:#88A078; color: #fff; }

table.linkbox a.current_page
{	background: #88A078; color: #fff; font-weight: normal; }

.header
{ font-weight: bold; }

table.infotable
{  width: 80%; margin: 5px auto;}
td.headercell
{ background-color: #032B4B; color:#fff; text-align: center; font-weight:normal;font-size:12px; }
table.infotable td
{  text-align: center; border-bottom: 1px solid #999; }
td.titlecell
{ text-align: left; font-weight:bold;}
table.infotable td.titlecell p
{ text-align: left; margin-right:auto; }
table.infotable p
{ margin: 2px; padding: 0px; }

ul li { list-style-type: square; }

table.fivecol {
	border: 1px solid black;
	width: 100%;
}

table.fivecol td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 10px;
	width: 20%;
	border: 1px solid black;
}