

.greenBar {
	background:#C5EC8E; 
	width:100%;
	}
	
.blueBar {
	background:#87B7E4; 
	width:100%;
	}
	
.brownBar {
	background:#7A624B; 
	width:100%;
	}
	
.stripedBar {
	width:100%; 
	height:20px; 
	background:url('images/stripes.gif'); 
	}
	

.headerContainer {
	width:100%; 
	height:70px;
	}
	
.headerName {
	float:right; 
	padding-right:10px; 
	padding-top:35px;
	}

.headerSquares {
	 padding-top:35px;
	 width:68px;
	 height:35px;
	 }
	
	
	
.topNav {
	width:100%;
	height:26px;
	background:url('images/nav_bg.gif') repeat-x;
	text-align:center;
	color:#C5EC8E;
	padding-top:5px;
	font-family: arial, helvetica, san-serif;
	font-weight:bold;
	font-size:12px;
	}
	
	
A:link { font-weight: bold; text-decoration:underline; color: #0071B8; }
A:active { font-weight: bold; text-decoration:underline; color: #83C7F2; }
A:visited { font-weight: bold; text-decoration:underline; color: #0071B8; }
A:hover {font-weight: bold;  color:#83C7F2; text-decoration:underline;  }	
	
A:link.menu { font-weight: bold; text-decoration:none; color: #7A624B; border: solid 1px #fff;  }
A:active.menu { font-weight: bold; text-decoration:none; color: purple; }
A:visited.menu { font-weight: bold; text-decoration:none; color: #7A624B;  border: solid 1px #fff; }
A:hover.menu {font-weight: bold; color: white; border:solid 1px #7A624B;  text-decoration:none; background-color:#87B7E4; }
	
A:link.homeLink { display:block; background-color:white; }
A:active.homeLink { display:block; background-color:white;}
A:visited.homeLink { display:block; background-color:white;}
A:hover.homeLink { display:block; background-color:#7A624B;}
		

.footerTxt {
	width:100%;
	text-align:center;
	font-family:arial, helvetica, san-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:7px;
	color:#669933;
	}

.pageContentContainer{
	margin-top:10px;
	}
	
.pageContent {
	width:auto;
	padding-left:75px;
	padding-right:75px;
	font-family: verdana, arial, sans-serif; 
	font-size:12px;
	color:#7A624B;
	}
	
	
.pageTitle {
	font-size:18px;
	font-weight:normal;
	color:white;
	padding-left:35px;
	background:url('images/title_bg.gif') repeat-y #f8f8f8; 
	height:24px;
	}
	
	
.subheading {
	font-size:14px;
	font-weight:bold;
	color:#628EB6;
	}
	
	
ul {
	margin-top:1em;
	}

li {
	margin-bottom:0.5em;
	}
	
.listFirstLevel {
		list-style-image: url('images/bullet.gif'); 
		list-style-position: outside;
		list-style-type: square;
		font-size:11px;
		}
		
.listSecondLevel {
	list-style-image: url('images/bullet2.gif'); 
	font-size:10px;
	}
	
.footnote {
		font-size:10px;
		}
		
.shortlines {
	line-height:175%;
	}
		
.pageTxt {
	text-align: justify;
	line-height:150%;
	}
	
.indent20a {
	margin-left:20px;
	margin-top:15px;
	margin-bottom:10px;
	line-height:150%;
	font-weight:bold;
}

.indent20b {
	margin-left:20px;
	margin-top:5px;
	line-height:150%;
	font-weight:normal;
}