@charset "utf-8";
/******************************************************** 
*          MAIN PAGE STYLES           *
*********************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	padding: 0px;
	font-weight: normal;
	background-color: #2a72ba;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
}
#container {
	width: 883px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	height: 176px;
	width: 883px;
}
#mainContent {
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 55px;
	padding-left: 55px;
	background-image: url(../images/bg_page3.gif);
	background-repeat: repeat-y;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	height: 137px;
	width: 883px;
}
#footer img {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.footnote {
	font-size: 13px;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
	margin-top: 18px;
	line-height: normal;
}
#footnote_wrapper {
	font-size: 13px;
	color: #333;
	padding-right: 30px;
	padding-left: 30px;
}
.footnote P {
	margin: 0px;
	padding: 0px;
}
/******************************************************** 
*          Text Box          *
*********************************************************/

.textBoxTop {
	height: 12px;
	width: 518px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/textBoxTop.gif);
	background-repeat: no-repeat;
}
.textBoxMid {
	height: auto;
	width: 468px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/textBoxMid.gif);
	background-repeat: repeat-y;
}
.textBoxBottom {
	height: 12px;
	width: 518px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/textBoxBottom.gif);
	background-repeat: no-repeat;
}
.textBox2Top {
	height: 12px;
	width: 727px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/textBox2_top.gif);
	background-repeat: no-repeat;
}
.textBox2Mid {
	height: auto;
	width: 677px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/textBox2_mid.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textBox2Bottom {
	height: 12px;
	width: 727px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/textBox2_bottom.gif);
	background-repeat: no-repeat;
}
/******************************************************** 
*          Bonus Boxes          *
*********************************************************/

.bonusBoxTop1 {
	height: 126px;
	width: 655px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/bonusBox_top1.png);
	background-repeat: no-repeat;
}
.bonusBoxTop2 {
	height: 126px;
	width: 655px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/bonusBox_top2.png);
	background-repeat: no-repeat;
}
.bonusBoxTop3 {
	height: 126px;
	width: 655px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/bonusBox_top3.png);
	background-repeat: no-repeat;
}
.bonusBoxMid {
	height: auto;
	width: 565px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 45px;
	padding-left: 45px;
	background-image: url(../images/bonusBox_mid.png);
	background-repeat: repeat-y;
}
.bonusBoxBottom {
	height: 55px;
	width: 655px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/bonusBox_bottom.png);
	background-repeat: no-repeat;
}
.bonusBoxMid ul li {
	background-image: url(../images/bullet_arrowBlue.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 15px;
}


/******************************************************** 
*          TEXT AND OTHER STYLES           *
*********************************************************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	width: 800px;
	text-align: center;
}
#headline1 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 23px;
	font-weight: bold;
	color: #000033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	line-height: normal;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 700;
	color: #bf0000;
	text-align: center;
	margin-top: 50px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-bottom: 9px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.pgTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #876a0b;
}
.text2 {
	font-weight: normal;
	color: #de8e03;
}


.highlight_red {
	color: #BF0000;
}
.highlight {
	background-color: #ffff00;
	padding-right: 2px;
	padding-left: 2px;
}
.list_wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 21px;
}
.list1 {
	background-image: url(../images/bullet_checkBox_blueYellow.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 15px;
	margin-left: -20px;
	margin-right: 10px;
}
.listNumber1 {
	background-image: url(../images/number1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 45px;
	padding-bottom: 15px;
}
.listNumber2 {
	background-image: url(../images/number2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 45px;
	padding-bottom: 15px;
}
.listNumber3 {
	background-image: url(../images/number3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 45px;
	padding-bottom: 15px;
}
.listNumber4 {
	background-image: url(../images/number4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 45px;
	padding-bottom: 15px;
}
.listNumber5 {
	background-image: url(../images/number5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 45px;
	padding-bottom: 15px;
}
.list2Number1 {
	background-image: url(../images/number-1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 50px;
	padding-bottom: 20px;
	background-position: -45px top;
}
.list2Number2 {
	background-image: url(../images/number-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 45px;
	padding-bottom: 15px;
}
.textBold {
	font-weight: bold;
}
.listNumbered-wrapper {
	margin-bottom: 20px;
}

.listNumbered-number {
	clear: both;
	float: left;
	width: 63px;
	margin-left: 25px;
}
.listNumbered-text {
	margin-left: 108px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 75px;
}
.listNumbered-text p {
	margin: 0px;
	padding: 0px;
}


#dearFriend {
	margin-top: 25px;
}

.textUnderline {
	text-decoration: underline;
}
#text_footer {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 35px;
	font-size: 13px;
}
.textTextBox {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 25px;
}
.textTextBox-large {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
}
.portrait {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#nav_footer {
	margin-bottom: 1px;
	text-align: center;
	font-size: 13px;
}
/******************************************************** 
*          Nav           *
*********************************************************/

a:link {
	color: #0000cc;
}
a:visited {
	color: #0000cc;
}
a:hover {
	color: #0000cc;
}
a:active {
	color: #0000cc;
}
#nav_footer a {
	text-decoration: none;
}
#nav_footer a:hover {
	text-decoration: underline;
}
#nav_footer a:active {
	text-decoration: underline;
}
