body {  
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  color: #333399;
  background-color: #ffffff;
  margin: 30px;
}

a {
  color: #333399;
  border-bottom: 1px #000 dotted;
  text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: none;
}

h1 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 90%;
  }

h2 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  }  
  
  
#headerBox {
  height: 4em;
  border: 1px solid black;
  background-color: #0000cc
}
  
#layoutBox {
  float: left;
  border-bottom: 1px solid #0000cc;
  background-color: #FFFFFF;
  padding: 10px;  
}

#menuBox {
	float: left;
	width: 15em;
	margin: 10px 0 0 0;
	text-align: justify;
}

#footerBox {
  height: 1em;
  text-align: center;
  font-size: 85%;
  clear: both;
  }
  
.title {
   margin-top: 10px;
	font-family: georgia, times, serif;
	font-size: 280%;
	font-weight: lighter;
	font-style: normal;
	color: #ffffff;
	line-height: 0.9em;
	padding: 5px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #000066;
  text-indent: 3em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #0000cc;
}

#news {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

#main {
  margin: 10px 0 0 16em;
  border-left: 1px solid #0000cc;
  padding: 10px;
  text-align: justify;
}