@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background: #AFCCE4 url(../images/wcc_pageBackground.jpg);
	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;
}
a:link {
	color: #003300;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #003300;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #66CC99;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #66CC99;
	text-decoration: underline;
}   /* selected link */
.oneColFixCtrHdr #whiteLink a:link {
	color: #FFFFFF;
}
.italic20 {
	font-size: 27px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #003399;
	font-weight: bold;
}
.sidebarText {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.footerText {
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 1204px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;
	border: 1px none #003399;
	font-size: 14px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
}
.oneColFixCtrHdr #navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333300;
	border-bottom-color: #333300;
}
.oneColFixCtrHdr #navigation td {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
	background:#999999;
	height:25px;
	width: 14.25%;
}
.oneColFixCtrHdr #navigation a {
	color:#FFFFFF;
	font-weight:500;
}
.oneColFixCtrHdr #banner {
	border-top: 2px solid #000000;
	border-right: 2px none #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
	height:10px;
	background: #666633;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/wcc_pageBackground.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tdBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333300;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
	vertical-align: middle;
}

h1 {
	color: #3C4823;
}
h2 {
	color: #333333;
}

