@charset "UTF-8";
html, body, div {
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	color: #333;
	font-weight: normal;
	background-color: #8E939A;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
#containerFront {
	width: 800px;
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-top: 150px;
}
#containerFront strong{
	color:#000
}
span.whiteDetails {
	color: #FFF;
}

#bannerTop{
	height:30px;
	background-color:#F00;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	width:100%;
	text-align:center;
	padding-top:10px;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:2px;
	text-shadow:  1px 1px 2px #000;
}

#bannerTop a:link, #bannerTop a:visited {
	color:#FFF;
	padding-bottom:2px;
}
#bannerTop a:hover{
	color:#000;
	border:none;
	text-shadow:none;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#upperMenu {
	height: 15px;
	width: 800px;
	text-align: right;
	font-size: 10px;
	padding-top: 30px;
	color: #333;
}
#upperMenu a:link, #upperMenu a:visited, #containerFront a:link, #containerFront a:visited, #footBot a:link, #footBot a:visited{
	color:#900;
}
#upperMenu a:hover, #containerFront a:hover, #footBot a:hover{
	color:#000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#upperMenu a:active, #containerFront a:active, #footBot a:active {
	color:#900;
}
#banTop {
	background-image: url(/images/topheader.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 800px;
}
#mainContent {
	background-color: #FFF;
	width: 800px;
	min-height: 400px;
	padding-bottom: 40px;
}
#mainContent a:hover {
	color: #000;
	text-decoration: none;
}
#footBot {
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 800px;
	font-size: 10px;
	padding-top: 20px;
	text-align: justify;
	color: #333;
	margin-top: 0px;
}

.instMenuLinks a:link, .instMenuLinks a:visited{
	text-decoration: none;
	color: #333;
	text-align: center;
}
.instMenuLinks a:hover {
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
.sectionList {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.1em;
	background-color: #000;
}

.courseDivTop  {
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: bold;
	min-height: 13px;
	text-align:left;
	padding-bottom: 2px;
}
.courseDivMid  {
	font-size: 9px;
	min-height: 10px;
	font-weight:normal;
	color: #FFF;
	letter-spacing: 0.2em;
	margin-left: 0px;
	text-align: left;
	padding-bottom: 2px;
}
.courseDivBot  {
	font-size: 9px;
	min-height: 10px;
	color: #CCC;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight:normal;
}
.note {
	font-size: 9px;
	color: #666;
}
#rightContentMenu {
	background-color: #666B6F;
	width: 175px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-left: 25px;
	margin-right: 12px;
	margin-top: 40px;
	color: #FFF;
	float: right;
	text-shadow: 0px 0px 2px #333;
}
#rightContentMenu p {
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	color: #CCC;
	line-height: 16px;
}
#rightContentMenu ul {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	padding-top: -25px;
	text-align: left;
}
#rightContentMenu li {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #666B6F;
	margin-right: 4px;
	margin-left: 4px;
}
#rightContentMenu li.bot {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 10px;
	color: #CCC;
	text-align: right;
	min-height: 12px;
	max-height: 20px;
	background-color: #666;
}
.instTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 10px;
}
#leftContent {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	min-height: 250px;
	margin-left: 25px;
	margin-right: 25px;
}
.mainTitle {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #000;
	font-weight: bold;
	margin-left: -12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: -12px;
}
.optionTitle {
	font-weight: bold;
	color: #333;
	background-color: #F3F3F3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.signUpInfo {
	background-color: #F3F3F3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#regButton {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #F93;
	min-width: 20px;
	min-height: 20px;
	max-width: 150px;
	margin: 10px;
	text-align: center;
}
#regButtonRed {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	min-width: 20px;
	min-height: 20px;
	max-width: 150px;
	margin: 10px;
	text-align: center;
}
#regButton a:link, #regButton a:visited, #regButtonRed a:link, #regButtonRed a:visited, #leftFloaterDiv a:link, #leftFloaterDiv a:visited{
	color: #FFF;	
}
#regButton a:hover, #regButtonRed a:hover, #leftFloaterDiv a:hover{
	color: #000;
}
#leftFloaterDiv {
	font-size: 10px;
	color: #000;
	background-color: #F90;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	margin-top:-10px;
	max-height:20px;
}
#pictureList {
	list-style-type: none;
}
#pictureList ul {
	display: inline;
	margin-left: -10px;
	padding-left: 0px;
}
#pictureList li {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#rightContent {
	width: 175px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 30px;
	color: #FFF;
	float: right;
	min-height: 250px;
	display: block;
	padding-left: 15px;
}
.earlyReg {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.smallDetails {
	font-size: 10px;
	line-height: 12px;
	color: #999;
}
#regStep {
	width: 30px;
	float: left;
}
#studentOptions{
	background-color:#F7FAFF;
	padding:10px;
	border: thin solid #EDF4FF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}
