@charset "utf-8";
/* CSS Document */
body {
	background: #076bc8;
	background-image:url(../gfx/bg1.gif);
	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;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
.oneColFixCtr #container {
	width: 762px;  /* 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 */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainTable {
	background-color:#205a43;
	color:#FFF;
}
#contentCell {
	background-color:#205a43;
	color:#FFF;
	padding:15px;
}
.smallerfont {
	font-size:10px;
	line-height:14px;
}
.thanksbox {
	 background-color:#FFF; 
	 padding:10px; 
	 color:#000;
}
.tagline {
	color:#FFF; 
	background-color:#054d8c; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-style:italic;
	padding:10px;
}
.blueside {
	color:#FFF; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding:1px; 
	background-color:#054d8c; 
	font-style:italic;
}
.dkblueside {
	color:#FFF; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding:1px; 
	background-color:#1a1687; 
	font-style:italic;
}
.hdronblue {
	font-style:none;
	padding:10px 5px;
}
a:link 
{
	color:#00C;
	text-decoration:none;
}
a:visited 
{
	color:#00C;
	text-decoration:none;
}
a:hover 
{
	color:#c66707;
	text-decoration:underline;
}
a:active 
{
	color:#f00;
	text-decoration:none;
}


#wlink
{
	color:#fff;
}
#wlink a:link
{
	color:#fff;
	text-decoration:none;
}
#wlink a:visited 
{
	color:#fff;
	text-decoration:none;
}
#wlink a:hover 
{
	color:#FF0;
	text-decoration:underline;
}
#wlink a:active 
{
	color:#F00;
	text-decoration:underline;
}

