/*

<IHSBoxDoc file="stylesheet.css" language="Cascading StyleSheet">
	<purpose>I set the styles for the web site.</purpose> 
	<properties>
		<history author="Ed Conley" email="Ed.Conley@IHS.gov" date="24 September 2008" role="architect" type="create" />   		
	</properties>
</IHSBoxDoc>

*/



div.menu{
	float: left;
	width: 150px;
	margin-top:0px; 
	margin-left:0px;
	border: 0px solid red; 
	background-color:#ffffcc; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:center;
}

div.content{
	float: right; 
	width:700px;
	margin-top:0px; 
	margin-right:10; 
	padding:5px;
	border: 0px solid blue;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	vertical-align:top;  
	text-align:left;
}		

