body, td {
  font-family:arial;
  font-size: 14px;
  margin:0px;
}

.sectionTitle {
  font-size: 16px;
  font-weight: bold;
}

.menuBox{
	font-size: 14px;
	background-color: #e0e0e0;
	padding-left: 1px;
	padding-top: 5px;
	border: solid 1px;
	text-align: center;
}
.leftmenuBox{
	font-size: 14px;
	background-color: #e0e0e0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px;
	text-align: left;
	vertical-align: bottom;
}

.lowerbox{
	font-size: 16px;
	background-color: #e0e0e0;
	padding-left: 1px;
	padding-top: 5px;
	border: solid 1px;
	text-align: center;
	vertical-align: bottom;
}
.pageTitle {
  font-size: 20px;
  font-weight: bold;
  padding-top:0px;
  padding-bottom:5px;
}

#banner {
  border-bottom:2px #000 Solid;
  background:#3D8BD8;
  color:#FFF;
  padding:5px;
  height:10%;
}

#banner h1 {
  margin:0px;
}

#nav {
 background:#FFC202;
 position:absolute;
 width:160px;
 height:100%;
}

#content {
  border-left:2px #000 Solid;
  position:absolute;
  width:80%;
  left:160;
  height:100%;
  padding-left:10px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  padding-top:0px;
  padding-bottom:1px;
}

	a:link, a:visited, a:active {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  a:hover {
  	text-decoration: none;
  	color: #009980;
	font-size: 12px;

  }
