h1, h2, h3 {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* for comppliant browsers */
	margin: 0;
	padding: 0;
	text-align: center;
	background: #444;
	}

* html body {
	font-size: x-small; /* for ie5, win */
	f\ont-size: x-small; /* for other IE versions */
	}

.imgboxr {
	margin: 5px 0 0 8px;
	float: right;
	border: 1px black solid; /* for photos in the contents */
	}
	
.imgboxl {
	margin: 5px 8px 0 0;
	float: left;
	border: 1px black solid; /* for photos in the contents */
	}
	
.imgboxrNoFrame {
	margin: 5px 0 0 8px;
	float: right;
	border: 0;
	}	

#container {
	width: 750px;
	margin: 20px auto; /* auto balance left right margin */
	padding: 0;
	}
	
#header {
	width: 750px;
	height: 125px;
	background-image: url(images/headtext.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#header img {
	border: none;
	}

#prtheader {
	display: none;
	}

#content {
	float: left;
	width: 750px;
	margin: 5px 0 0 0;
	background-color: #f5f8ca;
	background-image: url(images/boxbg.gif);
	background-repeat: repeat-y;
	}
	
#sidebar {
	float: left;
	width: 190px;
	color: #09347b;
	margin: 0; 
	font-size: 1.05em;
	line-height: 1.3em;
	text-align: left;
	}

#sidebar p {
	margin: 10px 0 -12px 10px;
	}

.sidehead {
	font-size: 1em;
	letter-spacing: 0em;
	font-weight: bold;
	}	

#sidebar li {
	list-style: square;
	margin: 0 0 0 -13px;
	}
	
#sidebar a {
	color: #09347b;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	}

#sidebar a p {
	margin: 10px 0 10px 10px; /* for side bar HOME link only*/
	}

#sidebar a img {
	margin: 0 0 4px 4px; /* for side bar img link only, w:176 h:70 */
	border: 1px black solid;
	}

#maintext {
	float: left;
	width: 525px;
	margin: 10px 10px 10px 15px;
	font-size: 1.05em;
	line-height: 1.4em;
	text-align: left;
	}

#maintext p {
	margin: 0 0 1em 0;
	}

#maintext table {
	font-size: 1em;
	line-height: 1.25em;
	}

#maintext a {
	color: #09347b;
	}
	
#maintext a:visited {
	color: #000;
	}	
	
#maintext a:hover {
	color: blue;
	text-decoration: none;
	}

#footer {
	float: left;
	width: 750px;
	margin: 5px 0 0 0;
	font-size: 0.7em;
	text-align: center;
	background-color: #777;
	}

h1 {
	margin: 0 0 1em 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: bold;
	}

h2 {
	margin: 0 0 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	}
	
ol {
	margin-top: 1em;
	}
	
strong {
	font-size: .95em;
	font-weight: bold;	
	}
	
.back2list {
	padding-right: 2em;
	text-align: right;
	}