/* CSS Document */
<style type="text/css">

#pageBorder {
  border: 1px solid #cccccc; 
  padding: 2px;
  height: 500;
  width: 920;
  
}

#menuLeft {
  float: left;
  padding: 5;
  width: 80px;
  height: 450px;
  margin-left: 10px;
  margin-right: 10px;}

#content {
  float: right;
  padding: 2;
  }


.clr {
	clear: both;
}

.headerCenter {
	color: #333333;
	font-family: Century Gothic, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 10px;
	}
	
.headerCenterGrey {
	color: #999999;
	font-family: Century Gothic, sans-serif;
	font-size: 30px;
	text-align: center;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 10px;
	}
	
.headerINFO {
	color: #333333;
	font-family: Century Gothic, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 10px;
	}
	
.copy {
	color: #333333;
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	text-align: justify;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 5px;
	}

.captions {
	color: #333333;
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 5px;
	}
	
a.mainMenu {
	font-family: Century Gothic, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 18;
	}

a.mainMenu:link {
	font-family: Century Gothic, sans-serif;
	color: #666666;
	font-size: 18;
	}

a.mainMenu:visited {
	font-family: Century Gothic, sans-serif;
	color: #666666;
	font-size: 18;
	}

a.mainMenu:active {
	font-family: Century Gothic, sans-serif;
	color: #666666;
	font-size: 18;
	}

a.mainMenu:hover {
	font-family: Century Gothic, sans-serif;
	color: #999999;
	font-size: 18;
	}

</style>
