body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin:0px;
	padding:0px;
}

h1 {
font-size: 16px;
font-weight:bold;
}

h2 {
font-size: 14px;
font-weight:bold;
}

h3 {
font-size: 12px;
font-weight:bold;
color:#069;
}

h4 {
font-size: 11px;
font-weight:bold;
}

.border {
border: 1px solid #ccc;
}

#header {
	background-image:url(images/hdr_bkg.gif);
	background-repeat:repeat-x;
	height:95px;
}

#menu {
	background-image:url(images/menu_bkg.gif);
	background-repeat:repeat-x;
	height:23px;
}
#menu td {
	font-size:10px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding: 3px 5px 0px 5px;
}

#menu .nopad {
	color:#000;
	padding: 0px;
}


#menu a:link, #menu a:visited {
	
	color:#000;
	text-decoration:none;
	
}
#menu a:hover {
	color:#C00;
	text-decoration:none;
}

.content {
	margin:10px;
	height:600px;
	/*background-image:url(images/bkg_dentist.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}
.link_container { width: 560px; }

.link_container ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.link_container a
{
	display: block;
	padding: 3px;
	padding-left: 10px;
	width: 548px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	text-align:left;
	font-weight:bold;
}

.link_container a:link, .navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

.link_container a:hover
{
	background-color: #369;
	color: #fff;
}
