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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	line-height: 45px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	margin-right: 15px;
}
#pageheads {
	height: 180px;
	color: #FFFFFF;
	text-indent: 345px;
	font-size: 12px;
	font-weight: normal;
}
.pageheadLarge {
	line-height: 180px;
	font-weight: normal;
	font-size: 24px;
}
#menu {
	position: absolute;
	left: 45px;
	width: 230px;
	padding: 25px 5px 5px 5px;
}

.button {
	margin: 2px 0 0 0;
	display: block;
	border-bottom: 1px solid;
	list-style-type: none;
}
.button a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	padding-left: 2px;
	height: 22px;
	font-weight: bold;
}

#topic {
	margin-top: 25px;
}

#content {
	margin-left: 285px;
	padding: 25px;
}

#content h1, h2, h3, h4, h5 {
	margin-top: 15px;
	font-size:14px;
}
#content p {
	margin-top: 15px;
}
.redletter{
	font-weight: bold;
}
#validators {
	left: 45px;
	bottom: 15px;
	text-align: center;
	width: 240px;
	border: none;
}
#validators a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}
#validators a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#validators a img {
	border: none;
}
.disclaimer{
font-size: 10px;
}
