@charset "UTF-8";

	

/*main CSS*/

body  {
	
	background-color:#d9ebf5;
	margin: 20px 0;
	align:center;
	color: #523418;
}
BODY, TD, P, PRE, A  {font-family: Verdana;}
B {font-family: Verdana; color:#3333ff;}
.toc {font-size: 12pt; font-weight:bold; color:red; text-decoration: none;}
.red {color:red;}
PRE {
  font-family:Lucida Console, monaco, Monospace;
  font-size:12pt;}
A:link {text-decoration: underline;}  
.mainx #mainContent {
	width: 800px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 0px 60px;
}
.twoColFixLtHdr #mainContent {
	float: right;
	margin: 30px 80px 0px 0px;
	padding: 0px 20px 0px 0px;
	height: 360px;
	width: 410px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}


div#header {height:80px; }
div#main {top:80px;left:0px; text-align:left; margin:3; width:800; height:85%; overflow-y:auto;}
