#listbox {
	border: 1px solid #2c4593;
	background: #fff;
	margin: 80px auto;
	height: 330px;
	width: 550px;
	text-align: center;
	color: #2c4593;
	padding: 20px 0px 0px 0px;
}
#listbox a, #listbox a:hover { color:#2c4593; }
#loginbox {
	border: 1px solid #2c4593;
	background: #fff;
	margin: 140px auto;
	height: 201px;
	width: 305px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #2c4593;
}
#loginbox a {
	color:#e3303d;
}
#examboxcontainer {
	margin: 79px auto;
	width: 550px;
	padding: 0px;
}
#exambox {
	border: 1px solid #2c4593;
	background: #fff;
	width: 525px;
	padding: 0px 0px 0px 25px;
}
#examboxcontainer a {
	color:#000;
	text-decoration:none;
}
#examboxcontainer a:hover {
	color:#2c4593;
	text-decoration:underline;
}
.question {
	background: #bcbddb;
	width:490px;
	border: 1px solid #2c4593;
	height:140px;
	padding:5px;
	overflow:auto;
}
.answers {;
	width:490px;
	padding-bottom:20px;
}
#exambox h2 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
#listbox h2, #loginbox h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.listdiv {
	border: 1px solid #2c4593;
	overflow: auto;
	height: 176px;
	width: 238px;
}
.odditem {
	background: #E3E3F0;
	width: 233px;
	line-height: 16px;
	text-align: left;
	padding-left: 5px;
}
.inputBox {
	background: #DEDEED url(../images/shadow.gif) repeat-x;
	text-align: left;
	padding:1px;
	border: 1px solid #2c4593;
}
.evenitem {
	background: #FFFFFF;
	width: 233px;
	line-height: 16px;
	text-align: left;
	padding-left: 5px;
}
.odditem a, .evenitem a {
	width: 215px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	color: #2c4593;
	display:block;
}
#flashbox {
	background:#FFCC00;
	border:1px solid #CC0000;
	text-align:center;
	padding:2px;
	color:#CC0000;
	width: 200px;
	margin: 0px auto;
	line-height:20px;
}
#presentation {
	margin:50px auto;
	border: 1px solid #2c4593;
	background: #fff;
	width: 720px;
	padding: 0px 0px 0px 0px;

}
body #presentationbox {	
position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:760px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background:#efefef;
}
.Correct {
	background: #EEFDE3;
}
.Incorrect {
	background: #FDEBE3;
}
#forgotpass {
	background: #f0ba20;
	border: 1px solid #000;
	position: absolute;
	height: 150px;
	width: 400px;
	color:#000;
	top: 20px;
}
#forgotpass .inputBox {
	background: #DEDEED url(/images/shadow.gif) repeat-x top;
	border: 1px solid #fff;
	font-size: 11px;
	color: #015495;
	width:200px;
	margin-right:10px;
	padding:3px 2px;
}
#passframe {
	padding:15px;height:89px;width:370px
}
#gdirectionsContainer {
	background: #f0ba20;
	border: 1px solid #000;
	color:#000;
	height: 200px;
	width: 260px;
	position: absolute;
	left: 300px;
	top: 300px;
}
#gdirectionsContainer #gdHeaderContainer {
	height: 25px;
	width: 244px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 6px;
}
#gdHeaderContainer #gdHeader {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	padding-left: 10px;
	color: #FFFFFF;
}
#gdirectionsForm {
	padding: 5px 10px;
}
#gdirectionsdiv {
	background: #fff;
	border: 1px solid #2c4593;
	margin: 10px auto 0px;
	padding:13px;
	width: 620px;
}