/*  copyright Network Health Services  Corporation 2009
for questions about this sylesheet, contact web_adm@network-health.org
stylesheet by Lyman Phillips */

/* This stylesheet is structural only. This stylesheet defines the body and the content div block*/

/*global styles can go inside this block*/
* {
	margin: 0; padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
	

BODY {
	background-color : #ffffff;
	text-align:center; 	/* for IE */
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

#content {
	background-color : #FFFFFF;
	width: 980px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}
img { border:0px }