body {
	background: #645846 url('/images/layout/BKG_gradient-w-Wood.jpg') repeat-x fixed;
}

a, 
a:link {
	color: #666 ; /* #dc8b3f  #669900 #c89a55 */
	font-weight: inherit;
	text-decoration: underline;
}

a:hover {
	color: #333; 
	background-color: #F7EFDA;
	border: 1px solid #666;
	margin: -1px;
	text-decoration: none;
}

a img, 
a:link img,
a:hover img {
	margin: -1px;
	padding: -1px;
	text-decoration: none;
	border: 0px solid transparent;
}

.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

#outerContentWrapper {
	width: 770px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid #CCC;*/
	
}

#outerContentWrapper #topBorder { 
	height: 34px;
	width: 770px;
	clear: both;
	background: url("/images/layout/Paper_top2.gif") bottom left no-repeat;/**/
}

#outerContentWrapper #bottomBorder { 
	height: 30px;
	width: 770px;
	background: url("/images/layout/Paper_bottom2.gif") top left no-repeat;/**/
	clear: both;
}

#innerContentWrapper { 
	width: 720px;/*This is necessary or the width doesn't always go to 100%, causing some layout problems.*/
	float: left; 
	padding: 15px 25px;
	background: url("/images/layout/Paper_center2.gif") top left repeat-y;/**/
	font-size: 0.9em;
	/*border: 1px solid red;*/
}

#innerContentWrapper2 {
	background-color: #f4f0ea;
}

#outerContentWrapper #innerContentWrapper #Nav { 
	width: 100%;
	height: 175px; 
	/*border: 1px solid #CCCCCC;*/
	font-size: 1.5em;
	color:  #660000;
	text-align: left;
	clear: both;
}

#innerContentWrapper .Toolbar {
	margin: 0px -20px;
}

.instructions {
	color: #666666;
}

.small {
 font-size: 0.8em;
}

/* Easy Clearing of Float: The clearfix uses the pseudo element after: which generates content after an element. The appended content in this case is a simple punctuation mark, the period, which is given a height of 0 and a visibility set to hidden. We can then add clear:both to our pseudo element, and viola! Our float is cleared. We also do a little IE Mac hiding to complete the technique. */
.clearfix:after {   
     content: "."; /* This dot is the actual appended content */   
     clear: both;   
     height: 0;   
     visibility: hidden;   
     display: block; 
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
/* End hide from IE-mac */


