body {
	margin: 0;
	padding: 0;
	background: #042a45 repeat url(../img/bgtile.gif);
}
hr {
	margin: 0;
	padding: 0;
	color: #e2e9ed;
	background-color: #e2e9ed;
	border: 1px dotted #939598;
	border-style: none none dotted;
}
img {
	border: 0;
}
.hidden {
	display: none;
}
#container {
	width: 800px;
	margin: 0;
	padding: 0 0 4px;
	background: #132434;
	border: 1px solid #00132b;
}
#navcontainer {
	width: 100%;
	height: 45px;
	background: #143056;
}
#nav div {
	float: left;
}
#banner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: #001b33;
	border-top: 4px solid #00132b;
	border-bottom: 4px solid #00132b;
}
#logo {
	width: 172px;
	height: 100%;
	border-right: 4px solid #00132b;
}
#bigpic {
	position: absolute;
	top: 0;
	right: 0;
	width: 624px;
	height: 100%;
}
#divider {
	width: 100%;
	height: 4px;
	font-size: 1px;
	background: repeat-x url(../img/divider.gif);
}
#content {
	width: 100%;
	padding: 0 0 50px;
	background: repeat-y url(../img/contentbg.gif);
}
#sidebar {
	float: left;
	width: 175px;
	text-align: center;
}
#subnavcontainer {
	width: 160px;
	margin: 10px auto 0;
	padding: 0 0 0 10px;
	text-align: left;
}
#subnavcontainer h2 {
	margin: 5px 0 0;
	padding: 0;
	color: #001b33;
	font: bold 13px myriad pro, helvetica, arial, sans-serif;
}
#subnav {
	margin: 0;
	padding: 0 0 0 15px;
}
#subnav li {
	line-height: 16px;
	list-style-type: none;
	list-style-image: url(../img/arrowbullet.gif);
	#list-style-image: url(../img/arrowbulletie.gif);
}
#subnav a:link, #subnav a:visited {
	margin: 0 0 0 -3px;
	color: #626361;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.subcurrent:link, #subnav a.subcurrent:visited {
	font-weight: bold;
}
#promo {
	width: 152px;
	height: 372px;
	margin: 20px auto 0;
	padding: 25px 4px;
	border-top: 1px dotted #939598;
	border-bottom: 1px dotted #939598;
}
#text {
	width: 580px;
	margin: 0 0 0 177px;
	padding: 10px 20px 0;
	font: 11px verdana, helvetica, arial, sans-serif;
	line-height: 17px;
	color: #444745;
}
#text #title {
	margin: 0 0 10px;
	#margin: 0;
}
#text p {
	margin: 12px 0;
}
#text a:link, #text a:visited {
	color: #003055;
	font-weight: bold;
	text-decoration: none;
}
#text img {
	margin: 5px 0 0;
}
sup {
	font-size: 8px;
}
.photowithcap {
	float: left;
	margin: 10px 20px 10px 0;
}
table {
	margin: 15px 0;
}
th, td {
	padding: 2px 40px 2px 0; 
}
.clearer {
	height: 1px;
	width: 100%;
	clear: both;
}
#footer {
	width: 800px;
	margin: 2px 0 0;
	padding: 0 0 10px;
	text-align: center;
	color: #4b5357;
	font: 10px arial, helvetica, sans-serif;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}