﻿BODY {
	font-family: Arial;
	font-size: 11pt;
}

IMG { border:0px; }

H1 {
	font-size: 16pt;
	font-weight: bold;
	color: #F0AA38;
}
.h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #F0AA38;
}

H2 {
	font-size: 10pt;
	font-weight: bold;
	color: #1E55A5;
}

.hidden {
	display: none;
	visibility: hidden;
}

DIV.links 
{
	padding-bottom: 10px;
}
/* orange: #F0AA38 blue: #1E55A5 */
DIV.heading
{
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 10px;
	color: #F0AA38;
}

DIV.headingBlue
{
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 10px;
	color: #1E55A5;
}

DIV.homepageColumn
{
	width: 230px;
	float: left;
	margin: 10px;
	font-size: 9pt;
}
DIV.homepageColumnHeader
{
	width:100%; 
	text-align:center;
	font-size: 12pt;
	color: #1E55A5;
	font-weight: bold;
}
DIV.homepageColumnSeperator
{
	height:850px;
	float:left;
	border-right: dashed 1px #F0AA38;
}

DIV.feedback
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dashed 1px #1E55A5;
}

.blue { color:#1E55A5; font-weight:bold; }
.orange { color:#F0AA38; font-weight:bold; }

A { color:#1E55A5; text-decoration:none; }
A:Hover { color:#F0AA38; text-decoration:none; }

A.header { color:#1E55A5; font-weight:bold; }
A:Hover.header { color:#F0AA38; font-weight:bold; }

A.leftcol { color:#1E55A5; font-weight:bold; }
A:Hover.leftcol { color:#FFFFFF; font-weight:bold; }

A.leftcolSmall { color:#1E55A5; font-weight:bold; font-size:10pt; }
A:Hover.leftcolSmall { color:#FFFFFF; font-weight:bold; }

.BlueItalics { color:#1E55A5; font-weight:bold; font-style:italic; font-size:11pt; }

/* Sponsors */
DIV.orangeSponsor {
	background-color: #F0AA38;
	color: #FFFFFF;
	width: 760px;
	font-size: 14pt;
	padding: 5px;
	padding-left: 10px;
}

DIV.blueSponsor {
	background-color: #1E55A5;
	color: #FFFFFF;
	width: 760px;
	font-size: 14pt;
	padding: 5px;
	padding-left: 10px;
}

TABLE.sponsor {
	width: 800px;
}

TD.sponsor_td2 {
	width: 400px;
	text-align: center;
}

TD.sponsor {
	text-align: center;
}

TD.sponsor_blueList 
{
	font-size:14pt;
	line-height: 20pt;
}

.release
{
	clear: both;
	font-size: 8pt;
}

/* Registration */
.registrationParticipant {
	margin-left: 40px;
}
.registrationParticipant TD {
	font-size: 11pt;
}
.registrationWizardStepTitle {
	color: #1E55A5;
	font-size:16pt;
	text-decoration: underline;
	margin-bottom: 10px;
}
.registrationWizardNavigationStyle {
	padding-left: 20px;
	padding-top: 20px;
}

.button {
	background-color: #F0AA38;
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	height: 25px;
}