body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px;
	margin: 0px; 
	background-color: #fff; 
	line-height: 1.6em;
	height: 1.6em;
}
#HeaderStretch {
 	background-image:url(images/headerBlueWhiteFade.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 2;
	visibility: visible;
}

#pagecontainer { /* aka #bodycontent */
	width: 100%; 
	margin: 0; 
	padding: 0 10px; 
	border: 0; 
	float: left; 
	margin-right: -1px; /* this is the key to avoid the 1px jog caused by spacer */ 
} 

#navbar2 {
	position: absolute;
	top: 60px;
	z-index:7;
	margin-top: -6px;
	height: 21px;
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 0px solid rgb(0, 0, 0);
	text-align: left;
	width: 100%;
	background-color: rgb(51, 102, 153);
	color:#FFF;
	left: -5px;
	display: block;
}
#navbar2 ul { margin: 0px; padding: 0px; font-size: .9em; color: rgb(255, 255, 255); 
	line-height: 21px; white-space: nowrap; padding-left: 23px;}
#navbar2 li { list-style-type: none; display: inline; }
#navbar2 li a { padding: 3px 8px; text-decoration: none; color: rgb(255, 255, 255); }
#navbar2 li a:link { color: #fff; }
#navbar2 li a:hover {  font-weight: normal; color: rgb(0, 102, 153); background-color: rgb(204, 204, 204); }

.navbar2-current-unit { font-weight: bold;  font-size: .9em; color: #fff;
	 text-decoration:  none; }
.navbar2-current-windent { font-weight: normal;  color: #fff;
	padding: 3px 12px 3px 14px;
	margin-left: -2px; margin-right: -2px;
	text-decoration:  none; }

#MainContent {
	text-align: left;
	margin: 0px;
	background-color: #FFF;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 11;
}
.TopOfPage {
	font-size: 12px;
}

a { padding: 0px; text-decoration: none; color: #0000ff; }
a:link { color: #0000ff; text-decoration: none; }
a:hover {color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(51, 102, 153);}

h4 {
	font-size: 24px;
	text-indent: 0px;
	height: 36px;
	line-height: 36px;
	color: #990000;
}
h5 { font-size: 18px;
	color: #990000; 
	font-weight: bold;
	margin-left: 25px; 
	white-space: nowrap; 
	margin-top: 17px;
	}	
*html h5 {top: 10px; }

#navbar5 { 
	position: relative; 
	margin-top: 5px;
	border-top: 1px solid rgb(0, 0, 0); 
	border-bottom: 2px solid rgb(0, 0, 0); 
	height: 19px; 
	width: 100%; 
	background-color: rgb(204, 204, 204);  
	text-align: left;
	display:block;
}
#navbar5 ul { margin: 0px; padding: 0px; font-size: .85em; color: rgb(204, 204, 204); 
	line-height: 18px; white-space: nowrap; }
#navbar5 li { list-style-type: none; display: inline; }
#navbar5 li a { padding: 3px 8px; text-decoration: none; color: rgb(255, 255, 255); }
#navbar5 li a:link { color: rgb(0, 0, 102); text-decoration: none; }
#navbar5 li a:visited { color: rgb(0, 0, 102); text-decoration: none; }
#navbar5 li a:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(51, 102, 153);  }
.pageforwardpadding { margin-left:-2px; margin-right:-2px; padding: 0px 0px ; text-decoration: none; color: rgb(255, 255, 255); }

li {
	margin-bottom: .8em;
}
.li-linespacing { line-height: 2em;  }

dt {
	font-weight: normal; }
dd {
	margin-left: 25px;
	padding-left: 10px;
	}
.pullquote { 
	float: right; 
	width: 180px; 
	margin-top: 2px;
	border-style: solid; 
	border-color: rgb(51, 102, 153); 
	border-width: 7px 0px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
	margin-left: 10px;
	color: rgb(51, 102, 153); 
	font-weight: bold; 
	font-size: 1em;  
	text-align: left;
}

.Activity {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	line-height: 20px;
}