/*
FTA Stylesheet
*/


a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #666666;
}
a:active {
	color: #0000FF;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #D4EAAC;
	font-size: 75%;
	color: #cccccc;
	padding: 2px;
	margin-top: 0px;
	background-color: #D4EAAC;
	width: 100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

{
border: 0;
margin: 0;
}

body
{
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	background-position: top;
}

#main
{
	width: 1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFCC;
}

#logo
{
	width: 1004px;
	height: 51px;
	text-align: center;
	padding-top: 95px;
	background-image: url(ftabanner2.jpg);
	background-repeat: no-repeat;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


/*- Menu Tabs C--------------------------- */

    #tabsC {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #65CB65;
      }
    #tabsC ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:right;
      background:url("tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:right;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }  


#logo H2 a
{
font-size: 12px;
}

#buttons
{
	height: 37px;
	width: 1004px;
	float: left;
	background-color: #66CC66;
	background-repeat: repeat-x;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 100px;
	height: 27px;
	background: #FFFFFF url(images/buttons.jpg) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;

}

#buttons a:hover {
	width: 100px;
    height: 27px;
	background: #FFFFFF url(images/buttons_r.jpg) repeat-x;
}

#content
{
	width: 775px;
	padding: 5px;
	min-height: 400px;
	background-color: #FFFFCC;
}

#left
{
	width: 70%;
	padding: 10px;
	float: right;
	background-color: #FFFFCC;
}

#left H1
{
color: #32570a;
margin: 0;
padding: 0;
font-size: 24px;
}
#left H2
{
color: #32570a;
margin: 0;
padding: 0;
font-size: 18px;
}

#right
{
	float: left;
	width: 200px;
	background-color: #FFFFCC;
}

/* sidebar */
#sidebar {
	float: left;
	width: 100%;
	padding: 0;
	top: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFFFCC;
}	
#sidebar h1 {
	padding: 6px 0px 2px 5px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

.sidebox {
	border: 1px solid #FFFFCC;
	margin-bottom: 5px;
	background-color: #FFFFCC;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 5px 0 8px 0;
	padding: 0;
	background: #FFFFCC;			
}
#sidebar ul.sidemenu li {
	padding: 0px 5px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #0000FF;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
	font-size: small;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}




#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 30px;
	font-size: 10px;
	color: #000000;
	padding-top: 0px;
	text-align: center;
	border-top: 5px solid #32570a;
	width: 1004px;
}

#footer a
{
color: #000000;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}
