/* ================= Body Elements ================= */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #000000;
}

/* ================= Hyperlinks ================= */
a:link {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active {
	color: #000000;
	text-decoration: underline;
	}
a.hyper2:link {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper2:visited {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper2:hover {
	color: #cc0000;
	text-decoration: none;
	}
a.hyper2:active {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper3:link {
	color: #cccccc;
	text-decoration: none;
	}
a.hyper3:visited {
	color: #cccccc;
	text-decoration: none;
	}
a.hyper3:hover {
	color: #999966;
	text-decoration: none;
	}
a.hyper3:active {
	color: #cccccc;
	text-decoration: none;
	}
a.hyper4:link {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper4:visited {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper4:hover {
	color: #cccccc;
	text-decoration: none;
	}
a.hyper4:active {
	color: #ffffff;
	text-decoration: none;
	}
/* ================= Typography ================= */
.nav_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
}
.nav_top_arrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999966;
}
.nav_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
}
.nav_left_arrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}
.nav_leftsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
.text_body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}
.text_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


/* ================= Design Elements ================= */

.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;
}
.leftnav_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
.headline_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bg_home {
	background-image: url(common/bg_home.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.bg_subhome {
	background-image: url(common/f2_home.jpg);
	background-repeat: no-repeat;
}
.bg_subleft {
	background-image: url(common/bg_sub_left.jpg);
	background-repeat: repeat-y;
}
.bg_subright {
	background-image: url(common/bg_sub_right.jpg);
	background-repeat: repeat-y;
}
.bg_subfooter {
	background-image: url(common/sub_footer2.jpg);
	background-repeat: no-repeat;
}
/* ================= Margins - top, right, bottom, left ================= */
.navmargin {
	MARGIN: 5px 5px 5px 5px
}
