@charset "UTF-8";
#container {
	width: 1000px;
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 19px;
	background-image: url(images/containerbg.gif);
    background-repeat: repeat-y;
  }
  
#leftcol { 
  width: 200px;
  float: left;
  padding-bottom: 812px;
  background-color:#000000;
  }
#rightcol {
  width: 800px;
  float: right;
  background-image: url(images/tile.gif);
  }
.rightbg {
   background-image: url(images/tile.gif);
   }
   
#top {
  width: 800px;
  height: 98px;
  background-image: url(images/banner.gif);
  }
.topbg {
   background-image: url(images/banner.gif);
   }
#top2 {
  width: 800px;
  height: 128px;
  }
#mainleft {
  width: 370px;
  float: left;
  padding-top: 40px;
  padding-left: 80px;
  }
  
 #mainleft2 {
  width: 250px;
  padding-right: 20px;
  float: left;
  padding-top: 30px;
  padding-left: 80px;
  } 
  
#mainright {
  width: 350px;
  float: left;
  padding-top: 40px;
  }
  
#mainright2 {
  width: 435px;
  float: left;
  padding-top: 40px;
  padding-left: 15px;
  }
  
h1 {
  color: #de0021;
  font-size: 14px;
  font-family: "Century Gothic", Arial;
  }
  
h2 {
  color: #de0021;
  font-size: 12px;
  font-family: "Century Gothic", Arial;
  }
  
h3 {
  color: #de0021;
  font-size: 12px;
  font-family: "Century Gothic", Arial;
  }
  
.smallgrey {
   color: #666666;
   font-size: 12px;
   }
   
#footer {
   width:690px;
   padding-left: 79px;
   clear:both;
   font-size: 11px;
   color:#666666;
   font-family: Arial, Helvetica, sans-serif;
   padding-right: 30px;
   padding-top: 10px;
   line-height: 18px;  }
   
#footer a {
   text-decoration: underline;
   color:#666666;
   }
   
ul {
margin-left: 0px;
padding-left: 15px;
  }
  
  
a.homepage:link {
  text-decoration: none;
  color: #000000;
  }
  
a.homepage:visited {
  text-decoration: none;
  color: #000000;
  }
a.homepage:hover {
  text-decoration:underline;
  color: #000000;
  }
  
.whitesamll {
  font-size: 10px;
  color:#FFFFFF;
  }
  
.formstyle {
  border: solid 1px #999999;
  background-color: #FFFFFF;
  font-size: 11px;
  }
