@charset "UTF-8";
body  {
	background: #D1E8E6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

img { padding: 8px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #5D7471;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5D7471;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D7471;	
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5D7471;
	padding: 8px;
}


.main a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5D7471;;
	text-decoration:underline;
}

.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5D7471;
	text-decoration:underline;
	
}

.main a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5D7471;
	text-decoration:underline;

}

.main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5D7471;
	text-decoration:underline;
}

.clinicName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #5D7471;
	text-transform: uppercase;
	font-weight: bold;
}

.clinicAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #5D7471;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #5D7471;
	font-weight: bold;
}

.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	color: #5D7471;
	font-weight: bold;
	
}

.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	color: #5D7471;
	font-weight: bold;
	
}

.nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	color: #5D7471;
	
	font-weight: bold;
}

.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #5D7471;
	text-decoration:underline;
	
	font-weight: bold;
}

.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #5D7471;
	font-weight: bold;	
	}

.subNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color: #5D7471;
	font-weight: bold;
	
}

.subNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color: #5D7471;
	font-weight: bold;
	
}

.subNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color: #5D7471;
	font-weight: bold;
	
}

.subNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #5D7471;
	text-decoration:underline;
	font-weight: bold;
	
}

#sidebar1 {
	background: #AEC1BE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px;
}

#sidebar1L {
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
	background: #BCD1CF;
}

#headline {
	background: #BCD1CF;
	padding: 15px 15px;
}

#center { 
	width: 445px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px;
}

#centerC { 
	width: 640px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px;
}

#centerL { 
	width: 395px; /* since this element is floated, a width must be given */
	background: #AEC1BE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
}

#news { 
	width: 221px;
	background: #CCBC57; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px;
}

#articles { 
	width: 222px;
	background: #CCBC57; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px;
}

#sidebar2 {
	padding: 15px 15px;
	background: #5D7471;
}


table.teaser
{
border-width: 1px;
border-color: #aec1be;
border-style: solid;
}
