body {
	text-align: center;				
	background: #687A67 url(/images/bgTile.jpg) 0 0 repeat-x;
	}			
#centering {
	text-align: left;
	margin: auto;
	width: 990px;						
	}
#wrapper { 
	position: relative; 
	padding: 0 0 20px 0;
	}
					

/* Content HTML */
* { 
	margin: 0; 
	padding: 0; 				
	}
body { 
	font-size: .75em; 
	line-height: 1.4;	
	font-family: arial, verdana, sans-serif; 
	color: #fff;
	}						
table, textarea, input { font-size: 100%; }
table, th, td, caption { 
	text-align: left; 
	vertical-align: top; 
	}
hr { /* display: none; */ 
	border: 0;
	border-top: 1px solid #91A790;
	margin: 10px 0;
	}
img { 
	border: 0; 
	vertical-align: bottom; 
	}	

/* Headings */	
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { 
	font-size: 130%; 
	color: #80a989;
	font-weight: normal;
	}
h4 { 
	font-size: 100%;
	font-weight: bold;
	color: #80a989;
	}
h5 { 
	font-size: 100%;
	font-weight: normal;
	color: #80a989;
	}			

/* Paragraphs */
p { padding: 0 0 1.5em 0; }

/* Links */
a { 
	text-decoration: underline; 
	color: #A5CEAF; 
	}
a:hover, a:focus, a:active { text-decoration: none; }

/* Lists */

ul {
	list-style: none;
	padding: 0 0 1em 0;
	}
	ul li {
		background: url(/images/bulletWhite.gif) 0 6px no-repeat;
		padding: 0 0 5px 15px;
		}
			
/* Forms */


select { 
	margin-right: 7px; 
	vertical-align: middle	
	}
option { 
	margin-right: 7px; 
	}
textarea {
	font-family: arial, verdana, sans-serif; 
	font-size: 90%;
	}	
input {
	font-size: 100%;
	}	
fieldset {
	border: 0;
	}