body {
	margin:0;
	padding:0;
	background-color:#ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
}

a:link, a:active, a:visited {color:#023a84}
a:hover {color:#333}

a {outline:none}

#container {width:800px; margin: 0 auto;}

#menu {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#677078;
	text-align: right;
	width:800px;
	}

#menu a:link, #menu a:active, #menu a:visited {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	}

#menu a:hover {color: #dbd6b7;}

.contentbox {
	border:1px solid #fff;
	background-color: #dbd6b7;
	width:798px;
}

.contenttext {
	padding:30px;
	line-height: 1.5em;
	text-align: justify;
}

.homebox {
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	height: 548px;
	width: 549px;
	float: right;
	border:solid 1px #fff;
	background-color: #023a84;
	background-position: top;
	}

.blurbbox {
	height: 548px;
	width: 247px;
	float: left;
	background-image: url(images/blurb.gif);
	background-repeat: no-repeat;
	border:solid 1px #fff;
	background-position: top;
	background-color: #dbd6b7;
}

.interiortop {
	background-image: url(images/interior_top.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 798px;
	border:1px solid #fff;
}

.pagetitle {
	font-family: Tahoma, Arial, verdana, "trebuchet ms";
	font-size: 1.5em;
	font-weight: bold;
}
