body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color:#999999;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:0px;
	width:800px;	
}

.border{
	width:800px;
	background-color:#CCCCCC;

}

.border2{
	width:700px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;

}

.banner{
	width:700px;
	height:143px;
}

.left{
	width:234px;
}

.links{
	font-family:Stencil;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(images/bottomlink.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:20px;
	height:290px;
	padding-left:10px;
	padding-top:10px;
	margin-left:2px;
	margin-top:2px;
	
}

.linkhr{
	margin-top:2px; 
	margin-bottom:8px;
}

.right{
	width:446px;
	float:right;

}

.footer{
	width:700px;
	background-color:#CCCCCC;
	height:80px;
	text-align:center;
	padding-top:20px;
}

.extra{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

.before{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

.before1{
	width:24%;
	float:left;
}
.before2{
	width:24%;
	float:right;
}

@font-face {
  font-family: "Stencil";
  src: url(STENCIL.TTF) format("truetype");
}




.links a:link {color:#FFFFFF; text-decoration: none; }
.links a:active {color:#FFFFFF; text-decoration: none; }
.links a:visited {color:#FFFFFF; text-decoration: none;}
.links a:hover {color:#FF0000; text-decoration: none; }

.footer a:link {color:#000000; text-decoration: none; }
.footer a:active {color:#000000; text-decoration: none; }
.footer a:visited {color:#000000; text-decoration: none;}
.footer a:hover {color:#FF0000; text-decoration: none; }


a:link {color:#000000; text-decoration: underline; }
a:active {color:#000000; text-decoration: underline; }
a:visited {color:#000000; text-decoration: underline; }
a:hover {color: #CC0000;  text-decoration: none; }
