body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color: #586F31;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #C7DCCA;
	font-family:"Times New Roman", Times, serif;
	font-size:.88em;
	font-weight:normal;
	line-height:1.25em;
	text-decoration:none;
}
a, nav {
	color: #3b4d1b;
	text-decoration:underline;
}
a:hover {
	color: #3b4d1b;
	text-decoration:underline;
}
a:visited {
	color: #533110;
	text-decoration:underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.38em;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.13em;
}
.bold {
	font-weight: bold;
}
pageHolderLeft {
	background-image:url(assets/images/clear.gif);
}
pageHolderRight {
	background-image:url(assets/images/clear.gif);
}
.pageHolderLeft {
	width:50%;
	height:100%;
}
.pageHolderRight {
	width:50%;
	height:100%;
}	
#page {
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
	float:left;
	width:930px;
	height:auto;
}
.flash {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:center;
	width:930px;
	height:auto;
}
.midSection {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:930px;
	height:auto;
}
.footer {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:930px;
	height:auto;
}
.footerLeft {
	margin:0 0 0 0;
	padding:0 0 0 60px;
	float:left;
	width:490px;
	height:auto;
}
.footerRight {
	margin:0 0 0 0;
	padding:0 56px 0 0;
	float:right;
	width:324px;
	height:auto;
}
	
/* CLEAR FIX
----------------------------------------------- */

.clr {
		
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

.clear-fix:after {
	content: ".";                /* the period is placed on the page as the last thing before the div closes */
	display: block;             /* inline elements don't respond to the clear property */ 
	height: 0;                 /* ensure the period is not visible */
	clear: both;              /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}

.clear-fix {
	display: inline-block;    /* a fix for IE Mac */
}

* html .clear-fix {   
	height: 1%;      /* fix for Guillotine bug in IE6 */
}

.clear-fix {
	display: block;
}
