@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #ffffff;
	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: #A0ACB9;
}

p {font-size: 75%; margin:0px; padding:0px; line-height: 150%;}
a {color:#00A6EB; text-decoration: none;}
a:hover{color:#A0ACB9;}

td {font-size: 75%; padding:0px; line-height: 150%;}
td.cyan {color:#00A6EB;}

h1 {font-size: 120%; letter-spacing:1px; margin:0px; padding:0px; line-height: 150%;}
	
	
.oneColFixCtr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	width: 720px;
	height: 20px;
	border-left: solid #ffffff 10px;
	border-right: solid #ffffff 10px;
	margin: 3px 0 3px 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../images/check.gif)
}

#flashnav {
	width: 720px;
	height: 260px;
	margin: 0 0 0 10px;
	border-bottom:solid #A0ACB9 thin;
}

#textcontainer {
	width: 720px;
	height: 106px;
	border-top:solid #A0ACB9 thin;
	border-bottom:solid #A0ACB9 thin;
	margin: 0 0 0 10px;
}

#leftbox {
	width: 345px;
	height: 80px;
	background:#00A6EB;
	padding:10px;
	margin:3px 0 0 0;
	color:#FFFFFF;
	float:left;
}

#rightbox {
	width: 325px;
	height: 70px;
	margin:0;
	padding:20px 0 0 10px;
	float:left;
}

#footer {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}