@charset "UTF-8";
body { height: 100%; }
.nav_main_box {
	background-image: url(../_images/nav_beige_linded_bkg.gif);
	background-repeat: repeat-y;
	position: relative;
	height: 900px;
	width: 150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #30274A;
	border-bottom-color: #30274A;
	z-index: 500;
}
.master_container {
	position: relative;
	height: 100%;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #30274A;
	border-right-color: #30274A;
	border-bottom-color: #30274A;
	border-left-color: #30274A;
}
.main_text_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	height: 500px;
	width: 600px;
	left: 171px;
	top: 165px;
	z-index: 10;
}
.copyright_info_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #30274A;
	height: 100%;
	width: 790px;
	position: relative;
	clip: rect(0px,auto,0px,auot);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
.blue_lines_box {
	background-image: url(../_images/blue_bkg_line.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 85px;
	width: 600px;
	left: 0px;
	top: 0px;
	z-index: 2;
	text-indent: 0px;
}
.blue_box_text_box {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 80px;
	width: 580px;
	left: 10px;
	top: 10px;
}
.blue_lines_box_outline_top {
	background-image: url(../_images/blue_box_outline.jpg);
	position: absolute;
	height: 2px;
	width: 600px;
	top: 0px;
	z-index: 4;
	background-repeat: no-repeat;
}
.blue_lines_box_outline_bottom {
	background-image: url(../_images/blue_box_outline.jpg);
	position: absolute;
	height: 2px;
	width: 600px;
	z-index: 4;
	background-repeat: no-repeat;
	top: 83px;
}
.blue_lines_box_outline_left {
	position: absolute;
	height: 100%;
	width: 2px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image: url(../_images/blue_box_left_gray.jpg);
	background-repeat: repeat-y;
}
.blue_lines_box_2 {
	background-image: url(../_images/blue_bkg_line.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 85px;
	width: 600px;
	left: 0px;
	top: 0px;
	z-index: 2;
	text-indent: 0px;
}
.blue_box_text_box_2 {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 80px;
	width: 580px;
	left: 10px;
	top: 10px;
}
.blue_lines_box_outline_top_2 {
	background-image: url(../_images/blue_box_outline.jpg);
	position: absolute;
	height: 2px;
	width: 600px;
	top: 0px;
	z-index: 4;
	background-repeat: no-repeat;
}
.blue_lines_box_outline_bottom_2 {
	background-image: url(../_images/blue_box_outline.jpg);
	position: absolute;
	height: 2px;
	width: 600px;
	bottom: 0px;
	z-index: 4;
	background-repeat: no-repeat;
	top: 83px;
}
.blue_lines_box_outline_left_2 {
	position: absolute;
	height: 100%;
	width: 2px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image: url(../_images/blue_box_left_gray.jpg);
	background-repeat: repeat-y;
}
h1 { font-family:Georgia, "Times New Roman", Times, serif; color: #036; font-style:italic; }

