body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}



h1{
	margin: 0px 0px 5px 0px;
	width:100%;
	height: 20px;
	text-indent: -2000px;
	background: no-repeat top left;
}

h2{
	margin: 0px 0px 0px 0px;
	width:100%;
	height: 16px;
	text-indent: -2000px;
	background: no-repeat top left;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color:#FF6600;
	text-decoration:none;
	}
a:hover {
	color:#FF3300;
	}
	
.footerNav {
	padding:8px;
	}
.footerNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding-right:10px;
	}
.footerNav a:hover {
	color:#FFFFFF;
	}

/*Index*/
.indexintro {
	font-size: 13px;
	background-image: url(images/index/introBG.gif);
	padding: 0px 20px 0px 20px;
	}
.indexregister {
	background-image: url(images/index/registerBG.gif);
	padding: 0px 20px 0px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	page-break-inside:avoid;
	line-height: 140%;
	}

/*END Index*/

.register {
	background-image:url(/images/registrationBG.gif);
	padding: 0px 15px 0px 15px;
	}
	
	
/*  Styles added by Steve for the DIV that wraps around the main and sub header images  */

.mainHeadImage {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 22px;
	border: 0px solid red;
}

.subHeadImage  {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	border: 0px solid blue;
	vertical-align: middle;
}
.subHeadText {
	border-bottom: 1px solid black;
	margin: 0px -0px 2px -0px;
	font-weight: bold;
	font-size: 11px;
}

.subHeadText em {
	font-weight: normal;
	margin-left: 5px;
}


.subHeadTextTableRow {
	border-bottom: 1px solid black;
	margin: 0px -3px 0px -2px;
	font-weight: bold;
	font-size: 11px;
}

.textBlock {
	margin: 0px 25px 16px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	page-break-inside:avoid;
	line-height: 140%;
}

.backToTop {
	margin-right: 25px
	padding: 0px 10px 0px 0px;
	width: 100%;
	text-align: right;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.textBlock ul {
	margin-left: 15px;
	padding: 0px 0px 0px 0px;
}

.textBlock ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(images/bullet.gif);
}	



#registrationTable td {
	line-height: 100%;
	padding: 5px 0px 5px 0px;	
}


/*** The following styles were copied from 'registration.css' and modified by SPJ  ***/

.registrationTable {
	width: 700px;
	margin: 0px 0px 0px 0px;
}

.registrationTable table { border: 0px solid white;}   						/*** outline the outermost tables ***/
.registrationTable table table table { border: 0px solid white;}		/*** interior tables get NO outline ***/
.registrationTable .label { width:30%; }
.registrationTable .element { }


.registrationTable input, .registrationTable input.element {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;

        padding: 2px 2px 2px 2px;
        margin: 2px 0px 2px 0px;
}

.registrationTable select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        border-top: 1px #808080 solid;
        height: 20px;
}

.registrationTable h4 {
	border-bottom: 1px solid black;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 11px;
}

.registrationTable .label b {
	color: #BE1010;
	font-weight: normal;
	}

.registrationTable .label ul li {
	height: 15px;	
	padding-left: 10px;
	list-style-image: url(/images/stop.gif);
	vertical-align: middle;


	}
.goButton {
	vertical-align: middle;
}

td.odd 
	{
	background: white;
	}

td.even
	{
	background: #EBEBEB;
	} 
	
th	{
	text-align: left;
	}
	
#sidebar p
{

	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	page-break-inside:avoid;
	line-height: 140%;
}

#sidebar p
	{
	color: #333;
	}
	
.red
	{
	color: red;
	}	
