body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-color:#E5E5E5;
}

#headerContainer {
	width:100%;
	position:relative;
	background-color:#C5CBC7;
}

#header {
	height:63px;
	background-image:url(bannerGradBg.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-color:#C6D7CC;
}

#subheader {
	min-height:44px;
	background-image:url(subBg.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-color:#C5CBC7;
	border-top:1px solid #FFFFFF;
}

#title {
	padding:10px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:medium;
}

#contentContainer {
	width:100%;
	position:relative;
	background-color:#FFFFFF;
	min-height: 400px;
	border-bottom:5px solid #4BC2E4;
}
#nav {
	background-color:#FFFFFF;
	padding:20px 20px 10px 20px;
}

#nav a:link, #nav a:visited, #nav a:hover {
	text-decoration:underline;
	font-size:small;
	font-weight:bold;
	color:#336699;
}

#nav a:hover {
	text-decoration:underline;
	font-size:small;
	font-weight:bold;
	color:#0033CC;
}

#content {
	padding:10px 20px 20px 20px;
	text-align:left;
	font-size:small;
}

#footerContainer {
	width:100%;
	position:relative;
	background-color:E5E5E5;
}

#footer {
	padding:5px 20px 20px 20px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#336699;
}

.footer a:link, .footer a:hover, .footer a:visited {
	color:#0033CC;
	text-decoration:underline;
}

.footerImg {
	float:left;
	padding-right:10px;
}

a:link, a:visited, a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}

h1 {
	font-size:medium;
	color:#0033CC;
	font-weight:bold;
}

h2 {
	font-size:medium;
	color:#669999;
	font-weight:bold;
	font-style:italic;
	border:2px solid #4BC2E4;
	padding:6px;
}

.correctAns {
	background-image:url(arrow_green.png);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:4px;
	min-height:40px;
	color:#008800;
}

.wrongAns {
	background-image:url(arrow_red.png);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:4px;
	min-height:40px;
	color:#FF0000;
}

.p3Pulldown {
	border-style:solid; 
	border-width:1px; 
	border-color:#000000; 
	background-color:#FFFFCC;
}
