@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(banner.gif) no-repeat top center;
}

* {margin: 0px; padding: 0px;}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#content {
	width: 860px;
	margin: 180px 0px 0px 20px;
	padding-bottom: 30px;
}

p {font-size: .9em; line-height: 1.3em; color: #333333;}
ul p {font-size: .8em; margin-bottom: .5em;}
h1 {font-size: 1.2em; margin-bottom: .7em; color: #08889a;}
h2 {font-size: 1em; margin: 2em 0em .5em 0em; color: #666666;}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content li {

}
#content li a:link, #content li a:visited {
	color: #08889a;
	font-weight: bold;
	font-size: .85em;
	text-transform: uppercase;
}
#content li a:hover {
	text-decoration: none;
	color: #88ba2a;
}

.comingsoon {
	text-transform: uppercase;
	font-weight: bold;
	background-color:#FF9900;
	color: #FFFFFF;
	padding: 1px 3px;
	font-size: .7em;
	line-height: 1.5em;
}

.live {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #00CC00;
	color: #FFFFFF;
	padding: 1px 3px;
	font-size: .7em;
	line-height: 1.5em;
}


/*---------------------------- Form --*/

form {
	width: 50%;
	margin: 30px 0px 0px 0px;
}
form p {	
	font-weight: bold;
	color: #08879a;
	margin-top: 20px;
}
form a:link, form a:visited {
	text-decoration: none;
	color: #003366;
}
form a:hover {
	color: #990000;
}
.formError
{
	color: #FF0000;
}
fieldset {
	background-color: #daedf0;
	border: 1px solid #a9d5dc;
	margin-bottom: 1em;
	padding: 10px 20px;
}
fieldset#register {
	background-color: #fef1cc;
}

legend {
	position: relative;
	font-size: .7em;
	font-weight: bold;
	left: 0px;
	top: -1.5em;
	padding: 10px 0px -10px 0px;
	color: #08879a;
	text-transform: uppercase;
}
form ul {margin: 0px; padding: 0px; list-style: none;}
form li {margin: 10px 0px;}
label {
	font-size: .75em;
	float: left;
	margin-right: 1em;
	width: 6em;
	font-weight: bold;
	color: #333333;
}
input {
	width: 70%;
	font-size: .8em;
	margin-right: 5px;
	padding: 3px;
}
input.login {
	width: auto;
	margin-left: 6.5em;
}
input.course {
	width: auto;
}



