body {
	background-color:#D9E1B3;
	margin:0;
	padding:0;
}
td { padding:5px 8px; }

body, td, input, select, textarea {
	font-family:Verdana,Arial,Helvetica,sans serif;
	font-size:11pt;
}

h1, h2 { color:#40481A; }
h1 { letter-spacing:-1px; }
li { margin-bottom:3px; }
#everything {
	position:relative;
	left:50%;
	margin-left:-365px;
	width:720px;
}
#allpad, #header { border:2px solid #CAD596; }
#allpad {
	position:relative;
	padding:5px 30px 12px 30px;
	background-color:#fff;
	border-top-width:0;
}
#header {
	position:relative;
	font-family:Georgia,Palatino,Times New Roman,serif;
	background-color:#F1F4E2;
	background-image: -moz-linear-gradient(top, #F1F4E2, #EAEFD5 45%, #EAEFD5 70%, #F1F4E2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F1F4E2), color-stop(45%, #EAEFD5), color-stop(70%, #EAEFD5), to(#F1F4E2));
}
#inheader {
	position:relative;
	left:50%;
	margin-left:-365px;
	width:720px;
	text-align:center;
}
#header h1 {
	font-size:22pt;
	color:#b00;
}
#logo {
	position:relative;
	float:left;
	margin:0 15px 0 20px;
}
#buyform p {
	margin-left:25px;
	text-indent:-25px;
}
#programs {
	float:right;
	position:relative;
	margin:0 -42px 10px 15px;
	width:200px;
	text-align:center;
}
.progsection {
	position:relative;
	border:1px solid #4066B3;
	background-color:#fff;
	margin-bottom:9px;
}
#programs img {
	margin:10px 0;
	border:0;
}
#programs h2 {
	color:#fff;
	background-color:#4066B3;
	padding:5px 10px;
	font-size:13pt;
	text-align;left;
}

.tablehead {
	font-weight:bold;
	color:#fff;
	background-color:#4066B3;
}
.rowhead {
	font-weight:bold;
	background-color:#e3e3e3;
	text-align:left;
}
.tablehead td { text-align:left; }
.indent { margin-left:25px; }
.indent p { text-indent:25px; }
.hilite { background-color:#ff3; }
.togglebutton {
	cursor:pointer;
	font-size:110%;
	letter-spacing:-1;
	font-weight:bold;
	width:300px;
	height:40px;
	border:6px solid;
	margin:8px 0 0 100px;
}
.unhoverbutton {
	border-top-color:#900;
	border-left-color:#900;
	border-right-color:#600;
	border-bottom-color:#600;
}
.hoverbutton {
	border-top-color:#090;
	border-left-color:#090;
	border-right-color:#060;
	border-bottom-color:#060;
}
