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

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

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

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: #3b78af; margin: 2px 0px;}
h2
{	font-size: 12px; color: #3b78af; font-style: italic; margin: 2px 0px;}
h3
{	font-size: 12px; color: #666; font-weight: bold; margin: 4px 0px;}
h4
{	font-size: 12px; color: #669; font-weight: normal; margin: 2px 0px;}
h5
{	font-size: 11px; color: #000; }
h6
{	font-size: 12px; color: #960; font-family: Georgia,"Times New Roman"; font-weight: normal; margin: 10px auto;}

p{  font-size: 12px; margin: 4px 0px 14px 0px; }

#block1 {
color: #dfbd92;
}

#block2 {
	color: #dfbd92;
	}
	
#block3 {
color: #dfbd92;
}


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

.floatright
{	float: right; }

.clearfloats
{	clear: both; }

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

.imagecaption
{	font-size: 10px; font-style: italic; float: right; text-align: right;}

ul.no_pad, ol.no_pad {
	padding-left: 20px;
	*margin-left: 5px;
}

/* --------- linkbox ---------- */

table.linkbox
{	width: 135px; margin-left: 10px; margin-bottom: 10px; float: right;
    color: #fff; border-collapse: collapse; background: #958d3f;
}

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

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

table.linkbox a, table.linkbox a:link, table.linkbox a:active, table.linkbox a:visited
{ color: #fff; display: block; height: 100%; text-decoration: none;}

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

table.linkbox ul li
{
	background: #958d3f;
	display: block;
}

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

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

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

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

table.linkbox ul ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: #b5ad5f;
}

table.linkbox ul ul li
{
	background: #b5ad5f;
	display: block;
	
}

table.linkbox ul ul li a
{	
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;	 
	padding: 5px 10px;
	margin: 0px;
	color:#fff;
	height: 100%;
}

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

table.linkbox ul ul li a:hover
{	background: #b5ad5f; color: #fff; }

table.linkbox ul ul li a.current_page
{	background: #3f6782; color: #fff; font-weight: normal; }

table.block2 ul ul li {
color: #dfbd92; }


/* inlinetable.calendar */
table.calendar
{ font-family: arial; font-size:12px; width:590px;}

table.calendar .head
{ background: #6f1414; color: #fff; text-align:center; font-weight:bold;
  padding: 4px; }

table.calendar .foot
{ background: #6f1414; color: #fff; text-align:center; }

table.calendar .daynames td
{ background: #62537b; color:#fff; width:75px; text-align:center;}

table.calendar .days
{ font-size:11px; }

table.calendar .days .empty
{ background: #e6e6e6; }

table.calendar .days td
{ border: 1px solid #aaa; vertical-align:top;}

table.calendar .days h1
{ color: #000; font-size:12px; font-weight:bold; margin:1px; text-align: center;}
table.calendar .days h2
{ color:#00f; font-size:11px; margin:1px; font-weight:normal;
  display:block; background: #eee;}
table.calendar .days p
{ color: #333; font-size: 11px; margin: 1px 1px 3px 1px; }

table.calendar .days a
{ color: #000; }

table.calendar .hilight
{ background:#ff0; color:#666; display:block; }