/* CSS Document */
/* Layout styles for Chronic N pages */

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
/* Use container2 for supplemental pages where full header in not included*/
#container2 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

/* Define header */
#header
{
/*height: 230;*/
background-color: #4A766E;
/*position: relative; 
top:0;left: 0;*/
margin:0px;
width: 780px;

}

/*#title
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
font-stretch:semi-expanded;
}*/


/* Define top navbar */
#navbar
{
	margin: 0;
	padding: 0.2em;
	width: 99.2%;
	background-color: #5F9F9F;
	border-bottom: solid thin #006666;
	border-top: solid thin #006666;
}




/* Style for sidebar column */

#datanavbar{
 	/*position: relative;
	left:0; top:250;*/
	float: left;
    padding:2px 0px 0px 2px;
    margin:10px;
    width:170px;
	height: 620px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: 1.0em ;
	color: #000000;
	background-color:#FFFFFF;
	background-image: url(../images/oakpine.jpg);
	background-repeat: no-repeat;	             
}

/* Define content */
#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:195px;
	padding:18px 18px 18px 18px;
	background-color:#FFFFFF;
	border-left:thin groove #009980;
	

}
#content2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:95px;
	padding:10px;
	

}

#footer {
			clear: both;
			padding: 2px;
			margin-top: 0px;
			text-align: center;
			border-top:#003300 medium solid;
			}
body {
	background-color: #808080;
	margin: 0;
	padding: 0;
}

