/* Print Styles for All Pages */
body {
	font-size: 10pt;
}
#bodyWrapper {
	width: 100%;
}
/* Header
----------------------------------------------- */
#header {
	background: #FFFFFF url(/newImages/headerBackground.gif) repeat-x left top;
	border: 1px solid #A3E6FF;
	margin: 0 0 3px 0;
	padding: 12px 15px 0 15px;
	text-align: right;
}
#header #logo {
	float: none;
	padding: 0 0 10px 0;
	text-align: left;
}
#header ul {
	display: none;
}
#header form {
	display: none;
}
#skipNav {
	display: none;
}	
/* Primary Navigation 
----------------------------------------------- */
#primaryNav {
	display: none;
}
#crumbs {
	display: none;
}
#submenu {
	display: none;
}

/* Main Content
----------------------------------------------- */
#contentWrapper {
	background: none;
}
#contentWrapper #content {
	width: 100%;
	padding: 0;
}
#contentWrapper #content ul {
	list-style-type: disc;
	margin-left: 20px;
}
#contentWrapper #content ul li {
	background-image: none;
	padding: 0;
}
#signedIn {
	display: none;
}
/* Navigation
----------------------------------------------- */
#contentWrapper #nav {
	display: none;
}
/* Highlight Area
----------------------------------------------- */
#contentWrapper #highlight {
	display: none;
}
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
	border-top: 9px solid #0073D0;
}
#footer ul {
	display: none;
}
#footer #copy {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
/* Old style
----------------------------------------------- */
.noprint {
	display: none;
}
.breakhere {
	page-break-before: always
}
/* Put these in here to help with the printing of claims statements
----------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline; 
}
a:hover { 
	color: #000000;
	text-decoration: none;
}
a:active { 
	color: #000000;
	text-decoration: none;
}
.bglightblue {
	background: #FFFFFF;
}