body {
	color: black;
/*	background: #fff url(images/backgrd.png) center repeat-y; */
	background-color: #fff;
	font: .83em/1.4 Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

p, table {
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	color: #060;
	padding: 0 0 .33em;
	text-shadow: 1px 1px 1px #999;
}

ul {
	margin: 0 0 1em 12px;
	padding: 0 0 0 12px;
}

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

acronym {
	cursor: help;
}

/* wrapper encompasses all */
#wrapper {
	width: 750px;
	color: black;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 1em;
}

#header {
	padding: 0;
	margin: 10px 0;
	border: solid #060 1px;
	height: 140px;
}

#header-pic {
	float: left;
}

.align-right {
	float: right;
	margin: 10px;
}

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 {
	padding: .5em 1.5em;
	margin: 10px 0;
	border: solid #060 1px;
}

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 */

#nav {
	font-size: 1.05em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: 1%;
}

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

#nav ul {
	margin: 0;
	padding: 0;
	background: #98c198; /* IE6 Bug */
	float: left;
	width: 750px;
}

#nav ul li {
	position: relative;
	list-style: none;
	float: left;
	border-bottom: #393 solid 1px;
}

#nav ul li a,
#nav ul li li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: .5em 1.33em;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav ul li.menuparent:hover,
#nav ul li.over { background-color: #f9f9f9 !important; }

#nav ul li a:hover {
	color: white;
	background-color: #060;
	text-shadow: 1px 1px 1px #000;
}

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

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

.head2 {
	font-weight: bold;
	color: #066;
}

.small {
	font-size: 83%;
}

.leftpic {
	float: left;
	padding-right: 10px;
}
.rightpic {
	float: right;
	padding-left: 10px;
}

.table {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

.error {
	color: #c00;
}
