@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #666666;
	background-image: url(../images/bg_001.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	font-weight: bold;
	color: #F3A048;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #F3A048;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wfw #container #mainContent hr {
	margin-bottom: 1em;
	margin-top: 1em;
}
.wfw #container {
	width: 780px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wfw #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.wfw #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 */
}
.wfw #mainContent {
	background: #FFFFFF;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.wfw  #mainContent  ul  {
	margin-left: 35px;
	margin-bottom: 20px;
}
.wfw #footer {
	background:#DDDDDD;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 0px;
}
.wfw #footer p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 0.9em;
	padding: 0px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.wfw .announce {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #F3A048;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	border: 1px dashed #000000;
	margin-bottom: 15px;
}
.wfw iframe {
	border: 1px solid #000000;
}
.wfw  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.wfw a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.wfw .imgright {
	float: right;
}
.wfw .clear {
	clear: both;
}
