@charset "utf-8";

/* CSS Document */

/* Web Development by Timothy Benbow */

/* notes */



/* global tags */

h1,h2,h3,h4,h5,h6,p,ul,ol,li,a, img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#CCCCCC;
	}
	
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	padding:.5em 12px;
	}
	
h1 {
	font-size:150%;
	}
	
h2 {
	font-size:120%;
	}
	
h3 {
	font-size:100%;
	color: #FFF;
	}
	
p {
	font-size:80%;
	line-height:160%;
	padding:.5em 12px;
	color: #000;
	}
	
ul li {
	list-style-type:square;
	margin:0px;
	font-size:80%;
	}
	
ol li {
	margin:3px 0px 3px 25px;
	}
	
a {
	
	}
	
img {
	
	}
	
	

/* divs */

#topspace {
	
	}

#wrapper {
	width:750px;
	margin:0px auto;
	border:1px #666666 solid;
	background-color:#FFFFFF;
	}
	
#banner {
	background-image:url(images/header041508.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:221px;
	border-top:4px #000000 solid;
	}
	
#bannersub {
	background-image:url(images/col3.jpg);
	background-repeat:no-repeat;
	border-top:4px #000000 solid;
	border-bottom:4px #000000 solid;
	width:750px;
	height:100px;
	}
	
#ad_banner {
	margin:12px;
	}
	
#sidebarone {
	margin:0px;
	font-size: 12px;
	}
	
#content {
	margin:0px 0px 0px 170px;
	border-left:1px #000000 dotted;
	}
	
#footer {
	background-image:url(images/footer041508.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:176px;
	clear:both;
	}

#sponsors {
	background-image:url(images/sponsors.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:95px;
	}

/* div tags */




/* nav and links */

a:link {
	
	}
	
a:visited {
	
	}
	
a:active {
	
	}
	
a:hover {
	
	}
	
a:focus {
	font-size: 12px;
	
	}
	
#content a:link {
	font-weight:bold;
	color:#F00;
	}
	
#content a:visited {
	font-weight:bold;
	color:#DC6106;
	}
	
#content a:active {
	font-weight:bold;
	color:#DC6106;
	}
	
#content a:hover {
	font-weight:bold;
	color:#000000;
	}
	
#content a:focus {
	font-weight:bold;
	color:#000000;
	}
	

/* tables */

table {
	
	}
	
td, th {
	font-size:90%;
	}

th {
	font-weight:bold;
	}
	
td {
	
	}
	
tr {
	
	}




/* classes */

.footertext {
	font-size:70%;
	text-align:center;
	}

.floatleft {
	float:left;
	margin:10px 10px 10px 0px;
	}
	
.floatright {
	float:right;
	margin:10px 0px 10px 10px;
	}

.clear {
	clear:both;
	}
