@charset "utf-8";
body {
	background: #619DC2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}
.oneColElsCtr #container {
	width: 46em;
	background: #619DC2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: VERDANA;
	padding-right:100px;
}

.txt
{
color: #FFFFFF;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
padding-right:40px;
}


.copy
{
color: #FFFFFF;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
padding-left:40px;
}

.link{
color: #D8D8D8;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.link:hover
{
color: #FFFFFF;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:underline;
}
