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

body{
	background-color:#FFFFFF;
	color:#000000;
	margin:0px;;
}
body,p,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a,a:visited{ 
	background-color: inherit;
	color: #C5C7C6;
	text-decoration: none;
}
a:hover, a:active{
	background-color: inherit;
	color: #C5C7C6;
	text-decoration: underline;
}
/* Nav Links */
.navlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:800;
	background-color:inherit;
	color:#FFFFFF;
}
a.navlink,a.navlink:visited{ 
	background-color: inherit;
	color: #C5C7C6;
	text-decoration: none;
}
a.navlink:hover, a.navlink:active{
	background-color: inherit;
	color: #C5C7C6;
	text-decoration: underline;
}
/* Copyright and bottom info */
.copyright{
	background-color: inherit;
	color: #000000; 
	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;
}
/* Menu */
.menuhead,.menuhead2,.menuitem{
	font-family: "Rage Italic", Verdana;
}
.menuhead{
	font-size:40px;
}
.menuhead2{
	font-size:30px;
}
.menuitem{
	font-size:24px;
	font-weight:800;
	font-style:italic;
	color:#AE9447;
	background-color:inherit;
}
.menudesc{
	font-family:"Gill Sans MT", Verdana;
	font-size:14px;
}
