﻿html, body {
	background-color: #9fb4a3; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.geronurseresearch.com/images/masterPage/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	height: 100%;
}

/* =LAYOUT
-----------------------------------------------------------------------------*/

#container {
	width: 856px;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
	background-color: #ffffff;
} 

#header {
	width: 856px;
} 

#sidebar1 {
	float: left;
	width: 153px;
	background-color: #165864;
	/*background-image: url(http://www.atshc.com/images/masterPage/leftNavBG.gif);*/
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#mainContent {
	margin: 0px 10px 0 169px; 
	background-color: #ffffff;
	height: 100%;
}

#footer {	
} 

.clearfloat {clear:both;  height:0; font-size: 1px; line-height: 0px;}



/* =MISC
-----------------------------------------------------------------------------*/

.whiteText {font-family: Verdana; font-size: 11px; color: #fff;}
.yellowText {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;}
P, TD {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; margin-right: 10px; margin-left: 10px; margin-top: 10px; margin-bottom: 0px;}





