@charset "UTF-8";
/* CSS Document */

html, body{

margin-top:5px;
margin-left:0px;

}

.newsText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 400;
	color: #222222;
}

.footText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
}

A:link {color:#0b0ace; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: none; font-weight: 400} 
A:visited {color: #0b0ace; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: none; font-weight: 400} 
A:hover {color:#ff1a05; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: underline; font-weight: 400} 
A:active {color:#0b0ace; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: none; font-weight: 400}


A.mainLink:link {color:#0b0ace; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: none; font-weight: 400} 
A.mainLink:visited {color: #0b0ace; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: none; font-weight: 400} 
A.mainLink:hover {color:#ff1a05; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: underline; font-weight: 400} 
A.mainLink:active {color:#0b0ace; font-family:"Times New Roman", Times, serif; font-size: 13px; text-decoration: none; font-weight: 400}

A.newsLink:link {color:#0b0ace; font-family:"Times New Roman", Times, serif; font-size: 11px; text-decoration: none; font-weight: 400} 
A.newsLink:visited {color: #0b0ace; font-family:"Times New Roman", Times, serif; font-size: 11px; text-decoration: none; font-weight: 400} 
A.newsLink:hover {color:#ff1a05; font-family:"Times New Roman", Times, serif; font-size: 11px; text-decoration: underline; font-weight: 400} 
A.newsLink:active {color:#0b0ace; font-family:"Times New Roman", Times, serif; font-size: 11px; text-decoration: none; font-weight: 400}


A.footLink:link {color:#ffffff; font-family:"Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 400} 
A.footLink:visited {color: #ffffff; font-family:"Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 400} 
A.footLink:hover {color:#990000; font-family:"Times New Roman", Times, serif; font-size: 12px; text-decoration: underline; font-weight: 400} 
A.footLink:active {color:#ffffff; font-family:"Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 400}


A.headLink:link {color:#ff1a05; font-family:"Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: 400} 
A.headLink:visited {color: #ff1a05; font-family:"Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: 400} 
A.headLink:hover {color:#990000; font-family:"Times New Roman", Times, serif; font-size: 14px; text-decoration: underline; font-weight: 400} 
A.headLink:active {color:#ff1a05; font-family:"Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: 400}




DIV#header{
  position: absolute;
  background-image: url("head-tile.gif");
  background-repeat:repeat-x;
  height:105px;
  width:950px;
  z-index:11;
  left:50%;
  top:2px;
  margin-left: -475px;
  overflow: hidden;
  }
  
  DIV#headScroller{
  position: absolute;
  height:78px;
  width:330px;
  z-index:16;
  left:50%;
  top:7px;
  margin-left: 125px;
  overflow: hidden;
  	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: #ff1a05;
  }
  
  DIV#headerPic{
  position: absolute;
  height:98px;
  width:960px;
  z-index:12;
  left:50%;
  top:0px;
  margin-left: -475px;
  overflow: hidden;
  }
  
  DIV#picStrip{
  position: absolute;
  height:90px;
  width:950px;
  z-index:13;
  top:108px;
  left:50%;
  margin-left: -475px;
  overflow: hidden;
  }
  
    DIV#mainContent{
  position: absolute;
  width:950px;
  z-index:15;
  top:200px;
  left:50%;
  margin-left: -475px;
  font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight:400;
  }
  
        DIV#contactUs{
  position: absolute;
  width:500px;
  z-index:115;
  top:200px;
  left:50%;
  margin-left: -250px;
  font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight:400;
	visibility: hidden;
  }
  
  
  DIV#bits{
  	 opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
  
    	overflow-x: hidden;
	overflow-y: hidden;
	overflow: -moz-scrollbars-vertical;
  
  }