/*Global CSS style sheet for NSSO Website*/

body{ font-family: arial, helvetica, verdana, sans-serif; size: 14px;
	color: #600;
	margin: 0px; 
	padding: 0px; 
	background-color: #fff;
	 }
p{ font-family: arial, helvetica, verdana,sans-serif; color: #600; }
.white { color: #fff; }
h1{ font-weight: bold; }
h2{ font-weight: bold; color: #600; border-bottom: #600 1px solid; }
h3{ color: #600; }
a{
	color: #660000;
	font-weight: bold;
	text-decoration: none; }	
a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline; }
a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none; }	

/*Fixes*/

#wrapper {
	width:100%;
	min-height:900px;
	background:url(/00Images/bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	overflow: visible;
}

.bodylink {color:#660000; text-decoration:underline;}

/*Header/Banner*/

#header{
	height: 275px;
	margin: 0px;
	padding: 5px;
	background: url(00Images/bg.jpg); }
#header p{ color: #fff; }
#header h1 { color: #fff; margin: 0 px; padding: 0px; text-align: center; font-size: 18px; }
#header h2 { color: #fff; margin: 0 px; padding: 0px; text-align: center; font-size: 14px; }


/*NavBar*/

#navbar{
	float: left;
	width: 270px;
	margin: 0px;
	padding: 20px;
	font-size: 14px;
	line-height: 1.5;}
#navbar p,h1,h2,h3 { color: #fff; size: 14px;}
#navbar a{
	color: #fff;
	font-weight: bold;
	text-decoration: none; }	
a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline; }
a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none; }	

#liac{ margin-top: 200px; }


/*main*/

#main {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0px; 
	padding: 5px;
	background-color: #fff; }
#main h1{ font-weight: bold; color: #600; text-align: left; font-size: 16px; }
#main h2{ color: #600; font-weight: bold; border-bottom: #600 1px solid; font-size: 14px; }
#main h3{ color: #600; font-size: 12px; font-weight: bold}
#main p{ color: #600; font-size: 12px; }
#main a{
	color: #600;
	font-weight: bold;
	text-decoration: underline; }	
a:hover{
	color: #600;
	font-weight: bold;
	text-decoration: underline; }
a:active{
	color: #600;
	font-weight: bold;
	text-decoration: underline; }
IMG.floatleft{ float:left; padding-left: 10px; padding-right: 15px; padding-bottom: 10px; }
IMG.floatright{ float:right; padding-left: 10px; padding-right: 15px; padding-bottom: 10px; }


/*Footer*/

#footer {
	float: left;
	width: 100%;
	background-color: #006;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 3px; }
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: none;
#footer a:hover {
	color: #fff;
	text-decoration: underline; }
