body {
	background-color: #999999;
	text-align: center;
	margin: 0;
	padding: 0;
}
input {
	margin: 2px;
}
p {
	margin: 1em 0;
}
#container {
	width: 800px;
	height:800px;
	margin: 10px auto 0 auto;
	text-align: left;
}
#header {
	background: #CCC;
	background-image: url(images/wsc-logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 120px;
	width: 100%;
	position: relative;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #692E00;
	position: relative;
	float: left;
}
#sidebar a:hover {
	color: #CFA753;
	text-decoration: underline;
}
#sidebar a {
	color: #FFF;
	text-decoration: underline;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	color:#FFF;
	text-align: center;
	height: 36px;
	width: 100%;
	background: #000;
	position: relative;
}
#navbar a {
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #CFA753;
	text-decoration: underline;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 40px;
	padding-right: 40px;
	background: #FFF;
	position: relative;
	float: left;
}
#content a {
	color: #361700;
	text-decoration:underline;
}
#content a:hover {
	color: #B54F00;
	text-decoration: underline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #CCC;
	background-image: url(images/eho-logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 570px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	float: left;
}
.spacer {
	background: #FFF;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	height: 2px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #692E00;
	font-weight: normal;
	font-size: 18px;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
.tableText a {
	color: #361700;
	text-decoration:underline;
}
.tableText a:hover {
	color: #B54F00;
	text-decoration: underline;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.bigtext a {
	text-decoration: none;
	color: #FFF;
}
.bigtext a:hover {
	text-decoration: underline;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}
.smallText a {
	color: #7E2817;
	text-decoration: underline;
}
.smallText a:hover {
	color: #333;
	text-decoration: underline;
}
ul.checklist {
	list-style-image:url(images/check.jpg);
	line-height: 35px;
}
ul.arrows {
	list-style-image: url(images/arrow.gif);
	margin: 0px;
	padding-left: 10px;
	line-height: 20px;
}
#cunat-logo {
	background-image: url(images/cu-logo-sm.jpg);
	display:block;
	text-indent: -9999px;
	height:50px;
	width:40px;
	position: absolute;
	bottom: 0px;
	float: left;
}

