body {
	margin: 0px;
	background-color: #D0B5DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#divHeader {
	background-color: #000000;
}
#divTopBorder {
	background-color: #804994;
	height: 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#divNav {
	padding-top: 20px;
	float: right;
	width: 149px;
	color: #000;
	background-color: transparent;
	font-size: .8em;
}
#divContent {
	padding: 20px;
	margin-right: 145px;
	border-right: 1px solid #000000;
	background-color: #E8E8E8;
	font-size: .8em;
}
#divContent p {
	line-height: 1.4em;
	margin-top: 0px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	background-image: url(/assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 1em;
	vertical-align: top;
}
#divContent ul {
	margin-left: 1em;
}
#divNav a:link, #divNav a:visited, #divNav a:active {
	text-decoration: none;
	color: #000;
}
#divNav a:hover {
	text-decoration: underline;
}
#divFooter {
	background-color: #000;
	color: #fff;
	padding: 3px 3px 3px 55px;
	font-size: 0.7em;
	background-image: url(assets/newriderslogo.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	height: 48px;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px .5em 0px;
	color: #804994;
	font-weight: bold;
	clear: left;
	font-variant: small-caps;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
div.borders {
	clear: left;
}
div.long {
	border-top: 1px solid #000;
	clear: left;
}
div.short {
	margin: 0px 0px 3px 120px;
	border-top: 2px solid #000;
}
#imgNewRidersLogo {
	float: left;
	margin-right: 5px;
}
div.clearFloat {
	clear: both;
}
#divFooter a:link, #divFooter a:visited, #divFooter a:hover, #divFooter a:active {
	color: #fff;
} 
table, td, th {
	border-collapse: collapse;
	border: 1px solid #000000;
}
td, th {
	padding: 4px;
	vertical-align: top;
}
a:link {
	color: #804994;
}
img.authorpic {
	float: left;
	padding-right: 10px;
}
