/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/18/06
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
body{
	background-color: #525151;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	color:#000000;
	margin:0px;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	background-color:inherit;
	color:#003366;
	text-decoration:none;
}
a:hover, a:active{
	background-color:inherit;
	color:#003366;
	text-decoration:underline;
}

.centermain {
	width: 800px;
	margin: auto;
}

#mainbox {
	display: block;
	border: 1px solid #000000;
	width: 798px;
	background-color: #ffffff;
}

#navspace {
	height: 4px;
}

.content {
	padding-left: 1em;
	padding-right: 1em;
}

/* Copyright and bottom info */
.copyright{
	background-color:inherit;
	color:#000000; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#000000;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#000000; 
	text-decoration:underline;
}