body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
}

img.photos {
	border: 1px #CC66CC solid;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}

table.main {
	border: 1px solid #000000;

}

a.topnav {
	color: #FFFFFF;
	text-decoration: none;
}

a.topnav:hover {
	color: #CCCCCC;
	text-decoration: none;
}

td.navigation2 {
	height: 300px;
	background-color: #BA55D3;
	padding-top: 5px;
}

td.heading {
	background-color: #8B008B;
	height: 120px;
}

td.divider {
	height: 20px;
	background-color: #000000;
}

td.main {
	height: 300px;
	background-color: #dfdfdf;
}



td.maintext {
	padding: 15px;
	text-align: justify;
}

td.maintext a {
	color: #0000FF;
	text-decoration: none;
}

td.maintext a:active {
	color: #0066FF;
	text-decoration: underline;
}

td.maintext a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.appointmentbutton {
	margin: 0 auto;
	border: #CC0099 1px solid;
	padding: 5px;
	background-color:#FFFFCC;
	font-weight: bold;
	font-size: 12px;
	width: 200px;
	text-transform: uppercase;
	text-align: center;
}



.links a {
	color: #9900CC;
	text-decoration: none;
}

.links a:hover {
	color: #0000FF;
	text-decoration: none;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BA55D3;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	width: 300px;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	text-align: center;
	padding: 5px;
	width: 300px;
	margin: 0 auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;	
}

#navigationtop {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul {
	margin: 0;
	list-style: none;
	width: 145px;
	text-align: center;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666666;
	}
	
#navigation ul li {
	position: relative;
	}
	
#navigation li ul {
	position: absolute;
	left: 146px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navigation ul li a.nav {
	display: block;
	text-decoration: none;
	color: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	background-color: #BA55D3;
	width: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	}
	
/* Holly Hack. IE Requirement \*/
#navigation * html ul li { float: left; height: 1%; }
#navigation * html ul li a { height: 1%; }
/* End */

#navigation ul li a:hover {
	color: #ffffff;
	background-color: #333333;
} /* Hover Styles */
		
#navigation li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

#navigation li:hover ul, li.over ul { display: block; } /* The magic */



h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding: 5px;
}

#totem {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-left-color: #ffffff;	
}

td.copyright {
	background-color: #DA70D6;	
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: right;
	display: block;
	padding: 5px;	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

cite {
	text-align: right;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;	
}