body{
	margin: 5px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif, sans;
	font-size: 12pt;
	text-align: left;
	
	background-color: #000000;
}
#header{
  background: url(../images/header.jpg) no-repeat top center;
	width: 900px;
	height: 106px;
}
#flash{
  background: url(../images/banner.swf) no-repeat top center;
	width: 900px;
	height: 197px;
}
a{
color:#333333;
  text-decoration: none;
}
a:hover{

  text-decoration: none;
}
#nav{
  background-color: #cacaca;
	border: 1px solid #fff;
	height: 30px;
}
.nav{
  
  display: block;
	width: 100%;
	font-size: 13pt;
  text-decoration: none;
  text-align: center;
	padding: 0px 12px 0px 12px;
}
.nav:hover{
  color: #51897d;
  text-decoration: none;
}
#main{
  background-color: #F0F0F0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	padding: 25px;
	color: #000000;
	 
}
h1{
  font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2{
  font-size: 13pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
.tabbing{
 text-indent: 25px;
 text-align: left;
}
.thumbs{
 height: 94px;
 width: 125px;
 padding: 5px;
 border: 1px solid #fff;
 margin: 0px 0px 10px 10px;
}
.thumbs:hover{
 border: 1px solid #ff0;
}
sup{
  font-size: 8pt;
	padding-left: 2px;
}
.policy{
  color: #a60000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}
.policy:hover{
  color: #00f;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}
#footer{
  background-color: #a5c4cf;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 20px;
	color: #fff;
  font-size: 8pt;
	text-align: center;
}

