body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Helvetica,Verdana, Arial,sans-serif;
}
/* Global html tag font formatting */
td, tr, p, div, span{
	/*font-family: sans-serif,Helvetica,Verdana ;*/
	font-family: Helvetica,Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #333;
}
/* Default Global HyperLinks  */
a:link,a:visited{
	color: #663300;
	text-decoration: underline;
}
a:hover{
	color: #333;
	text-decoration: underline;	
}
/* Global Styles for Form Field Inputs & Buttons*/
.button {
  font-family      : Helvetica,Verdana, Arial,sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #666633;
  color            : #fff;
  border           : 1px solid #333333;
}
.buttonOvr {
  font-family      : Helvetica,Verdana, Arial,sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #CCCC66;
  color            : #000;
  border           : 1px solid #333;
}

INPUT, SELECT, TEXTAREA {
  font-family      : Helvetica,Verdana, Arial,sans-serif;
  font-size        : 10px;
  color            : #000;
  background-color : #fff;
  border           : 1px solid #666633;
}


/*styles for Header Include */
#top{	
	margin: 0px auto 0px auto;
	height: 54px;
	}
.topwrapper{
	width: 815px;
	padding: 12px 0px 10px 10px;
	text-align: left;
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;*/
	}
/* Styles for Nav wrapper position*/ 	
#Nav{
	margin: 0px auto 0px auto;
	height: 24px;
	}
.navWrapper{
	width: 826px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;*/
	}	
/* Styles for top/middle content Section with Green Background */	
#middle{
	margin: 0px auto 0px auto;
	height: 267px;

	}
.midWrapper{
	width: 825px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	/*border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;*/
	}
#midSection p,span{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.midContentLine{
	/*border-left: 1px solid #fff; NOT USED*/

}
	
/* Styles for Bottom Content / Three Column Section formatting */				
#bottom{
	margin: 0px auto 0px auto;
	height: auto;

	}
.bottomWrapper{
	width: 819px;
	padding: 20px 3px 0px 3px;
	/*text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999933;
	border-left: 1px solid #999933;*/
	}
#content p{
	font-size: 11.5px;
}
.contentVertLine{
	border-left: 1px dashed #999933;
}	
.contentHorizLine{
	border-bottom: 1px dashed #999933;
}		
/* Styles For Footer position, wrapper, and regular text formatting */	
#footer{
	margin: 0px 0px 0px 0px;
	height: 50px;
	width: auto;
	}
.footerWrapper{
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-top: 10px solid #999933;
	/*border-bottom: 1px solid #999933;
	border-right: 1px solid #999933;
	border-left: 1px solid #999933;*/
	}
#footertext a{
	font-size: 10px;
}
#footertext p{
	font-size: 9px;
}
/* Footer HyperLinks Seperate from global link styles  */
a.footerlink:link, a.footerlink:visited{
	color: #663300;
	text-decoration: underline;
}
a.footerlink:hover{
	color: #666633;
	text-decoration: underline;	
}


/*Secondary Content Pages With 3 Columns and VERTICAL seperators and formatting */			
#content2{
	/* top,right,bottom,left*/
	margin: 3px auto 0px auto;
	height: auto;
	background-color:#fff;
	}
.content2Wrapper{
	width: 818px;
	/* top,right,bottom,left*/
	padding: 20px 3px 0px 3px;
	/*text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999933;
	border-left: 1px solid #999933;*/
	}
#contentText2 p{
	font-size: 11.5px;
}
#contentText2 h1{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#contentText2 h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#contentText2 h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* This header is "All small CAPITOLS" */
#contentText2 h4{
font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.content2VertLine{
	border-left: 1px dashed #999933;
}		


/* Third Type of Content Pages With HORIZONTAL seperators and formatting */			
#content3{
	/* top,right,bottom,left*/
	margin: 3px auto 0px auto;
	height: auto;
	background-color:#fff;
	}
.content3Wrapper{
	width: 818px;
	/* top,right,bottom,left*/
	padding: 20px 3px 30px 3px;
	/*text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999933;
	border-left: 1px solid #999933;*/
	}
#contentText3 p,table,td,tr{
	font-size: 11.5px;
}
#contentText3 h1{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#contentText3 h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#contentText3 h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* This header is "All Small CAPITOLS" */
#contentText3 h4{
font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.content3HorizLine{
	border-bottom: 1px dashed #999933;
}						