@charset "utf-8";
body {
	margin-top: 0px;
	color: #000000;
	background-image: url(../images/header-stripe.gif);
	background-color: #00366A;
	background-repeat: repeat-x;
}
#container {
	position: absolute;
	width: 777px;
	margin-top: 15px;
	margin-left: -390px;
	left: 50%;
	
}

#navBar {
	background-color: #90CF76;
	background-position: center;
	width: 777px;
}

#content {
	background-color: #0078A5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #90CF76;
	border-left-color: #90CF76;
	width: 775px;
	background-image: url(../images/contentBackGround_03contentBackGround_03.gif);
	background-repeat: repeat;
	padding-top: 20px;
}


#leftBox {
	background-color: #FFFFFF;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	width: 500px;
	padding: 15px;
}
#rightBox {
	float: left;
	background-image: url(../images/contentBackGround_03contentBackGround_03.gif);
	background-repeat: repeat;
	margin-left: 20px;
}

.body {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 1.2em;
	color: #333333;
}
.blueHeader_txt {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #033364;
}




.blackHeader_txt {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}


.white_txt {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.3em;
}
.whiteHeader_txt {
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}

.blue_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0078A5;
}
.darkblue_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00366A;
}

