html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #559977;
} 
 
#pagewidth{ 
 width:765px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:77px;
	width:100%;
} 
 
#leftcol{
	width:25%;
	float:left;
	position:relative;
	background-color: #557799;
	height: 25em;
  }
  
#leftcol_testimonials{
	width:25%;
	float:left;
	position:relative;
	background-color: #557799;
	height: 35em;
  }
 
#maincol{
	background-color: #AACCBB;
	float: right;
	display:inline;
	position: relative;
	width:75%;
	height: 25em;
 }
 
#maincol_testimonials{
	background-color: #AACCBB;
	float: right;
	display:inline;
	position: relative;
	width:75%;
	height: 35em;
 }
 
#footer{
    height:12px; 
    background-color:#004422;
   	color: #ffffff;
	font-family: Arial;
	font-size: 9px;
	padding: 2px;
	text-align: right;
    clear:both;
 }
 
.greylinks 
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 25px;
}
.greylinks:Hover 
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #AACCBB;
	text-decoration: none;
	margin-left: 25px;
}

.dental-links 
{
	top: 5px;
	text-align: right;
	margin-right: 10px;
    font: bold 16px Arial;
	color: #FFFFFF;
}

.dentallinks 
{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;

}
.dentallinks:Hover 
{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.yellowtext 
{
	font: bold 14px Arial;
	color: #FFFF00;
	margin-left: 5px;
}

.seminars {
	text-align: left;
}

.seminarlinks 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF99CC;
	text-decoration: none;
}
.seminarlinks:Hover 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.fdalinks 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.fdalinks:Hover 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


.hotline 
{
margin-left:5px
}

.main_col_txt {
	font: normal 12px Arial;
	padding: 5px;
}
.seminars_text {
	font: bold 12px Verdana;
	color: #FFFFFF;
	margin-left: 5px;
}

.main_col_ital {
	font: italic 13px Arial;
	color: #000000;
} 
.main_col_labs {
	font: normal 12px Arial;
	color: #000000;
	margin-left: 10px;
	margin-top: -5px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;} 
#twocols, #maincol{width:100%; float:none;}
}
h1 {
	font: bold normal 16px Arial;
	padding-left: 5px;
}
