/* CSS Document */

html body p form ul ol li {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #c2c2c2;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

.wrapper {
	width: 748px;
	margin: 10px auto;
	text-align: left;
	
}

.printHeader {
	display: block;
}


.header {
	height: 114px;
	display: none;
}

.banner {
	height: 234px;
	width: 569px;
	float: right;
	display: none;
}



.nav {
	background-image: url(../images/nav_bg_repeat.jpg);
	background-repeat: repeat-y;
	width: 179px;
	float: left;
	height: 234px;
	display: none;
}
	
.navLink {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding-left: 23px;
	text-decoration: none;
	background-image: url(../images/arrow_cl.jpg);
	background-repeat: no-repeat;
	display: none;
}

.navLinkUp {
	color: black;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding-left: 23px;
	text-decoration: none;
	background-image: url(../images/arrow_op_blk.jpg);
	background-repeat: no-repeat;
}


a.navLink:hover {
	background-image: url(../images/arrow_op.jpg);
	background-repeat: no-repeat;
}

.stripe {
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: none
}

.leftbottom {
	background-image: url(../images/grey_bg_repeat.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 180px;
	display: none;
}

.mainbody {
	background-color: white;
	margin: 0;
	padding-top: 5px;
	padding-right: 22px;
	display: block;
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 30px;
}

b {
	font-family: Georgia, "Times New Roman", Times, serif;

}

.textLink {
	padding-right: 8px;
	padding-left: 8px;
	color: #ED921B;
	text-decoration: none;
}

a.textLink:hover {
	color: #000000;
}

.BottomNav {
	color: #000000;
	font-size: 7pt;	
	margin: 0px auto;
	width: 748px;
	padding-left: 260px;	
	display: none;
}

.BottomLink {
	color: #000000;
	text-decoration: none;
}

.policy {
	float: right;
	padding-right: 270px;
	font-size: 7pt;
	display: none;
}

/* ====== NAV INCLUDE STYLES ======*/

.navLevel2 {
	padding-right: 2px;
	color: white;
	list-style-type: square;
	display:none;
			
}

.navLevel2Up {
	padding-right: 2px;
	color: black;
	list-style-type: square;
	display: none;
}
	
a.navLevel2:hover {
	color: black;
	display: none;
}

.navLevel3 {
	margin: 0;
	padding: 0px;
	color: white;
	font-size: 7pt;
	list-style-type: disc;
	list-style-position: inside;
	display: none;
}

.navLevel3Up {
	margin: 0;
	padding: 0px;
	color: black;
	font-size: 7pt;
	list-style-type: disc;
	list-style-position: inside;
	display: none;
}


/* ====== END NAV INCLUDE STYLES ======*/