@import url(structure.css);
@import url(forms.css);

/* Global */
html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
	scrollbar-face-color:#850F0F;
    scrollbar-base-color:#850F0F;
    scrollbar-arrow-color:white;
    scrollbar-track-color:#D4D3D3;
    scrollbar-shadow-color:#850F0F;
    scrollbar-highlight-color:#850F0F;
    scrollbar-3dlight-color:#C61616;
    scrollbar-darkshadow-Color:#C61616;
	 }
html {
    background: #fff url(../images/bg-grad-blue.png) center top repeat-x;
	font: 62.5%/1.3 "Trebuchet MS" arial,sans-serif;
	color:#000; }
body {
    background: url(../images/header.png) center top no-repeat;
	font-size: 1.3em;	}
img { 
    border: none }
h1, h2, h3, h4 {
    font-size:1.4em;
    font-style:italic;
    padding:0; 
    margin:0 }
h4 {
    font-size:1.2em;
    letter-spacing:1px;}
p {
    padding: 5px 0;
    margin: 0 }
ul {
    list-style-type:none;
    margin: 5px 0 15px 30px ;
    padding: 0  }
li {
    background:  url(../images/li-bg.png) 0 11px no-repeat;
    margin: 0;
    padding: 7px 0 3px 13px }
    
/* links */    
a, a:active, a:visited {
    color: #444;
    text-decoration: underline }
a:hover {
    color: #CD1717;
    text-decoration: none }
	
/* links */    
a.footerlink, a.footerlink:active, a.footerlink:visited {
    color: #FFF;
    text-decoration: underline }
a.footerlink:hover {
    color: #FFFFFF;
	background-color: #EA1B1B;
    text-decoration: none }  
    
/* text replacment */   
h1 span {
    position: absolute;
    left: -999em;}

/* top of page */   
.top {
   text-decoration:none;
   margin-top: 30px;
   margin-bottom: 50px;
   font-size:11px;
    }
.redhead  {
	color:#840F0F;
	font-size:14px;
	font-weight:bold;
   }
   
.redhead2  {
	color:#840F0F;
	font-size:18px;
	font-weight:bold;
   }   

/* extra css */
  
#sidebox {
	position: absolute;
    background-image:url(../images/tfs-left.png)
	top: 26px;
	left: -28px;
	width: 80px;
	height: 90px;
	top: 14px;
}

/*counter*/
.counter {
    float:left;
	padding-left: 20px;
    }
	
	
