/* CSS Document */

body {
	background: #99ccff;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
}

#rbdcanvas {
	background: url(images/t/images/c1bg_02.gif) repeat-x #1B1962;

}

#rbdcanvas2 {
	background: url(images/t/plantbg.jpg) no-repeat;
	background-position: center top;
	text-align: center;
}

#rbdcage {
	width: 914px;
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
	padding-bottom: 25px;

}

#rbdheader {
}

#rbdheader a {
	color: #000;
}

#rbdhleft {
	padding: 61px 0 50px 47px;
	width: 457px;
	float: left;
}

#rbdhright {
	padding: 66px 47px 0 0;
	font-size: 14px;
	margin-left: 457px;
	text-align:right;
	font-weight: bold;
	font-style: italic;
}

/*- Menu Tabs I--------------------------- */

	#tabbar {
		background: url(images/t/tabbar-bg.png) repeat-x;
	}

	#tabbarl {
		background: url(images/t/tabbar-left.png) left no-repeat;
		padding-left: 12px;
	}
	
	#tabbarr {
		background: url(images/t/tabbar-right.png) right no-repeat;
		padding-right: 12px;
	}
	
	

    #tabsI {
      width:914px;
	  height: 42px;
      font-size:12px;
      line-height:normal;
      }
    #tabsI ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	  #tabsI li img {
	  	display: inline;
		float: left;
	  }
	  
    #tabsI li.tab a {
      float:left;
      background:url("images/t/tab-left.png") no-repeat left top;
      margin:0;
      padding:0 0 0 12px;
      text-decoration:none;
      }
    #tabsI li.tab a span {
      float:left;
      display:block;
      background:url("images/t/tab-right.png") no-repeat right top;
      padding:13px 15px 11px 6px;
      color:#000;
	  font-weight: bold;
	  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI li.tab a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI li.tab a:hover span {
      color:#000;
      }
    #tabsI li.tab a:hover {
      background-position:0% -42px;
      }
    #tabsI li.tab a:hover span {
      background-position:100% -42px;
      }
	  
	 #tabsI li.tab a.ton {
	 	background-position:0% -42px;
	 }
	 
	 #tabsI li.tab a.ton span {
	 	background-position:100% -42px;
	 }
	  
	  #tabsI ul li.tdiv span {
	  	padding: 0 0 0 0;
		float:left;
        display:block;
	  }

/*END TABS*/

#rbdmiddle {
	background: #FFFFFF;
	padding: 25px 40px 25px 40px;
	margin-bottom: 25px;
	text-align: left;
}

#rbdmiddle h1 {
	font-size: 26px;
	margin-top: 0px;
}

#rbdcontent {
	overflow: auto;
}

#rbdfooter {
	font-size: 12px;
	color: #FFFFFF;
}

#rbdfooter a:link, a:visited {
	color: #99CCFF;
	text-decoration: underline;
	font-weight: bold;
}

#rbdfooter a:hover, a:active {
	text-decoration: none;
}

p {
	margin-top: 0px;
}

h2 {
	font-size: 20px;
}