
/* GREY #D5D5D5 */
/* LT BLUE #606D95 */
/* DRK BLUE #25376D */
/* WHITE #ffffff */

body {
	background-color: #ffffff;
	margin: 0px;
}

body, div, p, span, font, table, th, tr, td {
	font-family: Georgia;
	line-height: 18px;
	font-size: 12px;
	color: #25376D;
}

a.navl:link, a.navl:visited {
	font-family: Georgia;
	line-height: 18px;
	font-size: 12px;
	color: #ffffff;
	padding: 3px;
}

.navl-on {
	background-color: #606D95;
	font-family: Georgia;
	line-height: 18px;
	font-size: 12px;
	color: #ffffff;
	padding: 3px;
}

div, p { margin: 0px; padding: 0px; border: 0px; }

#mainPane {
	width: 854px;
	background-image: url('img/main-bg.gif');
	background-repeat: repeat-y;
}

#mastHead {
	width: 854px;
	height: 181px;

	background-image: url('img/masthead.jpg');
	background-repeat: no-repeat;
}

#bluebar {
	width: 754px;
	height: 5px;

	background-image: url('img/blue-bar.gif');
	background-repeat: no-repeat;
}

#navBar {
	background-color: #25376D;
	background-image: url('img/corner-top.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	color: white;
}

#navBarBottom {
	background-color: #25376D;
	background-image: url('img/corner-bottom.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 23px;
	color: white;
}

#content {
	margin: 10px 50px;
}

#contentInner {
	padding: 12px;
}

#goldBar {
	width: 854px;
	height: 79px;

	background-image: url('img/bottombar.jpg');
	background-repeat: no-repeat;
}