body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* Layout */

#header {

}

#sectiontitle {
	height: 50px;
	width: 100%;
}

#topbuttons {
	height: 30px;
	padding-left: 100px;
	width: 100%;
}

#sidemenu {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 100%;
}

#main {
	/* position: absolute;
	left: 200px; */
	margin-left: 200px;
	padding: 20px 20px 0px 20px;
	/* each section has body bg set, same as side and top */
	background-color: white;
	height: 100%;
}

/* Presentation */

#topbuttons a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 10px;
	padding: 10px;
	white-space: nowrap;
}

#sidemenu h1 {
	font-style: italic;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 20px;
}

#sidemenu table {
	/* make sure that buttons don't go right to the edge */
	padding: 0px 20px;
}

#sidemenu td a {
	display: block;
	text-align: center;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 10px;
	/* border: 1px solid white; */
	
	/* side menu HAS to wrap */
	/* white-space: nowrap; */
	/* border-style: outset;
	border-width: 3px;
	border-color: #dcdcdc #696969 #696969 #dcdcdc; */
}

#sidemenu td a:hover {
	/* border: 1px solid black; */
	/* border-style: inset;
	border-width: 3px;
	border-color: #696969 #dcdcdc #dcdcdc #696969; */
}

#sidemenu td a:active {

}

#main h1 {
	padding-bottom: 5px;
}

#main p {
	text-indent: 35px;
	padding: 10px 0px;

}

#main p.centerimg {
	text-indent: 0px;
	padding: 10px 0px;
	text-align: center;
}

#main a {
	text-decoration: none;
	font-weight: bold;
}

#main a:hover {
	text-decoration: underline;
}

#main .yesButton {
	background-color: #009933;
	text-align: center;
	display: block;
	padding: 2px;
	width: 120px;
	background-position: center;
	border: 2px solid #006633;
	color: #CCCCCC;
	font-weight: bold;
	position: relative;
	left: 150px;
	text-decoration: none;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main a:hover.yesButton {
	color: #fff;
	background-color: #00CC33;
	text-decoration: none;
}

#main .noButton {
	background-color: #990000;
	text-align: center;
	display: block;
	padding: 2px;
	width: 120px;
	background-position: center;
	border: 2px solid #660000;
	color: #CCCCCC;
	font-weight: bold;
	position: relative;
	left: 150px;
	text-decoration: none;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main a:hover.noButton {
	color: #fff;
	background-color: #660000;
	text-decoration: none;
}
