@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(Images/WCC-Bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.Copy12px #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: center;
	margin-bottom: 50px;
	height: auto;
	margin-top: 25px;
}
.Copy12px #header {
	background: #ffffff;  /* 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. */
	text-align: center;
	height: 209px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.Copy12px #mainContent {
	background: #FFFFFF;
	width: 700px;
	height: 371px;
	margin-right: 49px;
	margin-top: 20px;
	border: 1px solid #666666;
	margin-bottom: 20px;
	margin-left: 50px;
}
.Copy12px #flash {
	width: 660px;
	height: 331px;
	margin: 20px;
}
#topnavi {
	height: 44px;
	width: 701px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	text-align: left;
}
.Copy12px #footer {
	background:#ffffff;
	width: 700px;
	height: auto;
	margin-left: 51px;
	margin-right: 49px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 18px;
	margin-top: 20px;
}

.Copy12px #form {
	width: 660px;
	height: auto;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: left;
}
.Copy12px #CopyContent {
	background: #FFFFFF;
	width: 700px;
	height: auto;
	margin-right: 49px;
	margin-top: 20px;
	border: 1px solid #666666;
	margin-bottom: 20px;
	margin-left: 50px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
.Copy16px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.Copy16pxGrey    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}

.Copy12px    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}
.Copy11px    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
}
.floatright

{
	float: right;
	width: auto;
	margin: 0px 15px 15px 15px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	height: auto;
	clear: right;
}
div.floatright img
{
	 margin-top: 0px; 
