html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:728px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
.style1 {
	font-size: 18px;
	color: #990000;
	font-style: italic;
}

.style2 {
	font-size: 18px;
	color: #000099;
	font-style: italic;
}
.style3 {
	font-size: 12px;
	color: #000000;
}
.style4 {
	font-size: 12px;
	padding: 0px 12px;
}

.style5 {
	font-size: 12px;
	padding: 0px 12px;
	color: #990000;
	font-weight: bold;
}

.style6 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.style7 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;	
}

.style8 {
	font-size: 14px;
	color: #000099;
}

.style9 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;	
}
.style11 {
	font-size: 11px;
	color: #000099;
	font-weight: bold;
}

.style12 {
	font-size: 10px;
	color: #000000;
}

.links1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

.links2 {
	font-size: 11px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.links2:hover {
	font-size: 11px;
	color: #FFCC66;
	text-decoration: none;
	background-color:#6666CC;
	font-weight: bold;
	
}
.links3 {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.links3:hover {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	
}
.links4 {
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	font-style: normal;
	text-align: center;
}

.links4:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	text-align: center;
	background-color:#FFCC66;
}

.links5 {
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

 blockquote.float-left {/* floats in content div */
  float: left;
  width: 336px; /* "em size" is element dependent */
  padding: 0 0 0 0;
  margin: 0px 6px 0px 6px;
  color: #000000;
  background: #FFFFFF;
  }

  blockquote.float-right {/* floats in content div */
  float: right;
  width: 336px; /* "em size" is element dependent */
  padding: 0 0 0 0;
  margin: 0 6px 6px 6px;
  color: #000000;
  background: #FFFFFF;
  }

  blockquote > p {/* control mozilla paragraph margin */
	margin: 0 0 12px;
  }

  blockquote.float-left strong {
  color: #000000;
  }

  blockquote.float-left em {
  color: #000000;
  }

  p.after-blockquote {
  padding: 12px;
  background: #ffffff;
  }
 
#header{
 position:relative; 
 height:142px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	background-color:#9ACCFF;
	
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:150px;
	float:right;
	position:relative;
	background-color:#FFCC66;
	padding: 5px;

 }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:555px;
	margin: 0em;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CBCBFD;
	border-right-color: #CBCBFD;
	border-bottom-color: #CBCBFD;
	border-left-color: #CBCBFD;	
 }
 
#footer{
	height:0px;
	background-color:#FFFFFF;
	clear:both;
	padding: 10px;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}
