* { margin: 0; padding: 0; }
h1 { font-size: 1.1em; margin: .67em 0; }
h2 { font-size: 1.1em; margin: .83em 0; }
h3 { font-size: 1.1em; margin: 1em 0; }
h4, p, blockquote, ul, form, ol { margin: 1.33em 0; }
h5 { font-size: .83em; line-height: 1.17em; margin: 1.67em 0; }
h6 { font-size: .67em; margin: 2.33em 0; }
ol { margin-left: 16px; padding-left: 16px; }
ul ul, ul ol, ol ul, ol ol { margin-top: 0; margin-bottom: 0; }
img, a img {	border: none; }
table td { padding: 2px; }

body {
	color: black;
	background-color: white;
	font: 83% Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #066;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active, .selected {
	color: #039;
	background-color: transparent;
	text-decoration: underline;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
}

acronym {
	cursor: help;
}

/* wrapper encompasses all */
#wrapper {
	width: 760px;
	background-color: white;
/*	margin: 0 auto; */
}

#header {
	padding: 10px 10px 2px 10px;
	min-height: 1%;
}

.align-right {
	float: right;
}

head+body #header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE bug fix; hide from mac \*/
* html #header { height: 1%; }
/* end hide */

/* content is holder for main and sidebar */
#content {
	margin-left: 190px;
	padding: 0 10px;
}

head+body #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE bug fix; hide from mac \*/
* html #content { height: 1%; }
/* end hide */

#column {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

/* IE bug fix; hide from mac \*/
* html #column { height: 1%; }
/* end hide */

#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#nav ul li {
	border-bottom: 1px solid #3656cf;
}
#nav ul li a:link, #nav li a:visited  {
	display: block;
	padding: 4px 4px 4px .5em;
	background-color: #d4eca0;
	color: black;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.selected {
	background-color: #3656cf;
	color: white;
}

/* IE bug fix; hide from mac \*/
* html #nav { height: 1%; }
/* end hide */

#footer {
	clear: both;
	padding: 2px 10px 10px 10px;
	font-size: 83%;
}

/* IE bug fix; hide from mac \*/
* html #footer { height: 1%; }
/* end hide */

.small {
	font-size: 83%;
}

.shade1 {
	color: #006;
}
.shade2 {
	color: #060;
}

.oldpic {
	color: #630;
	font-size: 83%;
}
.oldpic img {
	margin-bottom: 5px;
}

.error {
	color: #c00;
}
