body
{
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	/*background: #99a071;*/
	background: #f2e2bd;
	line-height:18px;
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;
}

ol, ul, li { margin:0px; }
.floatl { float:left; } 
a
{
	color: #657800;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
h1
{
font-size:15px;
}
p
{
	margin: 15px 0px;
	line-height: 15px;
}

ul
{
	line-height: 15px;
}

img
{
	border: none;
}

.img_indent
{
	float: left;
	/*margin-right: 10px;*/
}

.img_indent_right
{
	float: right;
}

.outermost
{
	width: 778px;
	margin: 0px auto;
	background: #ffffff;
}

.header
{
	height: 94px;
	border-bottom: 3px solid #99a071;
	color: #acada8;
}

.green_text
{
	color:#657800;
}

.dropdown_anchor a
{
	color: #000000;
	text-decoration: none;
}
.dropdown_anchor a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.company_name
{
	background: url('../images/company-name.jpg') no-repeat;
}

.related_links
{
	width: 170px;
	height: 20px;
	background: url('../images/related_links.jpg') no-repeat;
	color: #FFFFFF;
}
.related_links a
{
	color: #FFFFFF;
	text-decoration: none;
}


.leftcol
{
	background: #f2e2bd;
}

.leftcol_bg
{
	background: #f2e2bd;
}

.rightcol
{
	background: #f2e2bd;
}

.body_shadow_left
{
	background: url('../images/bodyshadowleft.jpg') repeat-y;
}
.body_shadow_right
{
	background: url('../images/bodyshadowright.jpg') repeat-y;
}

.seperator
{
	background: url('../images/seperator.gif') repeat-x;
}

.title_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.font_10
{
	font-size: 10px;
}

.line_heighted
{
 line-height: 16px;
}

.leftcol_links
{
	font-size: 12px;
}
.leftcol_links a
{
	color: #000000;
	text-decoration: none;
}
.leftcol_links a:hover
{
	color: #657800;
	text-decoration: none;
}

.box_head
{
	height:26px;
	background: url('../images/box-head.jpg') no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
.box_head a
{
	color: #FFFFFF;
	text-decoration: none;
}
.box_head a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.box_body
{
	height:35px;
	background: url('../images/box-body.jpg') no-repeat;
/*	padding: 5px 5px;*/
}
.box_body a
{
	color: #000000;
	text-decoration: underline;
}
.box_body a:hover
{
	color: #657800;
	text-decoration: none;
}

.box_body2
{
	height:49px;
	background: url('../images/box-body2.jpg') no-repeat;
	/*padding: 5px 5px;*/
}
.box_body2 a
{
	color: #000000;
	text-decoration: underline;
}
.box_body2 a:hover
{
	color: #657800;
	text-decoration: none;
}

.tabular_data
{
font-size: 11px;
background: #e7e8d5;
color: #333;
}
.tabular_data td
{
	background: #fefff4;
	padding: 5px;
}
.tabular_data th
{
	background: #f6f8e6;
	padding: 5px;
	font-weight:normal;
}

.form_element
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #666666;
}


.grey_text
{
 color: #aaaaaa;
}

.paging_text
{
	font-size: 10px;
	color: #999999;
}
.paging_text a
{
	color: #999999;
	text-decoration: none;
}
.paging_text a:hover
{
	color: #657800;
	text-decoration: underline;
}

.font_red
{
	color: #c70000;
}

.footer
{	
	background: #f2efea;
	height: 30px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer a
{	
	color: #333333;
	text-decoration: none;
}
.footer a:hover
{	
	color: #333333;
	text-decoration: underline;
}
.footer_news
{	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer_news a
{	
	color: #333333;
	text-decoration: none;
}
.footer_news a:hover
{	
	color: #333333;
	text-decoration: underline;
}


/* menu scroller */

  #scrollup {
   
        position: relative;
   
        overflow: hidden;
   
   
        height: 48px;
   
        width: 181px
  
      }
   
      .headline {
   
        position: absolute;
  
        top: 210px;
  
        left: 5px;
  
        height: 48px;
  
        width:170px;
  
      }
	  
	  .accordion {
	width: 100%;
}
.accordion h3 {
	/*background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;*/
	padding: 7px 14px;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}
.accordion h3:hover {
	background-color: #e7d7b3;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7e8c7;
	margin: 0;
	padding: 10px 5px 10px 12px;
	line-height:18px;
}

.accordion a {
color:#000000;
	text-decoration: none;
}
.traintab td { padding:5px; border-bottom:1px solid #000; border-right:1px solid #000; }
.traintab .rbrd0 { border-right:0px; }
.traintab .bbrd0 { border-bottom:0px; }

.rti table { border:1px solid #cccccc; }
.rti td { padding:5px 10px 5px 5px; }
.rti .headingbg {background-color:#f3f3f3;}

.contentbg { background-image:url(../images/contentbg.jpg); background-repeat:repeat-y; }
.contentbgin { background-image:url(../images/contentbgin.jpg); background-repeat:repeat-y; }