html {
    overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	}
	


body {
	/* background-image:url("../images/GrayBG.jpg"); */ 
	background-color:#E0E0E0;
	font-family: Arial, Verdana;
}		

h4 {
	font-size: 12pt;
	color: #FF6600; /* FF3E00 */
	font-weight: bold;
	text-align: left;
	line-height: 100%;
}

				
#page-container {
	width: 1192px;
	margin: 10px auto;
}

#header{
	width: 1192px;
	height: 133px;
}

.tablemain {
	margin: 3px auto;
	width: 1150px; /* Was 97% */
	font-family: Arial, Verdana;
	color: #000000;
	font-size: 12pt;
	line-height: 130%;	
	text-align: justify;
	border: 0px;
}	

#date {
	float: left;
	line-height:280%;
	text-align: center;
	width:215px;
	height: 35px;
}

#scroller {
	margin-left: 215px;
	padding-top: 5px;
	width: 980px;
	height: 35px;
}

#menu {
	width: 1192px;
}

#body-head {
	float: left;
	width: 1192px;
	height: 43px; /*WAS 54px*/
	background-image:url('../images/ContentBG1.jpg');
	background-color:#FFFFFF;
	font-family: Arial, Verdana;
	color: #0B75AF;
	text-align: center;
	font-size: 16pt;
	line-height: 280%;
	font-weight: bold;
}

#body {
	float: left;
	width: 1192px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 12pt;
	line-height: 120%;
	font-family: Arial, Verdana;
	text-align: justify;
}

#body-content{
	width: 1170px;
	font-size: 12pt;
	line-height: 140%;
	font-family: Arial, Verdana;
	text-align: justify;
}

#footer {
	float: left;
	width: 1192px;
	height: 40px;
	background-image:url('../images/BluFoot.jpg');
	background-color:#0B75AF;
}

/* MENU ITEM */

ul.sdt_menu{
	margin-top:0px; /* WAS 150px */
	margin-left:0px;
	}
	
/* MENU ITEM */

.bodyLink A:link {color: #0B75AF; text-decoration: none}
.bodyLink A:visited {color: #0B75AF; text-decoration: none}
.bodyLink A:active {color: #FF6600; text-decoration: none}
.bodyLink A:hover {color: #FF6600 ; text-decoration: underline}

/* END OF STYLE */