body { /*These properties create the light-to-dark vertical background shading. */
	background-color: #e9f1ff; /*The color that starts at the top*/
	background-image: url(/images/bkgrnd.gif); /*A vertical stripe that starts with the background color and gradually turns a darker blue toward the  bottom*/
	background-attachment: fixed; /*The shading doesn't scroll*/
	background-repeat: repeat-x; /*The stripe repeats horizontally*/
	background-position: bottom; /*The stripe is attached to the bottom of the window. As window enlarges, background-color fills from the top*/
	text-align: center;
	}
#container {
	width:696px;
	margin:0px auto;
	height:100%;
	text-align: left;
	}
#banner {
	width: 692px;
	height: 180px;
	background-image: url(/images/banner3a.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
#outer {
	text-align:left;
	width:696px;
	margin:auto;
	}
#hdr {
	height:60px;
	background:#eeeeee;
	color: #333333;
	}
#bar {
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid #000000;	
	border-width:1px 0 1px 0;
	}
#bodyblock {
	position:relative;
	color: #333333;
	width:696px;
	padding:0;
	}
#l-col {
	float:left;
	margin-top: 70px;
	color: #333333;
	width:160px;
	text-align: left;
	padding: 0;
	}
#cont {
	width:525px;
	padding: 10px 0 10px 0;
	background:#ffffff;
	color: #333333;
	text-align:left;
	}
#ftr {
	color: #ffffff;
	margin:0;
	padding: 10px;
	}
#textnav li {
	display: inline;
	padding: 0 1em 0 1em;
	border-right: 1px solid #ffffff;
	}
#textnav li.last {border-style: none;} 
#textnav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #000033;
	}
h1, h3, h4, h5 h6 {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	border: 0;
	}
h2, p, ul, ol, dl, li, dt, dd, blockquote {
	padding: 0 20px 0 20px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
	}
table {
	margin-top: 0;
	margin-bottom: 0;
	}
h1 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #000033;
	}
h2, h2 a {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #0000cc;
	}
h3 {
	margin:0;
	padding:15px;
	}
h4 {
	margin:0; 
	padding: 5px 0;
	}
p {text-indent: 1em;}
p.noindent {text-indent: 0;}

#l-col p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000033;
	padding: 0;
	}
#ftr p {
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
	font-size: 80%;
	}
#ftr a {
	color: #000033;
	text-decoration: none;
	}
#ftr a:hover {text-decoration: underline;}	