/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* L A Y O U T */
/* ---------- ---------- ---------- ---------- ---------- ---------- */
	
	body {
		background: #ffffff;
		margin: 5px;
		
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
		color: #000000
		/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	}
	
	.hidden {
		display: none;
	}
	
	img {
		display: block;
		border: 0;
	}
	
	.columns {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* PRINT STYLES */
/* ---------- ---------- ---------- ---------- ---------- ---------- */

	#monthly {
		display: none;
	}
	
	#physicianSearch {
		display: none;
	}
	
	#navigation {
		display: none;
	}
	
	#footer {
		text-align: left;
	}

/* ---------- ---------- ---------- ---------- ---------- ---------- */
/* T Y P O G R A P H Y */
/* ---------- ---------- ---------- ---------- ---------- ---------- */

	h1 {
		font-size: 2.0em;
		font-weight: normal;
		margin-top: 0em;
		margin-bottom: 0em;/*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	h2 {
		font-size: 1.3em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: normal;
	}
	h3 {
		font-size: 1.0em;
		margin: -1.5em 0em 1.2em 0em;
		font-weight: normal;
		font-style: italic;
	}
	h4 {
		font-size: 1.2em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: bold;
	}
	h5 {
		font-size: 1.0em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: normal;
	}
	h6 {
		font-size: 0.8em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: bold;
	}
	img {
		border: 0;
	}
	ol, ul, li {/*
		list-style: none;*/
		font-size: 1.0em;
		line-height: 1.8em;
		margin-top: 0.2em;
		margin-bottom: 0.1em; 
	}
	p {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 1.2em 0em 1.2em 0em;
	}
	li > p {
		margin-top: 0.2em;
	}
	pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	
	
	a {
		text-decoration: underline;
		font-weight: normal;
		}
	a:link {
		color: #333333
		}
	a:visited {
		color: #66A3B0;
		}
	a:active {
		color: #66A3B0;
		}
	a:hover {
		color: #66A3B0;
		text-decoration: none;
		}
	
	
	.content {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 1.2em 0em 1.2em 0em;
	}
	
	.foot {
		font-size: 0.9em;
		line-height: 1.4em;
		margin: 1.2em 0em 1.2em 0em;
		text-align: left;
	}
	
	.docSearch {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
	}
	
	.inset {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.menuNode {
		margin-left: 10px;
		margin-right: 5px;
		font-size: 1.0em;
		line-height: 1.4em;
	}
	
	.menu {
		font-size: 1.0em;
		line-height: 2.8em;
	}