/***************************************************************************
 *                                  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 */
html,body{
	background-color:#074e34;
	color:#000000;
	margin:0px;
	height:100%;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF
}
a,a:visited{ 
	background-color:inherit;
	color:#b9c000;
	text-decoration:none;
}
a:hover, a:active{
	background-color:inherit;
	color:#b9c000;
	text-decoration:underline;
}
#fullheight{
	height:100%;
}
#fullheight2{
	height:100%;
}
#height186{
	height:186px;
}
#height7{
	height:7px;
}
/* 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;
}