body { 
	background-color: #2f6fb4;
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-family: verdana, arial, sans-serif;	
	font-size:11px;
	word-wrap:break-word;
}


p {
	font-family: sans-serif, arial;
	font-size: 13px;
	color: #2c59a8;
}


h1 {
	font-family: verdana, sans-serif, arial;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	color: #1a4895;
}


h2 {
	font-family: verdana, sans-serif, arial;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	color: #1a4895;
}


table { 
	border-collapse: collapse;
	border-style: none;
	padding: 0px;
	border-spacing: 0px;
	margin: auto;
}


table.thinBorder { 
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #404040;
	padding: 0px;
	border-spacing: 0px;
	margin: auto;	
}


table.invisibleBorder { 
	border-collapse: separate;
	border-style: none;
	padding: 0px;
	border-spacing: 0px;
	margin: auto;	
}


td {
	border-style: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	color: #2c59a8;
}


td.centered {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #2c59a8;
}


td.centeredHorizontalBottom {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align:bottom;
	color: #2c59a8;
}


td.centeredHorizontalTop {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align:top;
	color: #2c59a8;
}


td.centeredVerticalLeft {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	color: #2c59a8;
}


td.centeredVerticalRight {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	color: #2c59a8;
}


td.upperRight {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	color: #2c59a8;
}


td.lowerLeft {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: bottom;
	color: #2c59a8;
}


td.lowerRight {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	color: #2c59a8;
}


td.header { 
	height: 20px;
	background-color: #203f73; 
	text-align: center;
	color: white; 
	font-family: sans-serif, arial;
	font-size: 12px;
	font-weight: bold;
	color: #2c59a8;
}


td.filled {
	background-color: #efefef; 
	color: black; 
	font-family: sans-serif, arial;
	font-size: 11px;
	color: #2c59a8;
}


td.filledBigText {
	background-color: #efefef; 
	color: black; 
	font-family: sans-serif, arial;
	font-size: 13px;
	color: #2c59a8;
}


td.smallText {
	font-family: verdana;
	font-size: 11px;
	color: #2c59a8;
}


ul { 
	background-color: transparent; 
	margin: 6px 6px 12px 12px;	/* Top, bottom, right, left */
	padding: 3px 3px 3px 3px;
}


li { 
	color: #2c59a8;            	/* Text color is black */ 
	background-color: transparent;  /* No background color for content padding */
	margin: 3px 3px 3px 20px;	/* Note: 12px left margin moves list item to right (including bullet) */
	padding: 0px 3px 3px 3px;	/* Note: 3px padding moves text away from bullet point on left and provides space below */
	list-style: disc;       	/* Circle glyphs before a list item */
}

			  
li.noGlyph { 
	color: #2c59a8;            	/* Text color is black */ 
	background-color: transparent;  /* No background color for content padding */
	margin: 3px 3px 3px 12px;	/* Note: 12px left margin moves list item to right (including bullet) */
	padding: 3px 3px 0px 3px;	/* Note: 3px padding moves text away from bullet point on left and provides space below */
	list-style: none         	/* no glyphs before a list item */
}


ul.sublist {
	background-color: transparent; 
	margin: 3px 0px 0px 20px;	/* Top, bottom, right, left */
	padding: 0px 0px 0px 0px;
}


li.sublist { 
	color: #2c59a8;            	/* Text color is black */ 
	background-color: transparent;  /* No background color for content padding */
	margin: 0px 0px 3px 20px;	/* Note: 12px left margin moves list item to right (including bullet) */
	padding: 0px 3px 0px 3px;	/* Note: 3px padding moves text away from bullet point on left and provides space below */
	list-style: square       	/* Square glyphs before a list item */
}


ul.sidebar {
	background-color: transparent; 
	margin: 6px 0px 0px 12px;	/* Top, bottom, right, left */
	padding: 0px 0px 0px 0px;
}


li.sidebar { 
	color: #2c59a8;            	/* Text color is black */ 
	background-color: transparent;  /* No background color for content padding */
	margin: 0px 0px 6px 12px;	/* Note: 12px left margin moves list item to right (including bullet) */
	padding: 0px 3px 0px 3px;	/* Note: 3px padding moves text away from bullet point on left and provides space below */
	list-style: square       	/* Square glyphs before a list item */
}


ul.homepage {
	background-color: transparent; 
	margin: 3px 0px 0px 12px;	/* Top, bottom, right, left */
	padding: 0px 0px 0px 0px;
}


li.homepage { 
	color: #2c59a8;            	/* Text color is near black */ 
	background-color: transparent;  /* No background color for content padding */
	margin: 0px 0px 3px 20px;	/* Note: 12px left margin moves list item to right (including bullet) */
	padding: 0px 6px 0px 3px;	/* Note: 3px padding moves text away from bullet point on left and provides space below */
	list-style: square       	/* Square glyphs before a list item */
}


li.numbered { 
	color: #1a4895;            	/* Text color is black */ 
	background-color: transparent; 	/* No background color for content padding */
	margin: 3px 3px 3px 20px;	/* Note: 12px left margin moves list item to right (including bullet) */
	padding: 0px 3px 3px 3px;	/* Note: 3px padding moves text away from bullet point on left and provides space below */
	list-style-type: decimal;      	/* Numbers before a list item */
}


a {
	text-decoration: none;
	color: #2c59a8;
}


a:hover {
	text-decoration: underline;
}


div.title {
	text-align: center;
	vertical-align: middle;
	font-family: verdana, sans-serif, arial;
	font-size: 17px;
	font-weight: bold;
	color: #2c59a8;
	margin-top: 10px;
	margin-bottom: 15px;
}


div.header {
	text-align: left;
	vertical-align: middle;
	font-family: verdana, sans-serif, arial;
	font-size: 14px;
	font-weight: bold;
	color: #2c59a8;
	margin-top: 10px;
	margin-bottom: 15px;
}


div.headerSpacer {
	text-align: center;
	vertical-align: middle;
	height: 30px;
}


div.headerSpacerShort {
	text-align: center;
	vertical-align: middle;
	height: 10px;
}


div.status {
	width: 550px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-align: center;
	padding: 5px 5px 10px 5px;
	line-height: 1.6;
	border-style: solid;
	border-width: 2;
	border-color: blue;
	background-color: #ffffff;
}


div.error {
	width: 550px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-align: center;
	padding: 5px 5px 10px 5px;
	line-height: 1.6;
	border-style: solid;
	border-width: 2;
	border-color: red;
	background-color: #ffffff;
}


div.highlightedSection {
	background-color: #efefef; 
	width: 500px;
	height: 275px;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	padding: 20px 20px 20px 20px;
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	vertical-align: text-top;
	margin: auto;
}