/* Tag Styles */
body {
  background: #E1E1E1;
	font: 12px Arial, sans-serif;
	color: #666666;
}
h5 {
  font-size:12px;
	font-style: italic;
	color:#000066;
}

h4 {
 	color:#000066;
}

h3 {
 	color:#000066;
}
/* ID styles */
#container {
  text-align: center;
}
#content {
  text-align: left;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	background:white;
}
#logobox {
  text-align:center;
}
#homeheader {
  text-align:center;
	margin: 5px 0px 0px 0px;
}
#menubox {
  text-align:center;
}
#menu {
  background: #E5E5F5;
	border: #000099 solid 1px;
	margin: 5px 0px 0px 0px;
	width:758px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:26px;
}
#boxesbox {
  text-align: center;
}
#boxes {
  margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	text-align:left;
}
#box1 {
  background: #FBF8E5;
	width: 185px;
}
#box2 {
  background: #EAEAE5;
	width: 185px;
}
#box3 {
  background: #CEDFF0;
	width: 185px;
}
#box4 {
  background: #E8E8DA;
	width: 185px;
}
#space {
  width: 5px;
}
#boxheading {
  font-size: 14px;
	font-weight:bold;
  border: #000099 solid 1px;
	border-width: 0px 0px 1px 0px;
}
#readmore a {
  color: #666666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
#homecopy {
  text-align:center;
}
#footerbox {
  text-align:center;
}
#footer {
  width: 756px;
	margin-left:auto;
	margin-right:auto;
	border: #000066 solid 1px;
	border-width: 1px 0px 0px 0px;
	height: 26px;
	font-size: 10px;
}
#footer a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#maincopybox {
  text-align:center;
}
#maincopy {
  margin-left:auto;
	margin-right: auto;
	width: 756px;
	text-align:left;
}
#maincopy h3 {
  border: #000066 solid 1px;
	border-width: 0px 0px 1px 0px;
	margin: 5px 0px 0px 0px;
}
/* Class styles */
.menuitem {
  width: 108px;
	float: left;
}
.menuitem a {
  display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
.menuitem a:hover {
  background: white;
}