/*   /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\   */
/*   Created by DIS Website Services | Last Updated 10.22.08   */
/*   /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\   */

/*   ******* Print Style Sheet for BOA ******   */

/* import the user style sheet */

@import '/css/user.css';

* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 1em;
}

/* printlogo contains a printer friendly logo */

#printlogo {
	width: 388px;
	height: 109px;
}

/* set the print heading styles */

h1 {
	background-color: #114f74;
	background-image:url(../images/h1_bg.gif);
	background-repeat:no-repeat;
	margin: 11px 0 5px 0;
	padding: 19px 0 0 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	height: 28px;
	color:#FFFFFF;
}

h2 {
	margin: 8px 0 18px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color:#000000;
}

h3 {
	margin: 28px 0 4px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#000000;
}

h4 {
	margin: 28px 0 5px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000033;
}

.printlogo {
display:block;
}

/* style the content area for print format */

#content {
	position: relative;
	width: 90%;
	padding: 8px;
	text-align: left;
}

#content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

#content ul li {
	margin: 0 0 15px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	list-style-position: outside;
}

#content ol li {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#content ol li {
	margin: 0 0 15px 40px;
}

#contentfullpage ol {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#contentfullpage ol li {
	margin: 0 0 15px 40px;
}

#contentfullpage ul li ul li {
	list-style: circle;
	list-style-type: circle;
}

/* turn everything else off */

.bulletheader {display: none;}
#header {display:none;}
.headerlogo {display:none;}
#mainNav {display:none;}
#subNav {display:none;}
#footer {display:none;}
.tooltip {display:none;}
.tooltipleft {display:none;}
#navigation {display:none;}
#contentleftcolumn {display:none;}
#printerfriendly {display:none;}
.skiptocontent {display:none;}

input {
border: 0;
width: 200px;
font-weight: bold;
}

select {
border: none;
display: none;
}

.radio {
width: 10px;
}

.checkbox {
width: 10px;
}

.text {
border: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

.printonly {
display: block;
}

label {

}

#submit {
display: none;
}
