body	{ background-color: #0038a9; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px;  }
td		{ font-size: 13px; font-family: Arial, Helvetica, sans-serif;  }

h1	{
	width: 433px;
	margin-top: 0;
	color: #0038a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #bfac8e;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 15px;
}

div#header-bkgd {
	width: 100%;
	height: 121px;
	border-bottom: 2px solid #8092a7;
	background-color: #ffffff;
	text-align: center;
}
div#header {
	margin: 0 auto;
	width: 896px;
	height: 121px;
	text-align: center;
}

div#header .logo-block {
	margin: 10px;
	float: left;
}

div#header .photo-block {
	float: right;
}

div#content-shell {
	width: 100%;
	height: 627px;
	background-image: url(/img/edge_gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

div#content {
	margin: 0 auto;
	width: 866px;
	padding: 15px;
	background-color: #fff;
	border-left: 2px solid #8092a7;
	border-right: 2px solid #8092a7;
	border-bottom: 2px solid #8092a7;
	text-align: left;
}

/* Contact Box */
table#cntct-box {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 2px solid #bfac8e;
	background-image: url(/img/news-box-bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #99b9df;
}
div#cntct-box-title {
	display: inline-table;
	width: 50%;
	margin: 0;
	float: none;
	padding: 1px 10px 1px 10px;
	border: 2px solid #bfac8e;
	border-top: none;
	background-color: #bfac8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000;
}
table#cntct-box td {
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #333;
	text-align: left;
}
/* END News & Announcements */

.hdr { color: #325d91; }

li#b 	{ margin-bottom: 5px; }

div#copyright {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.caption { font-size: 10px; font-weight: bold; }

a:link		{ color: #0266dd; text-decoration: underline }
a:visited	{ color: #325d91; text-decoration: underline }
a:active	{ color: #cc6600; text-decoration: underline }
a:hover		{ color: #cc6600; text-decoration: underline }
