body {
	margin: 0px auto;
}
p, li, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
li {
	margin-left: -25px;
	margin-bottom: 10px;
}
textarea {
	overflow: auto;
}
input, select {
	margin-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
*.hilite {
	background-color: #ffffcc;
}
#frontpage {
	background-image: url(../images/swoosh_big.gif);
	background-repeat: no-repeat;
}
#warning {
	color: #ff0000;
}
#head {
	width: 100%;
	/*margin: 10px;*/
	padding: 0;
	/*border-bottom: 1px dashed #000000;*/
}
#topmenu {
	clear: both;
	width: 100%;
	background-color: #699114;
	border: 1px solid #000000;
}
#topmenu p {
	color: #ffffff;
}
#topmenu a {
	position: relative;
	top: 2px;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 15px;
	border-right: 1px solid #000000;
}
#topmenu a:hover {
	text-decoration: underline;
}
#menu {
	position: absolute;
	margin-top: 5px;
	left: 5px;
	width: 160px;
	padding: 5px;
	border-right: 1px solid #000000;
	height: 70%;
}
#menubottom {
	position: absolute;
	top: 350px;
}
#drilldown {
	width: 600px;
	border: 1px solid #000000;
}
#content {
	/*width: 530px;*/
	padding: 10px;
	margin-left: 180px;
	height: 1%;
}
#footer {
	height: 1%;
	clear: both;
	font-size: 9px;
	margin-top: 20px;
}
#intropage {
	width: 500px;
	margin: 40px;
}
#intropage p {
	margin-bottom: 15px;
}
#row {
	clear: both;
	width: 100%;
}
#row1 {
	width: 200px;
	text-align: right;
	margin-right: 5px;
	float: left;
}
#row2 {
	width: 280px;
	float: left;
}
#row3 {
	width: 40px;
	text-align: right;
	margin-right: 5px;
	float: left;
}
#row4 {
	width: 120px;
	text-align: left;
	float: left;
}
#row5 {
	width: 80px;
	text-align: left;
	float: left;
}
#row6 {
	width: 160px;
	text-align:left;
	float: left;
}
#row7 {
	width: 60px;
	text-align: left;
	float: left;
	margin-right: 5px;
}
#row8 {
	width: 200px;
	text-align: left;
	float: left;
}
#sten {
	width: 350px;
	height: 40px;
	float: left;
	background-image: url(stenbar.gif);
	background-repeat: no-repeat;	
}
#stenbar {
	position: relative;
	padding: 0;
	left: 11px;
	top: 16px;
}
/*.answer {
	background-color: #f0f0f0;
}*/
.questionheader {
	margin: 10px 20px;
	width: 520px;
	clear: both;
	/*border: 1px solid #004a8c;
	background-color: #eaf4ff;*/
	
	padding: 5px;
}
.questionheader .border {
	/*margin: 3px;
	padding: 5px;
	border: 1px solid #004a8c;
	background-color: #ffffff;
	width: 100%;*/
}
.questionheader h1 {
	margin-bottom: 0px;
}
.question {
	margin: 10px 40px;
	padding: 10px;
	/*border: 1px solid #699114;*/
	width: 520px;
	clear: both;
	/*background-color: #effada;*/
}
/*.question .border {
	margin: 3px;
	padding: 5px;
	border: 1px solid #699114;
	background-color: #ffffff;
	width: 100%;
}*/
.question .body {
	/*border: 2px solid #004a8c;
	background-color: #eaf4ff;*/
	width: 100%;
	margin-bottom: 5px;
}
.question .answer {
	margin-left: 60px;
	/*float: left;
	width: 45%;*/
}
.question input {
	position: relative;
	top: 5px;
	left: 5px;
}
.questionfooter {
	width: 580px;
	text-align: right;
}
.questionfooter input {
	margin-top: 10px;
	width: 80px;
	padding-left: 5px;
}
#pagenumber {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 10px 20px;
	padding: 5px;
	clear: both;
}

/* print styles below here */

@media print {

	#hideit {
		display: none;
	}

}

/* mac hacks r us \*/

* html #menu {
	width: 171px;
}
* html #menubottom {
	top: 380px;
}
* html #content {
	/*width: 550px;*/
}
* html li {
	margin-bottom: 5px;
}

/* end of hackery */