/* Body and global styles */
body {
	background-color:#E3F8FB;
	margin:0px;
	padding:0px;
	font-size:62.5%;
	font-family:Arial, Helvetica, verdana, sans-serif;
	color:#000000;
}

p {
	line-height: 1.6em;
}

/* A container for ALL content */
#allcontent {
	background-color:#FFFFFF;
	width:754px;
	font-size:1.2em;
	padding:0px;
	margin:0px auto 0px auto;
	border-left:1px solid #007CA8;
	border-right:1px solid #007CA8;
}
/* The header bar */
#header {
	border-bottom:1px solid #007CA8;
	background-image:url(images/header_bg.jpg);
	height:90px;
	background-position:center center;
	background-repeat:repeat-y;
	padding: 5px 5px 0px 0px;
}
#header h1 {
	display:none;
	visibility:hidden;
}
h2.lineabove {
	border-top:1px dotted #007CAB;
	padding-top:8px;
	margin:0px 20px;
	}
h2#clearnone {
	clear:none !important;
	}
/* The menu bar */
#menu {
	font-size: 12px;
	width:100%;
	height:2.2em;
	background-color:#E3F8FB;
	text-align:right;
	border-bottom:1px solid #007CA8;
}
#menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
/* A menu item from the horizontal menu... */
#menu li {
	display:inline;
	margin:0px;
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	padding: 5px 12px 5px 12px;
	display: inline; 
	float: left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #007CA8;
	border-right: 1px solid #007CA8;
	text-decoration: none;
	color: #007CA8;
	font-weight: bold;
	background-color: #96CFDA;
}
#menu li a:hover {
	padding:5px 12px 5px 12px;
	display:inline;
	float:left;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-top:1px solid #007CA8;
	border-left:1px solid #007CA8;
	text-decoration:none;
	color:#007CA8;
	font-weight:bold;
	background-color:#FFFFFF;
}
#menu li a.current:link, #menu li a.current:active, #menu li a.current:visited {
	padding:5px 12px 5px 12px;
	display:inline;
	float:left;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #007CA8;
	border-right:1px solid #007CA8;
	text-decoration:none;
	color:#007CA8;
	font-weight:bold;
	background-color:#96CFDA;
}
/* The holder for main content */
#content {
	padding:0px 30px 15px 30px;
}
#fronttext {
	padding:0px 10px 0px 230px;
}

#content h2 {
	font-size: 1.6em;
}

#content h2, #content h3, #content h4, #content h5 {
	clear:both;
}
#content #fronttext h3 {
	clear:none;
}
#content h5 {
	font-size:1.0em;
	font-weight:bold;
}

#content li {
	list-style-image: url(images/bullet.gif);
	padding: 0px;
	margin: 0px;
	list-style-position:inside;
	line-height: 1.6em;
}
#content a:link, #content a:visited, #content a:active {
	color:#007CA8;
	text-decoration:none;
	font-weight:bold;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #007CA8;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}
#content table {
	width:80%;
	background: #96CFDA;
	border:1px solid #007CA8;
	margin:0px auto 0px auto;
}
#content td {
	padding: 0.5em;
	background: #E3F8FB;
	text-align:center;
	border-top: 1px solid #E3F8FB;
	border-left: 1px solid #E3F8FB;
	border-right: 1px solid #E3F8FB;
	border-bottom: 1px solid #E3F8FB;
}
#content td.price {
	width:10%;
}
#content td p {
	margin:0px;
}
#bigbutton {
	width: 376px;
	height: 66px;
	/*width:50%;
	padding:10px;
	margin:20px auto 30px auto;*/
	text-align:center;
	/*border-top: 2px solid #E3F8FB;
	border-left: 2px solid #E3F8FB;
	border-right: 2px solid #007CA8;
	border-bottom: 2px solid #007CA8;*/
	font-weight:bold;
	background: url(images/bigbutton.jpg) left top no-repeat;
	padding: 12px 0px 0px 0px;
	margin: 20px auto 20px auto;
}

.flashbutton {
	width: 45%;
	padding: 10px;
	margin: 0px 10px 0px 20px;
	text-align: center;
	border-top: 2px solid #E3F8FB;
	border-left: 2px solid #E3F8FB;
	border-right: 2px solid #007CA8;
	border-bottom: 2px solid #007CA8;
	font-weight: bold;
	background: #E3F8FB;
	float: right;
}

.flashfloatright {
	float: right; 
	margin:0px 20px 10px 20px;
	width: 45%;
	padding: 0px;
	text-align: center;
}	

#bigbutton a:link, #bigbutton a:visited, #bigbutton a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#bigbutton a:hover {
	text-decoration:underline;
}
.frontimage {
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #000000;
}
.fronttest {
	clear:left;
	float:left;
	margin:0px 20px 30px 10px;
	border:0px solid #007CA8;
}
.floatleft {
	float:left;
	margin:0px 10px 10px 30px;
	border:1px solid #007CA8;
}
.floatleft2 {
	float:left;
	margin:0px 10px 10px 0px;
}
.floatright {
	float:right;
	margin:0px 0px 0px 20px;
	border:1px solid #007CA8;
}
.floatright2 {
	float:right;
	margin:0px 0px 10px 20px;
}
.progressbar {
	margin:20px 0px 20px 0px;
	text-align:center;
}
.backnext {
	text-align:center;
}
.backnext a img {
	border:0px;
}
.formdesc {
	margin:5px 0px 5px 50px;
}
/* The footer bar */
#footer {
	clear:both;
	border-bottom:1px solid #007CA8;
	border-top:1px solid #007CA8;
	padding:4px;
	background-image:url(images/footer_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
#footer p {
 	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
}
/* the login box */
#login {
	float: right;
	color: #FFFFFF;
	text-align: right;
}
#login a:link, #login a:visited {
	color: #FFFFFF;
}

fieldset#course {
  border-style: none;
}
fieldset#course label {
  font-weight: normal;
  float: left;
  clear: both;
  margin-left: 30px;
  width: 600px;
}
form#register2 label {
  font-weight: bold;
}
form#register3 label {
  font-weight: bold;
  width: 100px;
  float: left;
}