body{
	margin: 0px;
	background: #000;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
}

a{
	color: #F00;
}

a:hover{
	color: #F00;
}

h1{
	margin: 0px;
	font: normal 72px Arial;
	color: #000;
	text-align: center;
}

h2{
	margin: 0px 0px -18px 0px;
	font: normal 24px Arial;
	color: #000;
}

h3{
	margin: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
}

h5{
	margin: 0px 0px 0px 0px;
	font: normal 18px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}




/* IDs */

#header{
	position: relative;
	height: 14px;
	border-bottom: thin solid #F00;
	padding: 4px;
	background: #000;
	font-family: "Arial","Helvetica";
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

#header a{
	color: #FFF;
}

#header a:hover{
	color: #F00;
}

#headerleft{
	float: left;
}

#headerright{
	float: right;
	text-align: right;
}

#containercontainer{
	background: #FFF;
	padding-bottom: 20px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
}

#menu{
	margin: 15px 0px 20px 0px;
	text-align: center;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li{
	margin: 0px 13px 0px 13px ;
	padding: 0px;
	display: inline;
	color: #F00;
	font: normal 18px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a{
	text-decoration: none;
}

#menu a:hover{
	background: #F00;
	color: #FFF;
}

#submenu{
	margin: 15px 0px 20px 0px;
	text-align: center;
}

#submenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top-style: ridge;
	border-bottom-style: ridge;
}

#submenu li{
	margin: 0px 50px 0px 50px ;
	padding: 0px;
	display: inline;
	color: #000;
	font: normal 14px Arial, Helvetica, sans-serif;
}

#submenu a{
	text-decoration: none;
	color: #000;
}

#submenu a:hover{
	background: #000;
	color: #FFF;
}

#contractors{
	width: 480px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

#providers{
	width: 480px;
	padding-bottom: 20px;
	float: left;
}

#footer{
	margin-top: 0px;
	background: #000;
	color: #FFF;
	border-top: medium solid #F00;
	text-align: center;
}

#footercontainer{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 10px 0px 10px 0px;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: left;
}

#address{
	position: relative;
	padding-top: 25px;
	text-align: center;
	clear: both;
}

#validation{
	text-align: center;
	font-size: 10px;
}




/* Classes */

.bannerad{
	width: 468px;
	margin: 10px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.slogan{
	width: 650px;
	margin: 25px 0px 25px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.leftcolumn{
	width: 225px;
	margin-right: 35px;
	float: left;
	display: inline;
}

.column{
	width: 220px;
	margin: 0px 5px 0px 5px;
	float: left;
	display: inline;
}

.column ul{
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 18px;
	padding-left: 0;
}

.column li{
	padding-bottom: 1px;
}

.textimg{
	float: right;
	display: inline;
	padding: 5px 0px 0px 20px;
}

.titlerow{
	padding: 2px;
	background: #000;
	color: #FFF;
	font-weight: bold;
}

.row{
	padding: 2px;
}

.altrow{
	padding: 2px;
	background: #EDE;
}

.photocredits{
	padding-top: 20px;
	font: 11px Arial;
	font-style: italic;
}




/* Upcoming Education Table */

h4{
	margin: 0px 0px 0px 0px;
	padding-bottom: 50px;
	font: normal 24px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

.educationdate{
	width: 7%;
}

.educationcourse{
	width: 42%;
}

.educationlocation{
	width: 17%;
}

.educationdiscipline{
	width: 25%;
}

.educationcredits{
	width: 9%;
}

.alleducationcourse{
	width: 42%;
}

.alleducationprovider{
	width: 30%;
}

.coursedate{
	width: 18%;
}

.coursetime{
	width: 18%;
}

.courselocation{
	width: 24%;
}

.coursespeaker{
	width: 25%;
}

.courseregistration{
	width: 15%;
}

.providercourse{
	width: 66%;
}

.providerdiscipline{
	width: 25%;
}

.providercredits{
	width: 9%;
}





/* Form Style */

form.registration{
	float: left;
	font: normal 18px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	width: 700px;
	border-right: 6px;
}

form.registration fieldset{
	margin-bottom: 10px;
}

form.registration legend{
	padding: 0 2px;
	font-weight: bold;
	color: #000;
}

form.registration label{
	margin-left: 10px; /* Width plus 3 (html space) */
	display: inline-block;
	vertical-align: top;
	width: 240px; /* Width of labels */
}

form.registration em{
	font-weight: bold;
	font-style: normal;
	color: #F00;
}

form.registration fieldset ol{
	margin: 0;
	padding: 0;
}

form.registration fieldset li{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.registration fieldset fieldset{
	border: none;
	margin: 3px 0 0;
}

form.registration fieldset fieldset legend{
	margin-left: 0px; /* Width plus 3 (html space) */
	padding: 0 0 5px;
	font-weight: normal;
}

form.registration fieldset fieldset label{
	display: block;
	width: auto;
	margin-left: 123px; /* Width plus 3 (html space) */
}

form.registration select{
	width: 350px;
}

form.registration #formnote{
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-top: -550px;
}

form.registration #states{
	display: none;
}

form.registration #provinces{
	display: none;
}

form.registration #approved{
	color: #00FF00;
}

form.registration #pending{
	color: #FFFF00;
}

form.registration #denied{
	color: #FF0000;
}

form.registration .programlengthselect{
	margin-right: 50px;
	width: 75px;
}

form.registration .programdateselect{
	margin-right: 25px;
	width: 58px;
}

form.registration .programtimeselect{
	width: 58px;
}

form.registration hr{
	margin-top: 11px;
}

.error{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #F00;
}

#forminfo{
	float: right;
	margin: 10px 0px 0px 20px;
}

#forminfo img{
	margin-top: 20px;
	text-align: center;
}