/* NOTE: #TagName is usually for <div id="TagName"> and .Class modifies any tag */
body, #maincontent, table, tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #1778b6; 
}

a, a:visited {
	color: #999999;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* places the date at the margin and indents the rest */
.Timeline-Indent {
	text-indent: -2.8em; 
	margin-left: 2.8em;
}


#menu {
	float: left;
	width: 139px;
	background-color:#FFFFFF;
}

#navLevel-1, #navLevel-1-Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	display: block;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#navLevel-2, #navLevel-2-Blue {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1778B6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	display: block;	/*block: keeps the padding and margins for each line of text */
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;

}

#navLevel-3, #navLevel-3-Blue {
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1778B6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	display: block;	/*block: keeps the padding and margins for each line of text */
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;

}

#navLevel-1-Blue-NoBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #1778B6;
	display: block;	/*block: keeps the padding and margins for each line of text */
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#navLevel-2-Blue-NoBorder {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #1778B6;
	display: block;	/*block: keeps the padding and margins for each line of text */
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#navLevel-1 a, #navLevel-1 a:visited, #navLevel-2 a, #navLevel-2 a:visited, #navLevel-3 a, #navLevel-3 a:visited {
	color: #BBBBBB;
	text-decoration: none; /* no underline for links */
}

#navLevel-1-Blue a, #navLevel-1-Blue a:visited, #navLevel-2-Blue a, #navLevel-2-Blue a:visited, #navLevel-3-Blue a, #navLevel-3-Blue a:visited {
	color: #1778B6;
	text-decoration: none; /* no underline for links */
}

#navLevel-1-Blue-NoBorder a, #navLevel-1-Blue-NoBorder a:visited, #navLevel-2-Blue-NoBorder a, #navLevel-2-Blue-NoBorder a:visited, #navLevel-3-Blue-NoBorder a, #navLevel-3-Blue-NoBorder a:visited {
	color: #1778B6;
	text-decoration: none; /* no underline for links */
}

#navLevel-1 a:hover, #navLevel-1 a:active, #navLevel-1 a:focus, #navLevel-2 a:hover, #navLevel-2 a:active, #navLevel-2 a:focus, #navLevel-3 a:hover, #navLevel-3 a:active, #navLevel-3 a:focus {
	color: #1778B6;
}

#bottomRuleAndSpaceAdjustment {
	margin-top: 20px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	display: block;
	/* below is to show you the entire box for your reverence
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;  */
}

#footerMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
#Copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	margin-top: 10px;
}

#DateStamp {
	font-family:Arial, Helvetica, sans-serif;
 	text-align: right;
	padding-right: 10px; 
	font-size: 6pt; 
	color: #DDDDDD;
}	 
