body  { font-family:  Palatino, Verdana, Arial, Helvetica;
	background-color: #5D662D;
	margin: 0px;
	background-image: url(/images/bg_page.jpg);
	background-repeat: repeat-x;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:519px;
}

.AccordionTitle
{
  height:30px;
  padding: 5px 5px 5px 30px;
  overflow:hidden;
  cursor:pointer;
  font-size: 11px;
  font-weight:bold;
  vertical-align: top;
  background-color: #5d662d;
  color: #FFF;
  display:table-cell;
  -moz-user-select:none;
  border-top:#5d662d thick solid;
  background-position: left;
  background-image: url(/images/i_plus.gif);
  background-repeat: no-repeat;
	
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
  font-size: 11px;
  padding: 10px;
   
}

.AccordionContainer
{
	border:dashed;
	border-width: 1px;
  	border-color: #000;  
}

img
{
	border:none;
}

fieldset
{
	border:solid #7f270f;
	border-width: 1px;
}
		
legend
{
	font-weight: bold;
	color: #7f270f;
}
.footer {font-size: 10px; color: #8D9B44 }

a:link { color: #5d662d }
a:visited { color: #5d662d	}
a:hover  { color: #7f270f }

a.footer:link { font-size: 10px; color: #8D9B44 }
a.footer:visited { font-size: 10px; color: #8D9B44 }
a.footer:hover  { font-size: 10px; color: #FFFF66}

a.left:link { font-size: 11px; color: #FFFFCC; text-decoration:none }
a.left:visited { font-size: 11px; color: #FFFFCC; text-decoration:none }
a.left:hover  { font-size: 11px; color: #FFFF88; text-decoration:underline }
.slbl {font-size: 11px; text-align: left; font-weight: bold; color:#FFFFCC }

a.menu:visited { background-color: #FFB502 }
a.menu:hover  { background-color: #852F31 }
a.menu:link { background-color: #FFB502 }

.ss { font-size: 10px; text-align: left }
.sb { font-size: 12px; text-align: center }
.sl { font-size: 12px; text-align: left }
.sc { font-size: 12px; text-align: center }
.sj { font-size: 12px; text-align: justify }
.sr { font-size: 12px; text-align: right }
.slb { font-size: 12px; text-align: left; font-weight: bold }
.srb { font-size: 12px; text-align: right; font-weight: bold }
.scb { font-size: 12px; text-align: center; font-weight: bold }
.scw { font-size: 12px; text-align: center; color: #FFFFFF }
.srw { font-size: 12px; text-align: right; color: #FFFFFF }
.sro { font-size: 12px; text-align: right; color: #E59803 }

.buttons { color: #FFFFFF;
	font-size: 12px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-weight:bold;
   	background-color: #D56200;
   	border: 0px;
	cursor: pointer;
   	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#EAAA04',EndColorStr='#D56200');}
	  
.textbox {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #E7E8E0;
	border: 1px solid;
	border-color: #E7E8E0; }
	
#pad10
{
	padding:10px;
}

.bgRamps
{
	background-image:url(../images/bg_ramps.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:20px;
}

.ramp
{
	font-size:16px;
	font-style:italic;
	color:#637c4f;
}

.bigTitle
{
	font-size:20px;
	font-style:italic;
	color:#006600;
}

.rampBox
{
	padding:5px;
	border: #637C4F solid thin;
}		