
BODY { 
        background-color: #C0C0C0;
        margin: 15px 0px 15px 0px;
        padding: 0px;
       }

#container {
	background: #c0c0c0;
	margin: 0 auto;
	width: 754px;
	padding: 0 0px 0 0px;
	border: 1px solid #c5ced0;
	}
	
#content {
        background: #ffffff;
	margin: 0 auto;
	width: 750px;
	border: 1px solid #949494;
	}
	
#banner {
	background: #ffffff;
	height: 76px;
	}

#menu ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 750px;
	line-height: 30px;
	background-color: #40ABED;
	font-size: 11px;
	position: absolute;
	font-family: arial, verdana, tahoma;
	top-margin: 217px;
	}
	
#menu ul li { 
	display: inline;
	}
	
#menu ul li a {
	padding: 0 12px;
	background-color: #40ABED;
	color: #ffffff;
	text-decoration: none;
	float: left;	
	text-transform: uppercase;
	border-right: 1px solid #FFFFFF;
}

#menu ul li a:hover {
	background: #BBBBBB;
	color: #ffffff;
}
	    	
#main {
	margin-top: 10px;
	padding: 20px 20px 10px 20px;
	text-align: left; 
	font-family: arial, verdana, tahoma; 
	color: #000000; 
	font-size: 11pt; 
	line-height: 150%;
	}
	
#main h1 {
	font-family: tahoma, verdana, arial; 
	font-size: 18px; 
	font-weight: bold;
	}

.small { font-size: 9pt; }
.date { font-size: 9pt; color: #777777; }
.requesttext { font-size: 9pt; font-face: arial, verdana, tahoma; color: #000000; font-weight: bold; padding-right: 5px; }

#health {
        background: url(/napdrt/images/health.jpg) no-repeat;
        margin-top: 10px;
        height: 93px;
        width: 170px;
        float: left;
        padding: 5px;
       }  

#chart {
        background: url(/napdrt/images/chart.gif) no-repeat;
        height: 233px;
        width: 500px;
       }     