light blue				#D3DCF2
dark blue				#274790
cream accent			#FEF3CD


/* main page styles */
.newsBox {
	color:				#242424;
	font-family:		verdana, arial, helvetica;
	font-size:			10pt;
}

/* inside page styles */
.superscript {
	font-size:			65%;
	vertical-align:		super;
}
.announcements {
	color:				#242424;
	font-family:		verdana, arial, helvetica;
	font-size:			9pt;
	font-weight:		normal;
}
.source {
	font-family:		verdana, arial, helvetica;
	font-size:			8pt;
	text-align:			right;
	font-style:			italic;
	font-weight:		normal;
	border-bottom:		1px solid #D9E4D4;
}
.border {
	border:				1px solid #29496F;
	margin:				6px;
}	
.bodyContent {
	color:				#242424;
	font-family:		verdana, arial, helvetica;
	font-size:			10pt;
	font-weight:		normal;
	text-decoration:	none
}
.textLink {
	color:				#20741A;
	text-decoration:	none;
}
.textLink:hover {
	color:				#CD853F;
	text-decoration:	none;
}

.coloredRule {
	background-color:	#D3DCF2;
	font-size:			5px;
}

.masthead {
	background-color:	#D3DCF2;
}
.requiredBullet {
	font-size:			12px;
	color:				red;
}

.curvedTableCell {
	background-color:	white;
}

.mainNavBar {
	background-color:	#D3DCF2;
	font-size:			12px;
	color:				white;
}
.mainNavText {
	color:				white;
	text-align:			right;
	font-family:		verdana, arial, helvetica;
	font-size:			10px;
	font-weight:		bold;
	text-decoration:	none;
}
.mainNavText:hover {
	color:				#FEF3CD;
	text-decoration:	none;
}
.mainNavSelected {
	color:				#FEF3CD;
	font-family:		verdana, arial, helvetica;
	font-size:			12px;
	font-weight:		bold;
}
.mainNavSelected:hover {
	color:				#FEF3CD;
}
.subSectionNav {
	text-align:			left;
	font-family:		verdana, arial, helvetica;
	font-size:			10px;
	font-weight:		bold;
	color:				#29496F;
	text-decoration:	none;
}
.subSectionNav:hover {
	color:				#29496F;
	text-decoration:	underline;
}
.subSectionNavNoLink {
	color:				#BD3326;
	text-align:			left;
	font-family:		verdana, arial, helvetica;
	font-size:			9pt;
	font-weight:		bold;
}
.infoBoxTable {
	margin:				10px;
	background-color:	white;
}
.infoBoxHeading {
	color:				#274790;
	background-color:	#D3DCF2;
	border-top:			1px solid #687182;
	font-family:		verdana, arial, helvetica;
	font-size:			10pt;
	font-weight:		bold;
	text-transform:		uppercase;
}
.infoBoxText {
	font-family:		verdana, arial, helvetica;
	font-size:			9pt;
	border-left:		1px solid #687182;
	border-bottom:		1px solid #687182;
	border-right:		1px solid #687182;
	border-top:			1px solid #687182;
	padding:			5px;
}
.infoBoxList {
	margin-left:		0px;
}
.tableNumber {
	font-family:		verdana, arial, helvetica;
	font-size:			12pt;
	font-weight:		bold;
	text-align:			center;
}
.footerText{
	color:				#687182;
	font-family:		verdana, arial, helvetica;
	font-size:			8pt;
	text-align:			right;
}

/* tags */
a {
	color:				#BD3326;
	text-decoration:	none;
}
a:hover {
	color:				#BD3326;
	text-decoration:	underline;
}
td {					
	vertical-align:		top;
	color:				#242424;
}
body {
	margin:				0px;
	background-color:	white;
}

ol, ul {
	margin-top:			8px;
	margin-bottom:		4px;
	margin-left:		30px;
/*	list-style-image:	url(images/swooshBullet.gif);
*/
}
li {
	margin-bottom:		6px;
	vertical-align:		bottom;
}
h1 {
	color:				#2E55A6;
	font-family:		verdana, arial, helvetica;
	font-size:			18pt;
	font-weight:		bold;
	margin-bottom:		8px;
}

h2 {
	color:				#274790;
	font-family:		verdana, arial, helvetica;
	font-size:			12pt;
	font-weight:		bold;
	margin-bottom:		4px;
	margin-top:			10px;
}
h3 {
	color:				#274790;
	font-family:		verdana, arial, helvetica;
	font-size:			11pt;
	font-weight:		bold;
	margin-bottom:		4px;
}
h4 {
	color:				#242424;
	font-family:		verdana, arial, helvetica;
	font-size:			11pt;
	font-weight:		normal;
	margin-bottom:		5px;
}
img {
	border:				0px;
}
