/***** Page *****/

body
{
	background: #25945E;
	color:#333;
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body, td, div, ul, li, ol, dl, dt, dd
{
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}

.menunavigation {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
	font-size: 11px;
}

TR.result {
  background: #FFFF95;
}

body a:visited 
{
	text-decoration:none;
	border:0px none;
	color: #5F5F5F
}

.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** Wrapper *****/

#wrapper
{
	background:#f5f5f5;
	border-left: 5px solid #258255;
	border-right: 5px solid #258255;
	color:#000;
	margin:0 auto;
	padding:0;
	width:740px;
	border-bottom: solid #258255;
	border-bottom-width: 5px;
}

/***** Top *****/

#top
{
	background: #68CC66 url('../img/top1.jpg');
	color:#fff;
	height:90px;
	margin:0;
	padding:0
}


#top .left
{
	margin:4px 0 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

/***** Content *****/

#content
{
	background:#FFFFFF;
	float:right;
	padding:15px 10px;
	width:555px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#000;
}

#content h3
{
	color:inherit;
	font-size:2.1em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 2em;
}

#content h4
{
	color:inherit;
	font-size:1.2em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

#content .attention
{
	background: #FFFFB0;
	border: 1px dashed #898989;
	margin: 15px;
	padding: 6px;
	}

#content a
{
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

/***** Navigation *****/

#sidecontent
{
	margin:0;
	padding: 13px 0 0 0;
	float:left;
	width:164px;
}

#sidecontent ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
}

#sidecontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding: 3px 20px;
	background:inherit;
}

#sidecontent li a:hover
{
	background: #28A229;
	color:white;
}

#sidecontent h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 15px;
}

/***** Footer *****/

#footer
{
	background: #258255;
	clear:both;
	color:#fff;
	font-size:.9em;
	height:1.8em;
	line-height:1.8em;
	padding:0;
	text-align:center;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 11px  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
}

ul.tabbernav li a:link {
  color: #448; }

ul.tabbernav li a:visited { 
/* color: #667;
*/ border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 border-left: solid #778;
 border-right: solid #778;
 border-top: solid #778;
 }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid white;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 border-left:1px solid #aaa; border-right:1px solid #aaa; border-bottom:1px solid #aaa; padding:5px; border-top:0px none; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
*/


#current
{
text-decoration:underline;
}
#sidecontent ul.cb-submenu,#sidecontent ul.cb-subsubmenu
{
margin-left:10px;
}

#pagetitle
{
display:none;
}

.cb-menu li
{
font-weight:bold;
}
.cb-menu li li
{
font-weight:normal;
}


.left {
width: 100%;
}