#signIN{
	padding:10px;
	background-color:#9EC9FD;
	color:black;
	margin-right:-25px;
	margin-left:-25px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5495F9;
	border-bottom-color: #5495F9;
	margin-bottom:20px;
}
#signIN p{
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
#signIN ul{
	list-style-type: none;
}
#signIN ul li{
	float:left;
	min-width:230px;
	min-height:150px;
	max-height:150px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
}
.signINLeft{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #EFEFEF;	
}
.signINRight{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ccc;
	min-width:200px;
	max-width:200px;
}
#regContent {
	width: 400px;
	margin-left: 50px;
	font-size: 12px;
	color: #666;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#passBox{
	background-color:#F7FAFF;
	margin-left:-10px;
	padding:10px;
	border: thin solid #EDF4FF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom:15px;
}
#currentCourse {
	background-color: #E6E6E6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 200px;
	padding: 5px;
	margin-bottom: 30px;
	font-size: 9px;
	color: #666;
	float: right;
	border: thin solid #999;
	text-align: left;
	margin-top: 25px;
}
#regContent .text , #contactForm .text{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	width: 250px;
	background-color: #F1F1F1;
	border: thin solid #CCC;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;
	height: 20px;
	font-weight: bold;
	letter-spacing: .1em;
}
.regTitle {
	margin-left:-15px;
	font-size: 18px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#regInfo{
	font-size:9px;
	text-align:left;
	color:#666;
	line-height:12px;
	margin-top: 20px;
	margin-right:100px;
	background-color: #E6E6E6;
	padding: 10px;
	float: right;
	width: 200px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
}
#regContent a {
	font-size:10px;
	font-weight:normal;
}
.regRequired  {
	color: #EE4542;
}
#classSelected  {
	background-color: #666B6F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 250px;
	padding: 5px;
	font-size: 9px;
	color: #CCC;
	border: thin solid #999;
}
.paymentContainer {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #EDF2F1;
	padding: 5px;
	width: 325px;
	min-height:50px;
	border: thin solid #999;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: left;
}
.blackspan , b, strong{
	color: #000;
	font-weight: bold;
}
.redspan {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
.greenspan {
	color: #090;
	font-size: 12px;
	font-weight: bold;
}
.allCours {
	display: block;
	margin: 0px;
	list-style-type: none;
}
.allCours li{
	background-color: #E6E6E6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 250px;
	padding: 5px;
	font-size: 9px;
	color: #666;
	float: left;
	border: thin solid #999;
	text-align: left;
	margin: 15px;
}
.formButtons {
	font-size: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F00;
	padding:5px;
	text-align: center;
	float:left;
	margin-left:15px;
}
.formButtonsGo {
	font-size: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #093;
	padding:5px;
	text-align: center;
	float:left;
	margin-left:15px;
}
.formButtons a:link, .formButtons a:visited, .formButtonsGo a:link, .formButtonsGo a:visited {
	color: #FFF;
	text-decoration: none;
}
.formButtons a:hover, .formButtonsGo a:hover, .formButtons a:active, .formButtonsGo a:active {
	color: #000;
	text-decoration: none;
}
#mbImage .formButtons a:link, #mbImage .formButtons a:visited, #mbImage .formButtonsGo a:link, #mbImage .formButtonsGo a:visited {
	color: #FFF;
	text-decoration: none;
}
#mbImage .formButtons a:hover, #mbImage .formButtonsGo a:hover, #mbImage .formButtons a:active, #mbImage .formButtonsGo a:active {
	color: #000;
	text-decoration: none;
}
#courseLevels {
	list-style:none
}
#currentCourse select {
	width: 150px;
}
.teacherBio {
	color:#000;
	margin-right:15px;
	min-height:200px;
	margin-bottom:40px;
	}
.teacherBio .mainTitle{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.teacherBio img {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#policyViewer{
padding:20px;
height:580px;
overflow:auto;
color:#CCC;
margin-bottom:20px;
}

#policyViewer .regTitle {
	margin-left:-15px;
	font-size: 18px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.nuSignR{
	margin-left:10px;
	font-weight:bold;
	float:right;
	letter-spacing: .1em;
}
#leftContent li{
	padding-bottom:10px;

}
		
#signIN input.text {
	height: 20px;
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid #999;
	margin-bottom:10px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

