/* NAVIGATION */
body {
   background-repeat: repeat-y;
  background-position: center;
margin: 0; /* zeroes the margins on the body */
padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
border: 0; /* zeroes off any existing border */
text-align: center; /* Hack to center the wrapper in IE5.x pc */
min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px;}

#maindiv { /* main web page container */
	width: 770px;/*sets the width for IE5.x's broken box model*/
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	border: 1px solid #000; /* sets a border to all 4 sides */
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	top: -5px;
	background-color: #D6DED5;
}

a.navleft:link, a.navleft:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;	
}
a.navleft:hover, a.navleft:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;	
}

td.navleft {
	text-align: center;
}

/* CONTENT */
p, li {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h3, pre  { 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px; }

/* page hyperlinks */
a:link, a:visited {
	color:#000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover, a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* fp links */
.fp_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;

}
a.fp_text:link, a.fp_text:visited {
	color:#6DA8D8;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;

}
a.fp_text:hover, a.fp_text:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;

}

/* footer */
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}
a.footertext:link, a.footertext:visited {
    color:#4E4D4D;
	text-decoration: underline;
}
a.footertext:hover, a.footertext:active {
	color: #FF0000;
	text-decoration: none;
}
