body {
	font: 100% Arial;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 788px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColElsCtr #mainContent {
	position:absolute;
        top:315px;
	width: 788px;

}
.oneColElsCtr #mainContentText {
	padding: 10px 20px;
}
.oneColElsCtr #bottom {
	width:100%;
background-image:url(images-top/bottom.gif);
height:28px;
color:#E0E0E0;
text-align:center;
t
}
.oneColElsCtr #header {
	width: 788px;

	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#menuH { 
width: 788px;
background-color: white;
text-align:center;
height:60px;
float: left;
position:relative;
top:20px;
}
#menuEmail { 
width:127px;
float: left;
padding-top:3px;
padding-left:3px;
text-align:center;
font-size:9pt;
color:#663300;
}
#menu li{
    list-style-type:none;
    float:left
}
#menu a{
    display:block;
    padding:10px;
    background:#006699;
    color:#66CCFF;
    text-decoration:none;
}
a:link {
color: #0f3ea6; 
}
a:visited {
color: #0a44e7;
}
a:hover {
color: #773243;
} 
TD.center {
	text-align:center;
}
.title {color: #266d6a;
}

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