html, body{ 
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	padding:0; 
	text-align:center; 
} 
body, p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:normal; 
	color: #666666;
	}
h1, h2, h3, h4, h5, h6, td, th, p {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	line-height: 120%;
}
#pagewidth { 
	text-align: center; 
	margin-top: 15px; 
	margin-right: auto; 
	margin-left: auto; 
	margin-bottom: 15px;
	width: 760px;
}
#textdata a, #textdata a:visited, #textdata a:link, #textdata a:hover {
	color: #3366CC;
	}

#header { 
	position: relative; 
	width: 100%; 
	text-align:left;
	} 
#lowercontent {
	background-image: url("/images/Lftbk.gif"); 
	background-repeat: repeat-y; 
	width: 760px; 
	height: auto;
	margin: 0; 
	padding: 0; 
	text-align: left;
	}
#leftcol { 
	padding: 12px; 
	width: 200px; 
	float: left;
	margin-bottom: 1px;
	}
#leftcol p {
	padding-left: 15px;
	font-size: 11px;
	}
#leftcol a {
	color:#666666; 
	font-weight: normal; 
	text-decoration:none; 
	}
.arrownav {
	background-image: url("/images/arrow.png"); 
	background-repeat: no-repeat; 
	font-weight:bold;
	}
#rightcol  { 
	background-image: url("/images/Rtbk.gif"); 
	background-repeat: repeat-y; 
	background-position: right;
	width: 535px; 
	margin-top: 2px;
	float: right;
	}
#textdata {
	margin-top: 12px; 
	margin-bottom: 12px; 
	padding: 5px 30px 20px 25px; 
	border-left: 1px solid #CCCCCC;
	min-height: 300px;
}
#clearme {
	clear: both;
	width: 760px;
	text-align: right;
	background-image: url("/images/Rtbk.gif"); 
	background-repeat: repeat-y; 
	background-position: right;
	}

a {
	color:#666666; 
	font-weight:bold; 
	text-decoration:none; 
	}
a:visited {
	color:#999999; 
	text-decoration:none; 
	}
a:hover {
	color:#333333; 
	text-decoration:none; 
	}
h1 {
	font-size:16px; 
	font-weight: normal; 
	text-decoration:none; 
	}
h2 {
	font-size:14px; 
	font-weight: normal; 
	text-decoration:none; 
	}
h3 {
	font-size:12px; 
	font-weight: normal; 
	text-decoration:none; 
	}
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
