body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#nav { 
	height:20px;
	padding:10px; 
	width:auto; 
	background-color:#006666;
}
div#nav a {
	color:white;
	font-weight:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #006666;
	font-weight: bold;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #006666;
}
a:active {
	color: #006666;
}
div#morePages {
	width:240px; 
	height:500px; 
	text-align:left; 
	background-color:#efefef; 
	border:1px dashed #cccccc; 
	margin:10px; 
	padding:10px; 
	float:right; 
	clear:left;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.twoColFixLt #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CECEF2;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-right-width: thin;
	border: 1px solid #000000;
	background-color: #DEDCD9;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style3 {font-size: 10pt}
.style1 {font-size: 10px}
.style4 {
	font-size: 14px;
	font-weight: bold;
}

.style7 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.twoColFixLt #container #sidebar1 #aaa {
	border: thin solid #000000;
}


.style8 {color: #000000}
.style16 {font-size: 12px}
.style18 {font-size: 10}
.style19 {font-size: 14px}
.style22 {color: #A6A653}

