body{
	background-color: white;
}

#container {
	margin: 0px 10px 0px 10px;
	background-color: #cccccc;
}



#headerlinks {
	text-align: center;
	background-color: white;
}

#navlinks {
	text-align: center;	
	text-decoration: none;
	background-color: blue;
	padding: 5px 0px 3px 0px;

}


#leftbar {
	float:left;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	height: auto;
	background-color: #ccc;
	font-size: small;
	font-weight: bold;
	text-align: center;

}

#leftbarlinks{
	background-color: #ccc;
	width: 100%;
	margin: 2px 0px 2px 0px;
	font-size: small;
	text-align: center;
}

#rightbar{
	float:right;
	width: 195px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	height: auto;
	background-color: #ccc;
	font-size: small;
	font-weight: bold;
}

.rightbarlinks {
	background-color: #ccc;
	width: 97%;
	margin: 2px 4px 2px 4px;
	font-size: small;

}

#main{
	background-image: url(../images/ob020.jpg);
	padding: 10px 20px 20px 20px;
	text-align: justify;
	text-indent: 10px;

	height: auto;
}

#footer{
	width: 100%;
	background-color: #666666;
	text-align: center;
	font-weight: normal;
	color: white;
	padding: 3px 0px 7px 0px;
	clear:all;
}

#footer a{
	background-color: #666666;
	font-size: x-small;
	color: white;
	font-weight: normal;
	text-decoration: underline;
	
}

#footer a:hover{
	background-color: #666666;
	font-size: x-small;
	color: yellow;
	font-weight: normal;
	text-decoration: none;
	
}

#bgimage{
	background-image: url(../images/nllogo.gif);
	background-position: top;
}

#locator{
	z-index: 2;
	text-align: center;
	valign:top;
}

#calander {
	margin: 0px 30px 0px 30px;
}

#calander td{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#calander th{
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #A52A2A;
	color: White;
}

#copy{
	text-align: center;
	font-size: x-small;	
}

}
#h1 {
	color: #0033FF;
	font-size: 36px;
}
#h2 {
	font-size: 24px;
	color: #0033FF;
	text-decoration: none;
}

#h3 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#h4 {
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
}