﻿H1	{font-weight: bold;
	 text-align: center;
	 color: #663300;
	 font-family: 'Gill Sans', Arial, sans-serif
	 }
	 
body 
{
	margin: 0px; font-family:Verdana; font-size: 12px;	
}

#header
{
	padding: 0px; margin: 0px; width:100%; height:100px;
	background-image: url(../../images/fcc/header.jpg);
	background-repeat: no-repeat;
}

#footer
{
    position:absolute; top:550px;
	padding: 0px; margin: 0px; width:100%; height:56px;  
	background-image: url(../../images/fcc/footer.jpg);
	background-repeat: no-repeat;
}


#footertext
{
	position:relative; left: 300px; top: 20px;
}

#topMenuBar
{
	position: absolute; top: 105px; left: 0px; width: 800px;
	background-color: #663300;
	font-size: 10px;	
}

#container
{
	height:400px;
	overflow:auto;
}


#centercolcontent
{
	position: absolute; margin-left: 20px; top:130px; 
	padding: 15px 6px 15px 6px; width:800px; height:400px;
	overflow:auto;
}

.MainMenu
{
	position:absolute; top:15px; margin-left:35px;	
}

.IE8Fix 
{ 
	z-index: 100;   
}

.tabs
{
      position:static;
      top:1px;
      left:10px;
}

.tab
{      
	  background-image : url(../../images/fcc/tab.jpg);
	  background-repeat :no-repeat;      
	  background-position : center;
      padding:1px;
      color:#FFCC00;
      font-weight:bold;     
      width:151px;
      text-align:center;
}

.selectedTab
{
	  background-image : url(../../images/fcc/selectedtab.jpg);
	  background-repeat :no-repeat;      
	  background-position : center;
	  padding :1px;	  
      color:#663300;
      font-weight:bold;     
      width:151px;
      text-align:center;	  
}

.tabContents
{
      border-top: ridge 10px #663300;    
      padding:10px;
      background-color:white;
      color:black;
      overflow:auto;
}
