body {
	margin: 0;
	padding: 0;
	background-color: #a3a3a3;
	color: white;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	background-color: white;
	color: black;
	margin: 30px 40px 30px 40px;
	padding: 10px;
}
#header a:link, #header a:visited {
	color: black;
	text-decoration: none;
}
#header-bottom {
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	height: 1%;
}
#header-bottom ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
}
#header-bottom li {
	display: inline;
	background-color: white;
	color: black;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color: black;
}
#header-bottom a:hover {
	color: #a3a3a3;
}
#tagline {
	font-weight: bold;
	background-color: white;
	color:black;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 400px;
	float: left;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content {
	margin: 0 0 0 0;
	border: 1px solid #a3a3a3;
	background-color: white;
	color: black;
}
#content .inner {
	margin: 10px 20px 10px 40px;
}
#content .inner h3 {
	color: black;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 110%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
	color: black;
	text-decoration: none;
}
#content .inner h3 a:hover{
	color: #a3a3a3;
	text-decoration: none;
}
#content .inner p {
	color: black;
}
#content .inner p a:link, #content .inner p a:visited {
	color: black;
}
#content .inner p a:hover{
	color: #a3a3a3;
}
#content .inner .error {
	color: red;
}
#content .inner .success {
	font-style: bold;
}