body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	text-align: left; 
}

p { page-break-before: auto}
li { page-break-before: auto}
h1 {
	font-size: 15pt;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-size: 14pt;
	page-break-before: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
a:link {
	color: #003366;
}

#printlogo {
	position: relative;
}

#container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	top: 0px;
	position: relative;
}
#header {
	display:none
}
#topnav {
	display:none
}
#sidebar1 {
	display:none
}
#links {
	display:none
}
#breadcrumb {
	display:none
}
#content {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 80%;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
} 

#footer {
	display:none
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 4px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 4px;
}
.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;
}
.hide {
display:none
}
#bottomnavbar {
	display:none
}
#hometopinfolinks {
	display:none;
}
.anythingSlider {
	visibility: hidden;
	display: none; /* for 4.6 and up */ 
    width: 0px;    /* for 4.3 */ 
    height: 0px; 
	}

