/* ================= Body Elements ================= */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	Background-color:#00365d;
}


/* ================= Hyperlinks ================= */
a:link {
	color: #00365d;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #00365d;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
a:active {
	text-decoration: none;
	color: #00365d;
	}
a.hyper2:link {
	color: #00365d;
	text-decoration: underline;
	}
a.hyper2:visited {
	text-decoration: underline;
	color: #00365d;
	}
a.hyper2:hover {
	text-decoration: underline;
	color: #cccccc;
	}
a.hyper2:active {
	text-decoration: underline;
	color: #00365d;
	}
a.hyper3:link {
	color: #002A68;
	text-decoration: none;
	}
a.hyper3:visited {
	text-decoration: none;
	color: #002A68;
	}
a.hyper3:hover {
	text-decoration: none;
	color: #cccccc;
	}
a.hyper3:active {
	text-decoration: none;
	color: #002A68;
	}
/* ================= Typography ================= */

.nav_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b6b8ba;
	font-weight: bold;
}
.nav_pdftext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b6b8ba;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00365d;
	line-height: 18px;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00365d;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}


/* ================= Design Elements ================= */

.bg_header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
}
.body_shade {
	background-image: url(images/b_right.jpg);
	background-repeat: repeat-y;
}
.navtop{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #002A68;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EA9692;
}
.gold_line {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.subnav_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
/* ================= Margins - top, right, bottom, left ================= */
.navmargin {
	MARGIN: 5px 5px 5px 5px
}
