body { /*These properties create the light-to-dark vertical background shading. */
	background-color: #EEF0E5; /*The color that starts at the top*/
	background-image: url(../images/bkgrnd.gif); /*Shading gradually turns darker green toward the bottom right*/
	background-attachment: fixed; /*The shading doesn't scroll*/
	background-repeat: no-repeat; /*The shading doesn't repeat*/
	background-position: bottom; /*The shading is attached to the bottom of the window. As window enlarges, background-color fills from the top*/
	text-align: center;
	}
#container {
	width: 760px;
	margin: 0px auto;
	height: 100%;
	text-align: center;
	}
#rightcol {
	float: right;
	color: #333333;
	width: 610px;
	padding: 0;
	}
#leftcol {
	float: left;
	color: #333333;
	width: 150px;/*160*/
	text-align: left;
	padding: 0;
	}
a:link {text-decoration: underline;}
a:hover {text-decoration: none;}
#leftcol p.fixthis a {
	font-size: 70%;
	color: #333333;
	}
#content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	text-align: left;
	color: #333333;
 	}
#footer {
	color: #003300;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	}
#textnav li {
	display: inline;
	padding: 0 1em 0 1em;
	border-right: 1px solid #006600;
	}
#textnav li.last {
	border-style: none;
	} 
#textnav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #000033;
	}
h1, h2, h3, h4, h5 h6 {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	border: 0;
	}
p, ul, ol, dl, li, dt, dd, blockquote {
	padding: 0 20px 0 20px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
	}
h1 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #003300;
	}
h2{
	padding: 0 20px 0 20px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #003300;
	}
h3 {
	margin: 0;
	padding: 15px;
	}
h4 {
	margin: 0; 
	padding: 5px 0;
	}
p {text-indent: 1em;}
p.noindent {text-indent: 0;}
#leftcol p {
	font-family: Helvetica, Arial, sans-serif;
	color: #003300;
	padding: 0;
	}
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
	font-size: 80%;
	}
#footer a {color: #000033;}
h2 a, p a {color: #003300;}