body
{
	background: #FFF url(../img/bkgd-paddle_vest2.gif) bottom right no-repeat fixed;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p:first-letter
{
	font-size: 20px;
	font-weight: bold;
}
ul
{
	padding-left: 15px;
	list-style: circle;
}
li
{
	padding-bottom: 10px;
}
a
{
	color: #DD6633;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
.rightmod
{
	float: right;
	border: 1px solid #75A3D0;
	text-align: center;
}
.separator
{
	height: 5px;
	padding: 5px 110px 5px 110px;
}

/* Alignment */
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}

/*Pane Positions*/
#center
{
	width: 300px;
	text-align: center;
	margin: 150px auto;	
}
#left, #intro
{
	float: left;
	width: 500px;
	overflow: hidden;
}
#right
{
	float: right;
	width: 425px;
	overflow: hidden;
}

/* News Module */
#news
{
	height: 480px;
	width: 300px;
	padding: 15px;
	margin-right: 15px;
}
#thumb span
{
	visibility: hidden;
	position: absolute;
	right: 100px;
	top: 0px;
	border: 1px solid #75A3D0;
	background-color: #FFF;
	padding: 5px;
	z-index: 0;
}
#thumb:hover span
{
	visibility: visible;
	z-index: 50;
}

/* Race Results */
#results, #morereading
{
	height: auto;
	width: 400px;
	padding: 5px;

}
#results .event
{
	display: block;
	font-weight: bold;
}
#results ul
{
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#results ul span
{
	display: none;
}
#results li
{
	font-size: 11px;
	padding: 5px 0px 0px 0px;
}
#results li:hover
{
	background-color: #DDD;
}
#results li ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#results li ul li
{
	padding: 0px 0px 0px 10px;
}

#buttons
{
	float: right;	
}
#buttons #toggleButton
{
	margin-left: 5px;
	border: 1px solid #75A3D0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
}
#buttons #toggleButton:hover
{
	color: #DD6633;
}

.pointer
{
	cursor: pointer;
}

/* Further Reading */
#morereading a
{
	font-weight: normal;
}