/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #ffffff;
		color: #000000;
		font-size: 62.5%;		
		background-image: url(images/grid.png);
		}
                         	
h1		{  
		font-family: arial, helvetica, sans-serif;
		font-size: 1.8em;  		
		color: #747f42;
		margin: 10px 0 20px 0;
		}

h2		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.6em;  
		color: #ae6119;
		margin: 15px 0 5px 0;
		}

h3		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.4em;  	
		color: #ae6119;
		margin: 15px 0 5px 0;		
		}

h4		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.2em;  	
		color: #ae6119;
		margin: 15px 0 5px 0;		
		}

p		{
		font-family: georgia, times, serif;
		font-size: 1.4em; 
		line-height: 1.6em;
		margin: 5px 0 10px 0;	
		padding: 0;	
		}

.formTag {
		font-weight: bold;
		font-family: verdana, sans-serif;
		font-size: 12px;
		color: #555;
		vertical-align: top;
		text-align: right;
			}
input,textarea,select {
	font-size: 11px;
	font-family: verdana, sans-serif;
	}
		
.doctors	{
		padding-top: 0;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px;
		}
		
.doctors ul{
		margin: 0;
		padding: 0;
		}
		
.doctors li{
		list-style: none;
		text-align: right;
		}

.doctors a {
		font-weight: bold;
		text-decoration: none;
		font-size: 1.2em;
		line-height: 4em;
		font-family: Arial, Helvetica, sans-serif;
		border-left: solid #666666 10px;
		margin-bottom: 3px;
		display: block;
		padding: 15px 15px 15px 0;
		color: #000000;
		}
		

.doctors	a:link {
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #c5bd98;
		}
.doctors	a:visited {
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #c5bd98;
		}
.doctors	a:hover {
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #948b54;
		}
.doctors	a:active {
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #c5bd98;
		}	
		



#content {
	padding: 10px 30px 10px 30px;
	}
#content li		{
		font-family: georgia, times, serif;
		font-size: 1.4em; 
		line-height: 1.6em;
		margin: 0 0 5px 0;		
		}

		
#menu {
	width: 171px;
	text-align: left;
		}

#menu ul {
	margin: 10px 0 0 0;
	padding: 0;
	}	
#menu ul li {
	list-style: none;
	border-top: #747f42 solid 1px;
	}
#menu a {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #38471c;
	text-decoration: none;
	padding: 6px 0 6px 14px;
	margin: 1px 0 1px 2px;
	display: block;
	}
#onit {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #474;
	text-decoration: none;
	padding: 6px 0 6px 14px;
	margin: 1px 0 1px 2px;
	display: block;
	background-image: none;
	}
#menu a:link {
		background-image: none;
		}
#menu a:visited {
		background-image: none;
		}
#menu a:hover {
		background-image: url(images/menubackground.png);
		background-color: #8b9159;
		background-position: top left;
		color: #fff;
		background-repeat: repeat-y;
		}
#menu a:active {
		background-image: none;
		}
		
#credits	{	
		font-size: 1em;
		line-height: 1.4em;
		font-family: verdana, sans-serif;
		text-align: center;
		padding: 10px 5px 10px 5px;		
		}
				


