body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #216373;
	text-decoration: none;
}

/*a:hover, {
	text-decoration:underline;
}*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 0px;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
}

.header1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: -10px;
}

#headertable {
	margin-bottom:20px;
}

#container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	font-size: 23px;
}

.headerunderline {
	height:3px;
	background-color:#d4e2e4;
}

.footer {
	font-size: 10px;
	color:#216373;
	padding-left: 15px;
	vertical-align: middle;
}

.menu {
	font-size: 12px;
	color:#216373;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

#content {
	background-color: #edf4f5;
	margin-top: 3px;
	margin-bottom: 0px;
}

#main {
	text-align: justify;
	font-size: 12px;
}

#right {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

#headerunderline {
	position:relative;
	left:0px;
	top:-15px;
}
