@charset "utf-8";
body {
	background-color: #3C5F99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #727063;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #504F45;
}


.ColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: center;
}

.rightPanel {
	float: right;
	text-align: right;
}

.divExtraButtons {
	float: right;
	text-align: left;
	width: 530px;
	vertical-align: top;
}


.ColFixCtr #mainContentShadow1 {
	width: 660px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: center;
	background-color: #5A80BE;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.ColFixCtr #mainContentShadow2 {
	border: 0px solid #FFFFFF;
	text-align: center;
	background-color: #9AAFD6;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.ColFixCtr #mainContentShadow3 {
	border: 0px solid #FFFFFF;
	text-align: center;
	background-color: #D5DEEE;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.ColFixCtr #mainContentShadow4 {
	border: 0px solid #FFFFFF;
	text-align: center;
	background-color: #E9EDF5;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.ColFixCtr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(img/full_header.jpg);
	height: 104px;
}

.ColFixCtr #header h1{
	color: #CDD9EB;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-right: 30px;
	margin-top: 50px;
}
/*
.ColFixCtr #mainContent {
	background: #FFFFFF;
	width: 660px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0 auto;
	background-image: url(img/content_back.jpg);
	background-repeat: repeat-x;
}
*/

.ColFixCtr #mainContent {
	background: #FFFFFF;
	background-image: url(img/content_back.jpg);
	background-repeat: repeat-x;
}

.ColFixCtr #content {
	text-align: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ColFixCtr #updExam {
	text-align: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ColFixCtr #footer {
	width: 660px;
	color: #BDCCE6;
	margin: 0 auto;
	height: 100%;
}

.ColFixCtr #terms {
	margin: 0 auto;
	height: 100%;
}

.Title {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


.ColFixCtr #divLeft {
	width: 350px;
	float: left;
	text-align: left;
}
.ColFixCtr #divRight {
	width: 180px;
	float: right;
	text-align: right;
}
.Error {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

