body{
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body{
	background-color: #FFB500;
	}
	#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:800px;
}
ul { display:block;}
a{ cursor: hand; }
#LFMenu, #notesMenu{
	margin-right:20px;
}
#LFMenu li div, #notesMenu li div{
	float:left;

}
#LFMenu li, #notesMenu li {
	clear:both;
	

}
#LFMenu .LTCorner, #notesMenu .LTCorner{
	background-image: url(../images/sideMenuLT.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width:15px;
}
#LFMenu .TMiddle, #notesMenu .TMiddle{
	background-image: url(../images/sideMenuMT.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 51px;
	line-height:51px;
}
#LFMenu .RTCorner, #notesMenu .RTCorner{
	background-image: url(../images/sideMenuRT.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width:15px;
}
#LFMenu .leftSide, #notesMenu .leftSide{
	background-image: url(../images/sideMenuL.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:15px;
}
#LFMenu .rightSide, #notesMenu .rightSide{
	background-image: url(../images/sideMenuR.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:15px;
	}
#LFMenu .middle, #notesMenu .middle{
float:left;
	}

#LFMenu .LBCorner, #notesMenu .LBCorner{
	background-image: url(../images/sideMenuLB.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width:15px;
}
#LFMenu .BMiddle, #notesMenu .BMiddle{
	background-image: url(../images/sideMenuMB.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 15px;
}
#LFMenu .RBCorner, #notesMenu .RBCorner{
	background-image: url(../images/sideMenuRB.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width:15px;
}
#LFMenu .TMiddle, #LFMenu .BMiddle, #LFMenu .middle{
	width: 136px;
}
#notesMenu .TMiddle, #notesMenu .BMiddle, #notesMenu .middle{
	width: 136px;
}
.sideMenu{
	background-color: #FFB500;


}
.sideMenuSelected{
	background-color: #D59500;
}
#disasterProofList{
	list-style-type: none;
}
.mainContentLeft{
	float:left;
	width: 540px; 
}
.rightSideList{
	line-height:14px;
	float:right;
	float:left; 
	width:220px;
}
.rightSideList h4{
	line-height: 20px;
}
.rightSideList .listHeader{
	line-height: 20px;
}
.rightSideList li{
	margin-bottom: 5px;
	text-align: justify;
	list-style-type: disc;
	list-style-position: inside;
}
.rightSideList .noList{ list-style:none;}
.rightSideList .logoHeader{ list-style:none;}
.logoHeader img{ border: none;margin-right:10px; float: left}
.logoHeader h3{ line-height: 50px; float: left }
.indent{
	margin-left:20px; margin-right: 20px;
	text-align: justify;
}
h3{
	font-size:16px; line-height:18px; margin: 1px 0px;
}
html {
     overflow: -moz-scrollbars-vertical;
}

.listHeader {
	list-style-type: none;
}
.mainContentLeft li, .mainContent li{
	list-style-position: inside;
	list-style-type: disc;
}