body
{
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 800px;
}

.p16
{
	font-weight: bolder;
	font-style: italic;
	font-size: 16px;
}

td
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

input
{
	background-color: #FFFFFF;
}

#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;
}

#headerRunner1
{
	background-image: url(../img/logoSplash.jpg);
	background-repeat: no-repeat;
	background-color: #E3E3FF;
	height: 97px;
}

#headerRunner2
{
	background-color: #7171C9;
	height: 10px;
	font-size: 1px;
}

#headerRunner3
{
	background-color: #4F4F8D;
	height: 5px;
	font-size: 1px;	
}

#menu
{
	position: relative;

	width: 215px;
	float: left;
	
	top: 35px;
	left: 15px;
	
	margin-right: 10px;
	
	background-color: #FFFFCC;
}

.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;
}

#contentWrap
{
	width: 800px;
	min-height: 500px;
	_height: 500px;

	padding: 0;
	margin: 0;

	text-align: left;
	
	background-color: #FFFFCC;
	background-image: url(../img/dot.jpg);
	background-repeat: repeat;
	font-size: 1px;
	
/*	display: table;*/
	display: table-row;
}

.content
{
	float: left;
	width: 545px;
	_width: 525px;
	min-height: 520px;
	_height: 520px;
	/*height: 450px;*/

	font-size: 12px;
	margin-left: 10px;
	margin-right: 20px;
	background-color: #FFFFCC;
	z-index: 110;
}

.contentDIV
{
	padding: 30px;
	float: left;
	font-size: 1px;	
	background-color: #FFFFCC;
}

.contentCME
{
	float: left;

	width: 490px;
	float: left;
	position: inherit;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 20px;
	background-color: #FFFFCC;
	background-image: url(../img/dot.jpg);
	background-repeat: repeat;
	z-index: 110;
}

.contentDIVCME
{
	display: inline;
	padding: 0px;

	font-size: 1px;	
	background-color: #FFFFCC;
	background-image: url(../img/dot.jpg);
	background-repeat: repeat;
}
	
.content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.specialCaps p
{
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}
	
#footer
{
	clear: both;
	height: 5%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	font-size: 1px;	
}

.footerArea
{
	float: left;
	height: 15px;
	width: 800px;
	clear: both;
	z-index: 110;
	visibility: visible;
}

.footerRunner1
{
	top: 0px;
	left: 0px;
	
	height: 5px;
	width: 800px;
	
	background-color: #E3E3FF;
	
	visibility: visible;
	clear: both;
	
	z-index: 110;
}

.footerRunner2
{
	top: 6px;
	left: 0px;
	
	height: 10px;
	width: 800px;
	
	background-color: #7171C9;
	
	visibility: visible;
	clear: both;
	
	z-index: 110;
}

.sponsor
{
	float: left;
	background-color: #FFFFCC;
	margin-top: 15px;
}

.logo
{
	position: absolute;
	
	left: 670px;
	top: 0px;
	
	visibility: visible;
	z-index: 100;
}

.logoText
{
	position: absolute;
	top: 0px;
}

.errorText 
{
	color: #FF0000;
}

.textBold14
{
	font-size: 14px;
	font-weight: bold;
}

.pageTagline
{
	clear: both;
	float: left;
	width: 800px;
	font-size: 12px;
	visibility: visible;
}

#imageContainer
{
	position: relative;
	margin: auto;
}

#imageContainer img
{
	display: none;
	position: absolute;
	top: 20px;
	left: 260px;
	

}
