/* CSS Document */

/*- Menu Tabs--------------------------- */ 

{ cursor: default }

    #tabs {
	
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  padding-top: 6px;
		        }
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0px 50px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/gradienttab.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color: #990000;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/gradienttab.gif") no-repeat right top;
      padding:5px 15px 6px 6px;
      color:#666;
      }
	  
	
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
	
      }
    #tabs a:hover {
      background-position:0% -42px;
	    float:left;
	   display:block;
      background:url("images/whitetab.gif") no-repeat right top;
	  color: #ffffff;
	
      }
    #tabs a:hover span {
      background-position:100% -42px;
	    float:left;
	     display:block;
      background:url("images/whitetab.gif") no-repeat right top;
	  color: #ffffff;
	 
      }

	  
/*- End Menu Tabs--------------------------- */ 

body {
  padding: 0em 0 0 1em;
  margin: 0 0 0 0;
  font-family: verdana, arial, helvetica;
background-image: url(images/back.gif);
background-repeat: repeat-x;
   font-size: 12px;
   background-color: #f6f3ea;

 

}


.toprow {

	height: 43px;
	margin: 0 0 -35px 0;
	}
	
.skyback {
	background-image: url(images/skyback.gif);
	background-repeat: repeat-x;
	height: 238px;
	}
	
.bottom {
	padding-top:	25px;

	}
	
#leftcolumn {
	float:left;
	font-family: verdana, arial, helvetica;
   font-size: 12px;
	padding: 0 0 0 50px;
	width: 450px;
	}

#rightcolumn {
	float:right;
	width: 250px;
		font-family: verdana, arial, helvetica;
   font-size: 14px;
	
	}
	