body {
	margin: 0px;
	background-color: #959EAD;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p { margin: 0px; }


/** editor styles follow  **/

.titles {
	font-size: 13px;
	color: #6d8091;
}

.subHeadings {
	font-size: 12px;
	color: #4d5564;
}

.content {
	font-size: 11px;
	color: black;
}

.white {
	font-size: 11px;
	color: white;
}

/** end editor styles  **/


.background {
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contentheaderbg {
	background-image: url(img/content_header_bg.jpg);
	background-repeat: no-repeat;
}

.pagebg {
	background-image: url(img/page_bg.jpg);
	background-repeat: repeat-y;
}

.pagetextreg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4D5564;
}

.pagetextbld {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D5564;
}

.aboutbg {
	background-image: url(img/content_bg_about.jpg);
	background-repeat: no-repeat;
}

.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.questiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #006699;
}

.journalbg {
	background-image: url(img/content_bg_journal.jpg);
	background-repeat: no-repeat;
}

.pagetextbldwht {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.scoresheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.scorestext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.contactbg {
	background-image: url(img/content_bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.comingsoonbg {

	background-image: url(img/content_bg_coming_soon.jpg);
	background-repeat: no-repeat;
}

.pagetextblditalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

.pagetextregblk {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.pagetextbldblk {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#content {
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

	#content a {
		text-decoration: none;
		color: black;
	}

	#content a:hover {
		text-decoration: underline;
		color: black;

	}



