body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 6px;
	color: forestgreen;
}
form {
	margin: 0;
	padding: 0;
}
p {
	font: 80%/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0;
	margin-bottom: 12px;
	color: forestgreen;
}
. regular {
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    margin-top: 0;
    margin-bottom: 12px;
}


hr {
    margin-top: 0;
    margin-bottom: 0;
}
img {
    margin: 4px;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 165px solid #FFFFFF;  /* left column background */
    /*	border-right: 200px solid #FCF5F5; right column background */
	background-color: #FAFAFA;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%;
}
#header {
	background-color: lightgrey;
	color: #901602;
	border-bottom: 1px dotted #CCCCCC;
}
#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 1em;
}
#side1 {
	width: 160px;                      /* left column width */
	margin-left: -160px;               /* negative left column width */
	float: left;
	position: relative;
	background-color: #FFFFFF;
	z-index: 10;
}
#side1 h3 {
	width: 150px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: forestgreen;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 150px;
	background-color: blue;
	border: 1px inset blue;
}
#side1 ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid forestgreen;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: forestgreen;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}
.boxout {         /* boxout is an attempt to use a second link style when color conflicts; doesn't seem to work */
    color: red;
    background-color: skyblue;
}
.boxout a:link, .boxout a:visited {
    text-decoration: underline;
    color: #E4#2F6;
    background-color: transparent;
}
.boxout a:hover, .boxout a:active {
    background-color: #C9C3ED;
    color: #191970;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.4em 10px 0.4em;
	border: 1px dotted #B1B1B1;
	background-color: #CCCCCC;
}
.adbox2 {
	padding: 2px 4px 2px 6px;
	margin: 0 0.2em 0px 0.2em;
	border: 1px solid #B1B1B1;
	background-color: transparent;
	width: 290px;
	float: left;
}
.adbox3 {
	padding: 2px 4px 2px 6px;
	margin: 0 0.2em 0px 0.2em;
	border: 1px solid #B1B1B1;
	background-color: lightgreen;
	width: 290px;
	float: right;
}
.caption {
    font-size: .8em;
    margin-bottom: 0;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}
#content h1 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	margin-left: 0em;
	text-align: center;
}
#content h1, h2, h3, h4, h5, h6 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #901602;
	margin-left: 0em;
}
#content p {
	margin-left: 0em;
	margin-right: .5em;
	padding: 4px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: forestgreen;
	background-color: transparent;
}
#content a:hover {
	color: #621313;
}
#footer {
	background-color: #F4F4F4;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
}
#footer p {
	padding-left: 1em;
	color: forestgreen;
}
.clear {
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner {
	border-bottom: 1px solid transparent;
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
