body, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #fff;
}

div#pagehead {
	top: 0;
	left: 0;
	height: 249px;
}

h1#toptitle {
	position: absolute;
	top: 72px;
	left: 59px;
}

img#topright {
	position: absolute;
	top: 0;
	right: 0;
}

div#leftmenu, div#rightmenu, #maincontent .close, .noprint {
	display: none;
}

div#maincontent {
	margin: 20px 10px;
}

div#pagefoot {
	clear: both;
	margin: 10px;
	font-size: .75em;
}

h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h2, h3, h4 {
	font-weight: normal;
	margin-bottom: .5em;
}
h2 {
	margin-top: 0;
}
h2.follow, h3, .sectiontop {
	margin-top: .75em;
}

p {
	margin-bottom: .5em;
}
#maincontent p, #maincontent li {
	font-family: Optima, Georgia, serif;
}

p.note {
	font-size: .8em;
}

#maincontent ul {
	margin-left: 44px;
	margin-bottom: .5em;
}
#maincontent li {
	margin-bottom: .25em;
}
#maincontent li ul {
	margin-left: 18px;
}
#maincontent li ul li {
	list-style: square;
	margin: 0;
}

a {
	color: #b03822;
	text-decoration: none;
}
a:visited {
	color: #842a1a;
}
a:hover {
	color: #b03822;
	text-decoration: underline;
}

a.extract {
	font-style: italic;
}

img {
	border: 0;
}

.imleft, .imright {
	position: relative;
	border: 1px solid #cdccca;
	padding: 0;
}
.nobox {
	border: none;
}
.imleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.imright {
	float: right;
	margin: 5px 0 10px 15px;
}
.clearight {
	clear: right;
}
.imfirst {
	margin-top: 0;
}
.imleft img, .imright img {
	display: block;
}
.noclear {
	clear: none;
}

.extravert {
	margin: 3px 0;
}

.indent {
	margin-left: 25px;
}
.indent p, .indent li {
	font-size: 90%;
}

.boxhead {
	width: 100%;
	display: block;
	color: #b03822;
}
.boxhead h3, .boxhead h4 {
	padding: 3px 0 5px 0;
}
.box {
	display: block;
}

a.scorelink {
	margin-top: 0;
	background-color: #5b5150;
	color: #fff;
}
a.scorelink:hover {
	background-color: #cdccca;
	color: #b03822;
	text-decoration: none;
}
#maincontent p.caption {
	margin-bottom: 0;
	padding: 3px 5px 4px 5px;
	font-family: Verdana, sans-serif;
	font-size: .75em;
	text-align: center;
}
.photo {
	font-size: .5em;
	font-style: italic;
}

fieldset {
	margin-top: 5px;
	padding: 8px 0 4px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cdccca;
}
#maincontent fieldset ul {
	margin-left: 0;
}
fieldset ul li {
	list-style: none;
	list-style-position: inside;
}
fieldset ul li label {
	display: inline-block;
	width: 25%;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}
.finput {
	border: 1px solid #cdccca;
	width: 60%;
}
textarea.finput {
	margin: 4px 0 0 4px;
}
label#sslabel {
	margin-top: 2px;
}
li#securitysum input {
	width: 6%;
}
.btn {
	margin-left: 4px;
	background-color: #5b5150;
	color: #fff;
	border: none;
	padding: 6px;
}
