@charset "utf-8";
/* CSS Document */

#pagecontent {
	float: left;
	padding-top: 9px;
	width: 960px;
}

#header {
	clear: both;
	width: 960px;
	height: 324px;
	/*margin-top: 9px;*/
	background-image: url(images/header.jpg);
	background-repeat: none;
}

#video {
	position: relative;
	top: 20px;
	left: 45px;
	background-color: #000000;
	width: 336px;
	height: 280px;
}

#prose {
	position: relative;
	top: 15px;
	left: 45px;
	width: 915px;
}

#prose_left {
	float: left;
	width: 615px;
}

#prose_left_box {
	float: left;
	width: 615px;
}

.grey{
	background-color: #e6e7e8;
}

#prose_left_box_inner {
	border: 1px solid #a09f9f;
	padding: 10px;
}

#prose_right {
	float: left;
	margin-left: 20px;
	text-align: left;
	width: 260px;
	background-image:url(images/thegreyline.jpg);
	background-repeat: no-repeat;
}

#prose_right_ngl {
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 260px;
}

#prose_right_content {
	position: relative;
	left: 20px;
	width: 260px;	
}

#purple {
	background-image: url(images/purple.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 260px;
}

#purple a, #pink a, #green a{
	color: #FFFFFF;
	text-decoration: none;
}

#purple a:hover, #pink a:hover, #green a:hover{
	color: #000000;
	text-decoration: none;
}

#pink {
	background-image: url(images/pink.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 260px;
}

#green {
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 260px;
}

#result {
	border: 1px solid #a09f9f;
	display: none;
	height: 150px;
	width: 593px;
	padding: 10px;
}

#otherresults {
	/*border: 1px solid #a09f9f;*/
	width: 237px;
}

#removetext {
	width: 593px;
	padding: 10px 0;
}

#spacer {
	width: 260px;
}
.boxtext {
	position: relative;
	width: 260px;
	text-align: left;
	color: #FFFFFF;
}

.boxhead {
	font-size: 1.3em;
	font-weight: bold;
}

.boxarrows {
	position: absolute;
	right: 18px;
	bottom: 5px;
	width: 17px;
	height: 18px;
	background-image: url(images/arrows.gif);
}

.extrabigtitle {
	color: #0C2D83;
	font-size: 3.2em;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0;
}

.aqua_box_title {
	width: 613px;
	height: 28px;
	background-image: url(../images/bg/aqua.gif);
	background-repeat: repeat-x;
	font-size: 1.05em;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a09f9f;
}

.aqua_box_title span {
	display: block;
	padding: 5px 10px 0 10px;
}

.reg_td_right {
	text-align: right;
	font-size: 0.9em;
}

.reg_td_right p {
	text-align: left;
	padding: 0;
	margin: 5px 35px;
}

.quizanswer {
	text-align: left;
}

.quizanswertitle {
	font-size: 1.5em;
	color: #0C2D83;
	font-weight: bold;
}

.biggerbody {
	font-size: 1.1em;
}

td .spacing {
	line-height: 1.8em;
}

form td div .error span {
	position: absolute;
	left: -20px;
}

form td div {
	position: relative;
	height: 25px;
}
