body {
	font-family: arial, sans-serif;
	font-size: 80%;
	background-color: #ffffff;
}

a {
	color: #C790E1;
	text-decoration: none;
}

a:hover {
	color: Black;
	border-bottom: 1px #000 dotted;
	text-decoration: none;
}

p {
	padding: .2em;
	border-bottom: thin dotted #DCDCDC;
}

h1 {
  font-family: arial, sans-serif;
  font-size: 90%;
  }

h2 {
  font-family: arial, sans-serif;
  font-size: 80%;
  }  
  
  
#headerbox {
	height: 3em;
	width: 750px;
	text-align: left;
	background-color: ;
	font-size: 110%
}

.subheaderbox {
	height: 1.5em;
	width: 745px;
	text-align: left;
	text-indent: 4px;
	color: #ffffff;
	background-color: #DCDCDC;
	font-size: 80%
}
  
#layoutbox {
	width: 750px;
}

.menubox {
  margin: .5em 0em 0em 2%;
  float: left;
  width: 22%;
  border: solid 1px #d2e4fc;
  text-align: left;
}

.menuboxtitle {
	padding: 2px;
	color: #ffffff;
	background-color: #d2e4fc;
}

.menuboxcontent {
	padding: 8px;
	font-size: 90%;
}

.footerbox {
  height: 1.5em;
  text-align: center;
  font-size: 85%;
  
  width: 745px;
  clear: both;
  }
 

.main {
	margin: .5em 0em 0em 0em;
	float: left;
	width: 75%;
	text-align: justify;
	border: solid 1px #FAFAD2;
}

.maintitle {
	padding: 2px;
	background-color: #FAFAD2;
	color: #555555;
}

.maincontent {
	padding: 4px;
	font-size: 95%;
}

.date {
	padding: 2px;
	color: #00008B;
}

.news {
	padding: 8px;
	font-size: 95%;
}
