@charset "UTF-8";

/* Whole Document */
body {
	background-color: #234A6D;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.4;
	min-width: 914px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.gif);
	background-position: center;
}
img {
	border: 0;
}
div#master_wrapper {
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	width: 875px;
}

/* Graphics for Top Bar */
.Horz_Bar {
	background-color: #0E263A;
	height: 4px;
	width: 875px;
	clear: both;
	overflow: hidden;
}
.Global_Nav_2 {
	height: 44px;
	width: 875px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #234A6D;
	text-align: right;
	clear: both;
	vertical-align: text-bottom;
	color: #FFFFFF;
}
.Client_Login {
	padding-top: 20px;
	padding-right: 20px;
	text-decoration: none;
}
.Client_Login a {
	text-decoration: none;
	color: #FFFFFF;
}
.Client_Login a:hover {
	text-decoration: underline;
}

.Main_Row {
	height: auto;
	width: 875px;
	clear: both;
}
.ImageBar {
	height: 164px;
	width: 875px;
}
.Horz_Bar2 {
	height: 6px;
	width: 875px;
	background-color: #133657;
	overflow: hidden;
}
.Horz_Bar3 {
	background-color: #406280;
	height: 2px;
	width: 875px;
	overflow: hidden;
}

/* Left Navigation Area */
.LeftNav {
	background-color: #133657;
	width: 293px;
	text-align: right;
	padding-right: 0px;
	padding-top: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
}
* html .LeftNav {

	margin-top: 10px;
}

/* First Level of Navigation */
.Global_Nav_1_1 a {
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	height: 15px;
	width: 200px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 32px;
	float: right;
	overflow: hidden;
}
.Global_Nav_1_1 li {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
}
.Global_Nav_1_1 li  {
	margin-top: -2px;
	margin-bottom: -2px;
}
#LeftNav .Global_Nav_1_1 .selected a {
	text-decoration: underline;
	padding-bottom: 5px;
}
#LeftNav .Global_Nav_1_1 a:hover {
	color: #005DAA;
}

/* Second Level of Navigation */
.Global_Nav_1_2 {
	border-top-style: solid;
	border-top-color: #406280;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #406280;
	border-bottom-width: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 293px;
	margin-top: -10px;
	margin-bottom: -10px;
}
* html .Global_Nav_1_2 ul {	
	margin-top: 0px;
	padding-top: 7px;	
	padding-bottom: 27px;
	margin-bottom: -18px;
}
#LeftNav .Global_Nav_1_2 a {
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	height: 14px;
	width: 200px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 47px;
	float: right;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}
#LeftNav .Global_Nav_1_2 a:hover {
	color: #005DAA;
}
* html .Global_Nav_1_2 a {	
	height: 16px;	
}
#LeftNav .Global_Nav_1_2 li {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	overflow: hidden;
}
* html .Global_Nav_1_2 li {	
	margin-top: -2px;
	padding-top: -2px;
	padding-bottom: 0px;
}

/* Main Copy area on right side of page */
.MainCopy {
	background-color: #FFFFFF;
	width: 518px;
	padding-top: 26px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
* html .MainCopy {
	padding-top: 30px;
}

.Main_Row_Container {
	float: left;
	width: auto; 
	min-width: 900px;
}
#MainCopy h1 {
	color: #255B8B;
	font-size: 24px;
	font-weight: bold;
}
#MainCopy h2 {
	color: #974C38;
	font-size: 16px;
	font-weight: bold;
}
#MainCopy .Title {
	color: #974C38;
	font-size: 24px;
	font-weight: bold;
}

/* Code to keep the two columns the same length */
.prop {
	float: right;
	width: 1px;
}
.min50px {
	height: 350px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
