body
{
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#spacer 
{
	height: 95%;
	float: left;
	width: 0px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}

#headerWrap
{
	width: 800px;
	padding: 0;
	margin: 0;
	
	visibility: hidden;
}

#headerRunner1
{
	background-image: url(../img/logoSplash.jpg);
	background-repeat: no-repeat;
	background-color: #E3E3FF;
	height: 97px;
	
	visibility: hidden;
}

#headerRunner2
{
	background-color: #7171C9;
	height: 10px;
	font-size: 1px;
	
	visibility: hidden;
}

#headerRunner3
{
	background-color: #4F4F8D;
	height: 5px;
	font-size: 1px;	
	
	display: none;
}


#contentWrap
{
	width: 800px;

	padding: 0;
	margin: 0;

	text-align: left;
	
	background-color: #FFFFCC;
	background-image: url(../img/dot.jpg);
	background-repeat: repeat;
	font-size: 1px;
	
	display:table;
}

#menu
{
	position: relative;

	width: 215px;
	float: left;
	
	top: 35px;
	left: 15px;
	
	margin-right: 10px;
	
	background-color: #FFFFCC;
	display: none;
}

.menuItemHeaderON
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	
	border: 0px;
	margin: 0px;
	
	color: #9A5D82;
}

.menuItemHeaderON a
{
	text-decoration: none;
	color: #9A5D82;
}

.menuItemHeaderON a:hover
{
	text-decoration: none;
	color: #7171C9;
}

.menuItemHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	
	color: #4F4F8D;
}

.menuItemHeader a
{
	text-decoration: none;
	color: #4F4F8D;
}

.menuItemHeader a:hover
{
	text-decoration: none;
	color: #7171C9;
}


.menuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #000000;
}

.menuItem a
{
	text-decoration: none;
	color: #000000;
}

.menuItem a:hover
{
	text-decoration: none;
	color: #7171C9;
}

.menuItem ul
{
	position: relative;
	top: -12px;
	
	list-style: none;
	line-height: 14px;
	margin-bottom: -5px;
}

.content
{
	float: left;
	width: 565px;
	min-height: 300px;
	font-size: 12px;
	margin-left: 10px;
	background-color: #FFFFCC;
	z-index: 110;
	
	position: absolute;
	left: 0px;
	top: 95px;
}

.contentDIV
{
	padding: 30px;
	float: left;
	font-size: 1px;	
	background-color: #FFFFCC;
}
	
.content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
	
#footer
{
	clear: both;
	height: 5%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	font-size: 1px;
	display: none;
}

.footerArea
{
	float: left;
	height: 15px;
	width: 900px;
	clear: both;
	z-index: 110;
	display: none;
}

.footerRunner1
{
	top: 0px;
	left: 0px;
	
	height: 5px;
	width: 800px;
	
	background-color: #E3E3FF;
	
	display: none;
	clear: both;
	
	z-index: 110;
}

.footerRunner2
{
	top: 6px;
	left: 0px;
	
	height: 10px;
	width: 800px;
	
	background-color: #7171C9;
	
	display: none;
	clear: both;
	
	z-index: 110;
}

.sponsor
{
	float: left;
	background-color: #FFFFCC;
	margin-top: 15px;
	
	display: none;
}

.logo
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	

	z-index: 100;
}

.errorText 
{
	color: #FF0000;
}

.textBold14
{
	font-size: 14px;
	font-weight: bold;
}

.pageTagline
{
	display: none;
}