@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #333c30;
}
.oneColFixCtr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtr #container2 {
	width: 728px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
#center a:link, #center a:visited {
	text-decoration:none;
	color: #015697;
}
#center a:hover {
	text-decoration:underline;
}
ul {
	list-style-type:none;
	margin:8px 0px;
	padding:0px;
}
li {padding-bottom:2px;}
p {margin:0px; padding:0px;}
#right {
	width:370px;
	display:block;
	text-align: right;
}
#left {
	width:380px;
	display:block;
	text-align: left;
	margin-left: 15px;
}
#center {
	background-image:url(images/splash3_03.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	font-weight:bold;
	height: 160px;
	padding-top: 10px;
	font-size: 12px;
}
#above_buttons {
	width:728px;
	height:37px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(images/splash3_04.gif);
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #333c30;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	vertical-align: top;
}

