html, body  {
	padding: 0px;
	border: 0px;
	font-family:Helvetica, sans-serif, Verdana, Geneva, Arial;
	background:URL(images/page_bg.gif);
	margin: 0px;
	color:#111111;
	padding-bottom: 10px;
	}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea, pre {
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	}
p {margin-top:12px;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font: bold;
	}

h1 { font-size: 24px; text-transform: uppercase; color:black; letter-spacing:-2px; padding-bottom:10px; padding-top:20px;}
h2 { font-size: 16px; padding-top:14px;}


/* Links and Images */
a, a:link, a:visited, a:active {
	text-decoration: none;
	color:#111111;
}
a:hover {
	text-decoration: underline;
	color:#111111;
}

img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
.column {
	padding-top:10px;
	padding-bottom:10px;
	}
.sponsor {
	padding:10px;
	border:1px dashed grey;
	background-color: white;
}


/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
.frontbox a:link, .frontbox a:hover, .frontbox a:active, .frontbox a:visited {
	color: black;
	font-size:.7em;
	text-transform: uppercase;
	text-decoration: underline; 
	}
.topnavigation a:link, .topnavigation a:visited,.topnavigation a:active {
	color: #111;
	font-weight: 600;
	}
.topnavigation a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: 600;
	}
.leftlinks {
	color: white;
	font-weight: 600;
	}
.red {color: red;}
.green {color: green;}
.gray {color: gray;}
.bold {font-weight: bold;}
.sublinks a:link, .sublinks a:visited, .sublinks a:active {
	color: #333;
	}
.sublinks a:hover {
	color: #000;
	}
.tinytext {
	font-size:.7em;
	} 


td.navbuttons a {
	text-transform: uppercase;
	width: 161px;
	height: 19px;
	background: url(images/button_back.gif);
	color:#6b6b6b;
	vertical-align: absmiddle;
	text-align: center;
	display: block;
	line-height: 18px;
	}

td.navbuttons a:hover {
	background: url(images/button_back_over.gif);
	color: black;
	text-decoration: none;
	}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

