body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #23529a;
}

.submenu p {margin:.5em 0;}
.submenu { padding:0 5px;  
position:absolute; left:0px; width:100%; 
text-align:left; font-weight:bold; font-size: 80%; width:10em;
visibility:hidden;}

td.menutop div.submenu{background-color:#e8f0f8; top:3em;}

td.menubottom div.submenu {background-color:#e0e8f0; bottom:3em;}

div.submenuparent {position:relative; width:100px;}

table.mainmenu td {width:14%}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.larger {font-size: 1.1em}


td.content {
	padding: 1em 5px 5px 10px;
	border:0px solid #ff0000;
}


.PageHeading {font-size: 1.6em;
	margin-left:50px;
	color: #52285a;
	font-weight: bold;
}
.DrName {font-size: 1.6em;}

img.floatleft {
 float:left; 
 margin: 0px 25px 5px 0px;
}

a:link {
	text-decoration: none;
	color: #23529a;
}
a:visited {
	text-decoration: none;
	color: #23529a;
}
/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:active {
	text-decoration: none;
	color: #73529a;
}


ul {
	margin: 0px 2px;
	padding: 0px 13px;
	border:0px solid #000000;
}

.mainmenu {
	font-weight: bold;
	 margin:10px;
}
.copyright {
	font-size: .8em;
	font-weight: bold;
}
