body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f3f1E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.oneColFixCtrHdr #container {
	width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
}
.oneColFixCtrHdr #header {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #823300;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
li.indent {
	margin-left: 285px;
}

.oneColFixCtrHdr #footer {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 45px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.nav_divider {
	letter-spacing: 0.75em;
}
.nav_type {
	font-size: 100%;
}
	
a.nav_type
{
	color: #333333;
	text-decoration: none;
}

a.nav_type:active
{
	color: #333333;
	text-decoration: none;
} 
a.nav_type:visited
{
color: #333333;
text-decoration: none;
} 
a.nav_type:hover
{
	color: #000000;
	text-decoration: underline;
} 

.roundedcontentcontainer {
	background-color: #F3F1E5;
	border: 0px solid #CCCCCC;
	padding-right: 40px;
	padding-left: 25px;
}
.nav_type2 {
	font-size: 96%;
}
a.nav_type2
{
	color: #333333;
	text-decoration: none;
}

a.nav_type2:active
{
	color: #333333;
	text-decoration: none;
} 
a.nav_type2:visited
{
color: #333333;
text-decoration: none;
} 
a.nav_type2:hover
{
	color: #000000;
	text-decoration: underline;
} 

A.InvisiLink 	{
	text-decoration : underline;
	color : #F3F1E5;
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 4px;
	line-height: 1px;
   }

A.InvisiLink:visited {
	text-decoration : underline;
	color : #F3F1E5;
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
}

A.InvisiLink:active  {
	text-decoration : underline;
	color : #F3F1E5;
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
}

A.InvisiLink:hover  {
	text-decoration : underline;
	color : #F3F1E5;
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
}
