@charset "utf-8";
/* CSS Document */

/*CANCEL ALL STYLES*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
/*	background: transparent; */
}
body {
	line-height: 1;
}
#menu.ol, #menu.ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* NEW STYLES */

body {
background: #000000;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

p {
margin: 10px 0px 10px 0px;
}

a {
font-weight: bold;
color: #FFFFFF;
}

h1 {
font-size: 20px;
margin: 18px 0px 15px 0px;
}

h2 {
font-size: 14px;
}

.fakeH {
font-size: 14px;
}

ul {
padding-bottom: 15px;
list-style: outside;
}
li {
margin-left: 15px;
margin-bottom: 7px;
}

#container {
width: 899px;
}

#homeWrapper {
background: url(../images/homeBg.jpg);
width: 899px;
height: 742px;
}

#homeMenu {
position: relative;
top: 47px;
left: 658px;
width: 201px;
}

#homeFooter {
	position: relative;
	top: 440px;
	left: 16px;
	width: 850px;
}

.footCell {
font-size: 10px;
}

#banner {
width: 899px;
height: 84px;
background: url(../images/pageBanner.jpg);
}

#menu {
width: 899px;
} 
#menu ul
{
    list-style:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
#menu li
{
    float:left;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
#menu li a img
{
    float:left;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
/* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/* End hide */
.main {
background: #0d1c4c url(../images/pageBackground.jpg) no-repeat top left;
}

#text {
padding: 15px 15px 15px 452px;
width:420px;
min-height:500px;
height: auto !important;
height: 500px;
}

.spacer {
height: 1px;
clear: both;
overflow:hidden;
}

.xxPadding {
padding-bottom: 18px;
}

.listBox {
position: relative;
width: 100%;
height: 80px;
margin-bottom: 4px;
}

.lbBackground {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 80px;
background: #FFFFFF;
filter:alpha(opacity=10);
-moz-opacity:.10;
opacity:.10;
}

.lbText {
padding: 10px;
position: absolute;
top: 0px;
left: 0px;
}

.presentationsThumb {
float: right;
margin-left: 12px;
}

.biosThumb {
float: right;
margin-left: 12px;
margin-bottom: 12px;
}

.regMain {
background: #0d1c4c url(../images/regBackground.jpg) no-repeat top left;
padding-top: 25px;
}

.reg {
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 385px;
}



.reg .background {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #FFFFFF;
filter:alpha(opacity=10);
-moz-opacity:.10;
opacity:.10;
}

.reg .text {
position: absolute;
top: 0px;
left: 0px;
padding: 0px 25px 20px 25px;
}

.formRow {
margin-bottom: 20px;
}

.formLeft {
float: left;
width: 150px;
margin-right: 20px;
}

.formRight {
width: 150px;
float: left;
}
.error
{
    color:Red;
    font-weight:900;
}
.info
{
    color:Green;
    font-weight:900;
}
.msg
{
    display:block;
    margin-bottom:10px;
    
}
/* Stuff for the Post-Test System */
.QuestionPadding
{
    padding:10px 0px 10px 20px;
   
}
.QuestionPadding Input
{
    margin-left:-20px;
}
.QuestItem
{
    padding:0px 0px 10px 20px;
}
.cor{background:url(../images/icoRight.gif) no-repeat top left;}
.incor{background:url(../images/icoWrong.gif) no-repeat top left;}
