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

body				{ background-color:#D0C8B3; color:#000000;  }
A 					{ color: #000000; text-decoration: none; }
A:visited			{ color: #000000; text-decoration: none; }
A:hover 			{ color: #000000; text-decoration: underline; }
A:active			{ color: #000000; text-decoration: underline; }


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

div.rightimage, div.leftimage{
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
div.rightimage p, div.leftimage p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
div.rightimage{
	float: right;
}
div.leftimage{
	float: left;
}
div.leftside{
	float: left;
	width: 60%;
};

.drkgreenbrdr {
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.drkgreenbrdrsides {
	border-top: 1px none #336633;
	border-right: 1px solid #336633;
	border-bottom: 1px none #336633;
	border-left: 1px solid #336633;
}
.blck12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
.white11bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.white12bold, a.white12bold, a.white12bold:visited, a.white12bold:hover, a.white12bold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white11nobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.white12nobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.lghtgreen12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7C8000;
	text-decoration: none;
}

.blck10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.drkgreen11nobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #74952A;
}
.limegreen12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999933;
	text-decoration: none;
}
.bronze12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #856A32;
}
.maroon12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #880300;
}

.limegreen14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9B9F00;
	text-decoration: none;
}
blue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C5783;
}
.blu12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C5783;
}
.bludark12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #203F5E;
}
.orng12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AB873A;
}
.bronze11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #856A32;
}
.orng14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AB873A;
}
.bronze14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #856A32;
}
.red14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A55229;
}
papryustxt {
	font-family: Papyrus, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A55229;
}
.papyrus {
	font-family: Papyrus, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A55229;
}
.papyrusbronze {
	font-family: Papyrus, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #856A32;
}
.bannerBackgrnd {
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat !important;
	background-position: center top;
}
