body		{	text-align: center;
			background-color:  #868686;	
			font-family: Verdana, Arial, sans-serif;
			font-size: 62.5%;
			background-image: url('/images/body_bg.gif');	
		}

* 		{	padding: 0;
			margin: 0;
		}


div#container 	{	border: 5px solid #fff;
			margin: 20px auto;
			width: 960px;
			text-align: left;
			background-color: #fff;
			background-image: url('/images/napit_logo.gif');
			background-repeat: no-repeat;
			background-position: bottom left;
	      	}
div#header	{ 	width: 960px;
			height: 200px;
			background-image: url('/images/header_bg.gif');
			background-position: top;
			position: relative;
		}

div#header h1	{ 	color: #006600;
			font-weight: normal;
			font-size: 6em; 
			position: absolute;
			top: 40px;
			left: 200px;
			z-index: 100;
		}
div#header h1 span {	font-size: 45%;
		}

div#header h1#shadow	{ 	color: #666;
			z-index: 80;	
			font-weight: normal;
			font-size: 6em; 
			position: absolute;
			top: 42px;
			left: 202px;
		}

div#header h2	{ 	color: #fff;	
			font-size: 1.3em;
			padding: 120px 0 0 200px;
			font-style: italic;
		}

div#menubar	{	height: 25px;
			background-color: #006600;
			background-repeat: repeat-x;

		}

div#menubar ul	{ 	float: left;
			list-style-type: none;
			margin-left: 160px;
		}

div#menubar ul li { 	float: left;
			padding: 5px 30px 0 41px;
			font-size: 1.2em;
		  }

div#menubar ul li a:link	{	color: #fff;
					text-decoration: none;
				}
div#menubar ul li a:visited	{	color: #ddd;
					text-decoration: none;
				}
div#menubar ul li a:hover	{	color: #FFF601;
					text-decoration: underline;
				}
div#menubar ul li a:active	{	color: #fcc;
					text-decoration: none;
				}

div#menubar p	{ 	margin: 0;
			padding: 4px 0 0 20px;
			color: #fff;
			font-size: 15px;
			font-weight: bold;
		}


div#navbar_outer {	width: 200px;
			float: left;
			margin-bottom: 100px;
		}

div#navbar	{	padding: 10px;
			background-color: #95B27E;
			color: #fff;
		}

div#navbar p	{	padding: .25em 0;	
			font-size: 1.2em;
		}
div#navbar ul	{	margin: .25em 0 .25em 2em;
			list-style-type: square;
		}
div#navbar ul li {	font-size: 1.3em;
			padding: .25em 0;
		}

div#rightpanel	{	width: 150px;
			float: right;
			background-color: #fff;
			padding: 10px;
		}
	

div#rightpanel img {	margin: 10px 0;
			border: 1px solid #000;
		   }	


div#content_outer {	margin-left: 210px;
			margin-right: 170px;
			min-height: 300px;
		}

div#content 	{	padding: 10px;
		}

div#content p	{	font-size: 1.2em;
			margin: 1em 0;
		}

div#content h2 	{ 	margin: 20px 0;
			font-size: 1.6em;				
		}

div#content h3 	{	font-size: 1.2em;
			margin: 20px 0 20px 0;	
		}
div#content ul 	{	margin: 1em 0 1em 3em;
		}
div#content ul li { 	font-size: 1.2em;
			padding: .25em 0;
		}	

div#footer	{	height: 50px;
			clear: both;
			background-color: #006600;
			text-align: center;
			position: relative;
		}

div#footer h2 	{	padding: 10px 0 0 0;
			color: #fff;
			font-size: 1.2em;
		}
div#footer img#overlay { position: absolute;
			 top: -100px;
			 left: 20px;
			 width: 150px;
			 height: 100px;
			 border: 0;
			}
pre		{	font-size: 1.2em;
			margin: .5em 0 .5em 2em;
			text-transform: capitalize;
			color: #f00;
		}

	


