#logos {
	display: none;
}

#affiliates {
	display: none;
}

#navigation {
	display: none;
}

h1 {
	display: none;
}

#full {
	display: none;
}

body {
	margin: 50px;
	background-color: #FFFFFF;
	background-image: url(/images/layout/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

li {
	margin-bottom: 10px;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dotted;
	border-bottom-color: #AEAEAE;
	border-bottom-width: 1px;
}

a { font-weight: bold; }
a:link	{ color: #1762C6; text-decoration: none; }
a:visited	{ color: #663399; text-decoration: none; }
a:hover	{ color: #D31141; text-decoration: underline; }
a:active	{ color: #368AD2; text-decoration: none; }

#copyright {
	font-size: .8em;
}