body{
	margin: 0;
	padding: 7px 0 0 0;
	background: #5588AE;
	font: 14px "trebuchet ms", sans-serif;
}

div#page{
	position: relative;
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-color: white;
}

div#top{
	margin: 0;
	padding: 2px 0 0 0;
	background-color: #396688;
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
}

div#menu{
	float: left;
	width: 160px;
	padding: 3px 0 0 5px;
}

.menulink:link, .menulink:visited, .menulink:active{
	display: block;
	margin: 0;
	border-bottom: 1px solid #5588AE;
	padding: 9px 0 0 0;
	color: #396688;
}

.menulink:hover{
	color: #99A06D;
	border-bottom: 1px solid #99A06D;
}

/*CONTENT*/
div#content{
	float: right;
	width: 575px;
	margin: 0;
	padding: 0 15px 5px 25px;
}

h1{
	position: absolute;
	top: 35px;
	left: 370px;
	width: 400px;
	text-align: right;
	font: italic 33px "trebuchet ms", sans-serif;
	font-weight: bold;
	color: white;
}

h2{
	margin: 15px 0 0 0;
	font: bold 24px "trebuchet ms", sans-serif;
	color: #99A06D;
}

h3{
	margin: 15px 0 0 0;
	font: bold 17px "trebuchet ms", sans-serif;
	color: #99A06D;
}

p{
	margin: 11px 0 0 0;
}

a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #5588AE;
}

a:hover{
	color: #8DB6DB;
}

img{
	border: 0;
}

div.highlight{
	float: right;
	width: 208px;
	margin: 15px 0 10px 20px;
	border: 4px double #99A06D;
	padding: 0 6px 3px 6px;
	background: #DCE2B7;
}

div.highlight h3{
	margin-top: 5px;
}

table#highlight{
	border: 5px double #99A06D;
	margin: 15px 0 10px 0;
	background: #DCE2B7;
}

table#board td{
	width: 280px;
	padding: 25px 0 0 0;
}

table.edit{
	width: 570px;
}

img.certification{
	float: right;
	margin: 15px 0 15px 20px;
}

/*Webpage Generator*/
div#errorMessage{
	margin: 15px 0 0 0;
	color: red;
}

table#editpage td{
	padding: 10px 0 0 0;
}

table#editpage span{
	font-size: 11px;
}

table#editpage div{
	float: left; 
	padding: 0 3px 0 3px;
}

/*FOOTERS*/
.siteby{
	clear: both;
	margin-left: 114px;
	font: 12px "trebuchet ms", sans-serif;
}

div.copyright
{
	clear: both;
	height: 16px;
	background: url("images/footer.gif");
	color: white;
	text-align: center;
	font: 11px "trebuchet ms", sans-serif;
}
