
body {
	background-color: #E9E7E7;
	text-align: center;
}
/* main is the entire content area */
div#main {
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	p\osition: relative;
}
/* header is the top (header) area  */
div#header {
	position: relative; 
	background-color: #C3B0B8;
	width: 750px;
	height: 100px;
	background-image:   url(images/header.jpg);
	background-repeat: no-repeat;
}
/* mainnav is the top vertical nav area */
ul#mainnav {
	position: absolute;
	left: 20px;
	top: 74px;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* mainnav is the top vertical nav area */
ul#mainnav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 5px 12px 0 12px;
	line-height: normal;
	text-indent: 0;
	height: 30px;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
/* mainnav is the top vertical nav area */
ul#mainnav li a {
	font-family: geneva, trebuchet ms, arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
/* mainnav is the top vertical nav area */
ul#mainnav li a:hover {
	text-decoration: underline;
}
/* contentmain is the entire content area */
div#contentmain {
	padding: 0;
	margin: 20px 0 0 0;
}
/* contentright is side content area is on the right */
div#contentright {
	float: right;
	margin: 0;
	padding: 0 35px 0 0px;
}

/* contentleft is side content area on the left */
div#contentleft {
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
	background-image:   url(images/vertical.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
/* contentleft2 is the inner shell of side content area on the left */
div#contentleft2 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 175px;
	padding-right: 0px;
	padding-left: 5px;
}
/* contentrightbox consists of the right side modules */
div#contentrightbox {
	width: 210px;
	background-color: E9E7E7;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-left: 2px;
}
/* contentmainleft is used on pages when main content area is on the left side */
div#contentmainleft {
	float: left;
	padding: 0 20px 0 10px;
	margin: 0;
	background-image:   url(images/vertical.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
/* cotentmainleft2 is the inner shell main content area is on the left side */
div#contentmainleft2 {
	margin: 0;
	padding: 0;
	width: 450px;
}
/* contentmainright is used on pages when main content area is on the right side */
div#contentmainright {
	float: right;
	padding: 0 20px 0 10px;
	margin: 0;
}
/* cotentmainright2 is the inner shell main content area is on the right side */
div#contentmainright2 {
	margin: 0;
	padding: 0;
	width: 460px;
}
/* contentall is the entire content page (not divided) */
div#contentall {
	float: left;
	padding: 0 20px 0 10px;
	margin: 0;
}
/* contentall2 is the inner shell of the entire content page */
div#contentall2 {
	margin: 0;
	padding: 0 0px 0 0px;
	width: 670px;
}
/* footer contains the attributes for the footer */
div#footer {
	width: 750px;
	font-family: geneva, trebuchet ms, arial, sans-serif;
	font-size: 11px;
	background-color: 7E7582;
	background-repeat: no-repeat;
	color: F1F6F6;
	float: right;
	left: 150px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* footerimg is the bottom img part of footer */
div#footerimg {
	width: 750px;
	height: 15px;
	background-color: E9E7E7;
	background-repeat: no-repeat;
	float: right;
	left: 150px;
	background-image:  url(images/footer.jpg);
	vertical-align: middle;
}

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;
	padding-left: 5px;
}
/* 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 {
	display: none;
}
div#base {
	clear: both;
}
/* 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;
}
/* contentnav is used with side nav content */
ul.contentnav
	{list-style-type: none; padding: 0; margin: 0;}
/* contentnav is used with side nav content */
li.contentnav
	{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .8em;
}

