﻿@charset "utf-8";
body{
	margin: 15 0 0 0;
	padding: 0;
	line-height: 1.5em;
	background-color: #3A6700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/backgroundGreen.jpg');
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #ffffff;
	height: 187px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 140px 0 140px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 140px; /*Width of left column in pixel*/;
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/;
	background: #E9CCAA;
}
#rightcolumn{
	float: left;
	width: 140px; /*Width of right column*/;
	margin-left: -140px; /*Set left margin to -(RightColumnWidth)*/;
	background: #E9CCAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer{
	clear: left;
	width: 100%;
	background: #ffffff;
	color: #3A6700;
	text-align: center;
	padding: 0px 0 4px 0;
}

#footer a{
	color: #3A6700;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ece7e7;
  border-right:1px solid #ece7e7;
  background:#f7f4f4}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e2dada;
  border-right:1px solid #e2dada;
  background:#f8f7f7}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f8f7f7;
  border-right:1px solid #f8f7f7;}
.spiffy4{
  border-left:1px solid #ece7e7;
  border-right:1px solid #ece7e7}
.spiffy5{
  border-left:1px solid #f7f4f4;
  border-right:1px solid #f7f4f4}
.spiffyfg{
  background:#ffffff}
  
#barTop {
	background-image: url('images/barTop.gif');
	background-repeat: repeat-x;
	height: 15px;
}
#barBottom {
	background-image: url('images/barBottom.gif');
	background-repeat: repeat-x;
	height: 15px;
}
/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
        font-size: x-small; 
        font-weight: bold;
        }

#navAlpha a {
	display: block;
	padding: 1px 4px 1px 8px;
	margin: 0;
	text-decoration: none;
	text-align: left; /*	border-top: 1px solid #fffFFF; */;
	border-bottom: 1px solid #E6E6CC;
	color: #8D7424;
	background: #A9C883;
}
#navAlpha a:hover {
	background: #A9C883;
	color: #861026;
}


/*--------------------------------- Main Navagation Top "Navy Blue" Section ----------------------------------*/

	#sitenavtop {
	background-color: #ECECB6;
	background-image: url('images/SiteNavTop.jpg');
	font-size: 14px;
	color: #861026;
	padding: 2px 4px 2px 8px;
	border-bottom: 1px solid #E6E6CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

	#sitenavtop a {
	color: white;
	background: #800000;
}

	#sitenavtop a:hover {
		background: #000080;
		}
p {
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
