body {
  background-color: #314E68;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

#leftNavCell {
  background-image: url(../images/img_left_nav_bg.jpg);
  vertical-align: top;
}

#mainContentCellBackground {
  background: url(../images/img_main_bg.jpg) repeat-y;
}

#mainContentCell {
  background: url(../images/img_main_background.jpg) no-repeat;
  vertical-align: top;
  padding: 0px;
  padding-right: 3px;
}

a:link, a:visited {
  color:#3366FF;
}

a:hover {
	text-decoration: none;
}

a.alternativeLink {
	text-decoration: underline;
	font-size: 12px;
}

a.alternativeLink:link {
  color: #fff;
}

a.alternativeLink:visited {
  color: #fff;
}

table#mainTable {
  background-color: #314E68;
}

.headerCell {
	color: #fff;
	font-size: 11px;
}

.headerCell a {
	color: #fff;
}

.headerCell a:hover {
	color: #ccc;
}

.footerCell {
	color: #93AFCC;
	font-size: 12px;
}

#latestNewsMarquee {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D6387;
	height: 59px;
}

.smallWhiteText {
  font-size: 11px;
	color: #fff;
}


#homeColumn1 { color: #0C4871; font-size: 0.8em; background: url(../images/home/home_r6_c2.gif) no-repeat;}
#homeColumn2 { color: #5F3F68; font-size: 0.8em; background: url(../images/home/home_r6_c5.gif) no-repeat;}
#homeColumn3 { color: #4A5D0F; font-size: 0.8em; background: url(../images/home/home_r6_c9.gif) no-repeat;}

#homeColumn1 a { color: #0C4871}
#homeColumn2 a { color: #5F3F68}
#homeColumn3 a { color: #4A5D0F}

.blueBullets li   { list-style-image: url(../images/bullet_blue.gif); margin-left: -20px; }
.purpleBullets li { list-style-image: url(../images/bullet_purple.gif); margin-left: -20px; }
.greenBullets li  { list-style-image: url(../images/bullet_green.gif); margin-left: -20px; }
.burgundyBullets li  { list-style-image: url(../images/bullet_burgundy.gif); margin-left: -20px; }

.shadowCell { background-color: #29425A; }

#didYouKnowContentCell, #personalReportContentCell, #podcastsContentCell { 
  color: #29425A; font-size: 0.8em; padding: 15px; width: 450px; height: 213px; vertical-align: top;
}

#greenContentCell, #purpleContentCell, #burgandyContentCell, #blueContentCell, #podcastsNoImageCell  {
  color: #29425A; font-size: 0.8em; padding: 15px; width: 584px; height: 330px; vertical-align: top;
}


#didYouKnowContentCell { background: #D6F1EC url(../images/did_you_know_bg.gif) no-repeat bottom; }
#personalReportContentCell { background: #FFFFCC url(../images/personal_report_bg.gif) no-repeat bottom; }
#podcastsContentCell { background: #F2E1EE url(../images/podcasts_bg.gif) no-repeat bottom; }
#podcastsNoImageCell { background: #F2E1EE; }
#burgandyContentCell { background: #FFF9FC; }
#purpleContentCell { background: #F1EDF2; }
#greenContentCell { background: #F1FEBC; }
#blueContentCell { background: #D4EEFF; }


/* CSS for the exams */

.questionText {
  font-size: 1em;
	color: #666666 ! important;
}

.introText {
  font-size: 1.2em;
  font-weight: bold;
}

.blank, .blank u {
  color:#114477 ! important;
	text-decoration: underline;
}

.options a:link, .options a:visited {
  color:#3366FF ! important;
}

.options a:hover {
  color:#FF0000 ! important;
}

div.section {
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}
