/* ########## Layout ########## */
<style type="text/css">
html, body { margin:0; padding:0; height: 100%;}
body { font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; color: black;
	text-align:center; /* center for IE */
	background-color: #a1d3e7; 
}
#wrapper {
	text-align: left;
	width: 763px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	background-color: white;
	margin: 0 auto; /* center for the rest */
}

#logo {
	position: absolute;
	padding-left: 10px;
}

/* ########## Nav ########## */
div #nav {
	background-color: #6f9eb5;
	width: 763px;
	text-align: right;
	height: 22px;
	padding: 0px;
}
div #subnav {
	background-color: #dac00e;
	width: 763px;
	text-align: right;
	height: 22px;
	float: right;
}

/* ########## Home Content ########## */
div #home-content {
	padding-top: 26px;
	padding-right: 118px;
	padding-left: 118px;
	width: 527px;
}
div #home-content .large {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

/* ########## box ########## */
#content {
	padding-top: 26px;
	padding-right: 80px;
	padding-left: 80px;
	font-size: 12px;
	width: 583px;
}
#content2 {
	padding-top: 26px;
	padding-right: 112px;
	padding-left: 112px;
	font-size: 12px;
	width: 540px;
}

/* ########## content ########## */

.gold {
	font-size: 12px;
	font-weight:bold;
	color:#d18316;
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h3 { font-size: 13px; }

ul {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: url(images/site/blue-bullet.gif);
	margin-left: 16px;
	margin-bottom: 10px;
}
.norepeat { background-repeat:no-repeat;}

/* ########## box dark large ########## */
.box {
	border: 1px solid #d18316;
	border-top: none;
	width: 168px;
	padding: 15px;
	font-size: 11px;
}
.box h1, .box h2, .box h3, .box p {
	color: #d18316;
	margin: 0; padding: 0;
	margin-bottom: 10px;
}
.box h1 { font-size: 16px; }
.box h2 { font-size: 15px; }
.box h3 { font-size: 14px; }
.box h3 { font-size: 13px; }


/* ########## footer ########## */
#footer {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #6f9eb5;
	padding-top: 15px;
	padding-bottom: 5px;
}
#copyright {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	padding-bottom: 5px;
}
/* ########## links ########## */
a:link, a:visited { color: #d18316; text-decoration:underline;
}
a:hover { color: #e3b473; text-decoration:underline;
}

</style>