html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 650px; /* For Mozilla/Opera/Safari */
	background-image:url(images/bg_diag.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Container {
	position: relative;
	text-align: left;
	width: 800px;
	min-height: 100%;
	margin-left: auto ;
 	margin-right: auto ;

}

#Splash {
	position:absolute;
	width: 800px;
	height: 100%;
	margin-top: 0px; /* Half of splash height */
	background: #ffffff;
} 
/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */ 

#header {
	height: 267px;
	width: 800px;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left: auto ;
 	margin-right: auto ;
	padding:0px;
}
.head {
height:267px;
}
#Innercontainer {
	position: relative;
	text-align: left;
	width: 800px;
	min-height: 100%;
	margin-left: auto ;
 	margin-right: auto ;
}
#Innersplash {
	position:absolute;
	width: 800px;
	height:100%;
	margin-top: 0px; /* Half of splash height */
	background: #ffffff;

} 
#innerheader {
	height: 181px;
	width: 800px;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto ;
 	margin-right: auto ;
	padding:0px;
}
.bodytable {
margin-left:auto;
margin-right:auto;
margin-top:12px;
margin-bottom: 0px;
font-family: Palatino, "Palatino Linotype", Georgia, Arial, serif;
font-stretch:narrower;
color:#555555;
font-size:14px;
line-height:1.2;
}
.page {
font-family: Tahoma, Arial, Verdana, sans-serif, "Palatino Linotype";
color:#193275;
font-size:22px;
}
.section {
font-family: Tahoma, Arial, Verdana, sans-serif, "Palatino Linotype";
color:#193275;
font-weight:bold;
font-size:15px;
}
.footer, .push {
	height: 45px; /* .push must be the same height as .footer */
	width:800px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: auto ;
 	margin-right: auto ;
	background-color:#51565b;
	color: #ffffff;
	font-family: verdana, Arial, helvetica, sans-serif;
	font-size:10px;
}
a.foot:link {color: #ffff99;}
a.foot:active {color: #0000ff;}
a.foot:visited {color: #ffffff;}
a.foot:hover {color: #cccccc;}
.contact {
color:#0C4E7E;
	font-family: verdana, Arial, helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-right:2px;
}
.emphasis {
font-family: Palatino, "Palatino Linotype", Georgia, Arial, serif;
font-stretch:narrower;
color:#555555;
font-size:19px;
line-height:1.2;
}