body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px;
}

#page_area {
	width: 703px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_bg.gif);
}

#content_area {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D8D8D8;
	text-align: left;
	padding: 8px;
	margin: 0px 0px 0px 0px;
	color: #000;
}

hr {
	color: #D8D8D8;
	background-color: #D8D8D8;
	border-style: none;
	height: 1px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #00F;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3E3E3E;
}

ul, ol {
	font-size: 9pt;
	line-height: 13pt;
	color: #3E3E3E;
}

p {
	font-size: 10pt;
	line-height: 13pt;
	color: #3E3E3E;
}

li {
	font-size: 9pt;
	line-height: 13pt;
	color: #3E3E3E;
}

p b, ul b {
	color: #666666;
}

p a, ul a {
	color: #3E3E3E;
}

p a:hover, ul a:hover {
	color: #FF0000;
}

.small {
	font-size: 8pt;
	color: #7E7E7E;
}

.small a {
	color: #7E7E7E;
	text-decoration: underline;
}

.small a:hover {
	color: #FF0000;
}

/*-----------Awards Table--------------------*/
.awards {
	font-size: 10px;
	color: #3E3E3E;
	width: 100%;
}

.awards thead {
	font-size: 11px;
	font-weight: bold;
}

.awards td {
	padding: 2px 4px 2px 2px;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #DADADA;
}

/*-----------Nav--------------------*/

.nav a
{
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.nav a:hover
{
	background-position: -260px 0px;
}

a#nav_home { background-image: url(images/nav_home.gif); }
a#nav_about { background-image: url(images/nav_about.gif); }
a#nav_schedule { background-image: url(images/nav_schedule.gif); }
a#nav_registration { background-image: url(images/nav_registration.gif); }
a#nav_sponsors { background-image: url(images/nav_sponsors.gif); }
a#nav_charity { background-image: url(images/nav_charity.gif); }
a#nav_pastevents { background-image: url(images/nav_pastevents.gif); }
a#nav_contact { background-image: url(images/nav_contact.gif); }
table tr #content_area table tr td {
	font-size: 12px;
}
