@charset "utf-8";
/* CSS Document */

a.mainnav:link {
	color: #31529e;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #24430c;
	text-decoration:none;
	display:block;
	font-size:15px;
	font-weight:bold;
}
a.mainnav:visited {
	color: #31529e;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #24430c;
	text-decoration:none;
	display:block;
	font-size:15px;
	font-weight:bold;
}
a.mainnav:hover {
	color: #e9bd5f;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #24430c;
	text-decoration:none;
	display:block;
	font-size:15px;
	font-weight:bold;
}

#nav {margin-left:12px; margin-right:12px;}
#navhome {margin-left:12px; margin-right:12px;}

/*NOTEWORTHY BOX STYLES FOR HOMEPAGE*/
#noteworthyBox {width:450px; height:100px; background-color:#fff; position:relative; top: -110px; left:160px}
.noteText {width:350px; text-align:left; float:left; padding-left:10px; padding-top:10px}
.noteHeadline {color:#8aab52; font-size:14px; text-decoration:underline; font-weight:bold}
.noteTitle {color:#1a3372}
.noteDescription {color:#5b5b5b}


#ibg-table {}
#ibg-table td {padding:10px; vertical-align:top; border-top:1px dotted #CCC}

.hTitle {margin-top:48px}
