/* CSS Document */

/*admin styles*/
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xsmall;
	line-height: 13px;
	background-color:#699;
}
html body {
	background-color:#CCCCCC;
	}
table {border:0;}
/*link styles*/
a:link {
	text-decoration: underline;
}
a:hover {
	color:#FF6600;
}

/*paragraph style*/		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
}
/*style of record ID that was deleted*/
p.deletedRec span {
	font-weight: bold; 
	color: ##990000;
	}
		
/*heading styles*/		
h1 {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

/*div styles*/
#layoutwrapper {
	position:relative;
	margin: 0px auto;
	width: 750px;
	border: 1px solid black;
	background-color: #fff;
		}
#banner { 
	position:relative;
	margin: 0px auto;
	text-align:center;
		}
#bannerimage { 
	position:relative;
	margin: 0px auto;
	background-color:#666699;
	text-align:left;
		}
#title {
	display: none;}
	
/*holds table*/
#table_wrap {
	text-align:center;
	}	
#footer {
margin: 0px auto;
text-align:center;
padding: 5px;
width: 740px;
}

/*list styles*/
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	padding-left: 10px; 
}

/*table styles*/
table {margin: 10px;}

th {
	font-size: 80%;
	font-weight: bold;
	font-style:italic;
	text-align:left;
	color:#0066cc;
}
td {
	font-size: 80%;
	font-weight: normal;
	text-align:left;	
}
table h1 {
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:5px;
	}

/*class styles*/
.purpleheader {
	color: #660099;
	font-weight: bold;
	text-decoration: none;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	line-height: 18px;
	margin-bottom: -15px;
}
.address {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: -15px;
}
.physname {
	font-weight: bold;
	color: #660099;
	margin-bottom: -10px;
}
.practice {
	color: #0000CC;
	margin-bottom: -15px;
}
.blue {
	color: #0000CC;
}
.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.greensubhead {
	font-weight: bold;
	color: #006666;
	margin-bottom: -10px;
	font-style: italic;
}
.copyright {
	font-size: 10px;
	color: #000000;
}
.navigation {
	margin-bottom: -12px;
}

