body {
	background-color: #ffffff;
	text-align: left;
}
.contentright, .contentrightbox, .footerimg, .ul.contentnav, .li.contentnav, .mainnav, .noprint{
display: none;

}
/* main is the entire content area */
div.main {
	background-color: #FFFFFF;
}
/* header is the top (header) area  */
div.header {
	width: 750px;
	height: 40px;
}
/* contentmain is the entire content area */
div.contentmain {
	padding: 0;
	margin: 0px 0 0 0;
	width: 650px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* contentmainleft is used on pages when main content area is on the left side */
div.contentmainleft {
	padding: 0 0px 0 0px;
	margin: 0;
}
/* cotentmainleft2 is the inner shell main content area is on the left side */
div.contentmainleft2 {
	margin: 0;
	padding: 0;
	width: 650px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* contentleft is side content area on the left */
div.contentleft {
display: none;
}
/* contentleft2 is the inner shell of side content area on the left */
div.contentleft2 {
display: none;
}
/* contentmainright is used on pages when main content area is on the right side */
div.contentmainright {
	padding: 0 0px 0 0px;
	margin: 0;
}
/* cotentmainright2 is the inner shell main content area is on the right side */
div.contentmainright2 {
	margin: 0;
	padding: 0;
	width: 650px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* contentall is the entire content page (not divided) */
div.contentall {
	padding: 0 0px 0 0px;
	margin: 0;
}
/* contentall2 is the inner shell of the entire content page */
div.contentall2 {
	margin: 0;
	padding: 0 0px 0 0px;
	width: 650px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
div.footer {
	width: 750px;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 11px;
	color: #F1F6F6;
	float: right;
	left: 150px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.footer a {
	text-decoration: underline;
	color: #ffffff; font-size: 11px;
}

div.footer a:hover {
	text-decoration: none; font-size: 11px;
}
/* text is the attributes for the text */
div.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* h2 is used for titles of each page in content area */
h2 {
	background-repeat: no-repeat;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0 0 0px 2px;
}
/* h1 is used for titles of each page in content area */
h1 {
	background-repeat: no-repeat;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0 0 0px 2px;
}
/* title is used for the header area title (print css) */
h1.title {
	font-family: geneva, "trebuchet ms", arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
}
a.title {
	font-family: geneva, "trebuchet ms", arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #416C96;
}
/* a used in content area */
a {
	color: #416C96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* a used in content area */
a:hover {
	text-decoration: none;
	}
/* p used in content area */
p {
	padding: 0;
	margin: 1em 0 1em 0;
}

