@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}

#WFCcont {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
 
#headerWFC {
	width: 800px;
	height: 145px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
} 

#headerWFC img {
	padding: 0px;
	margin: 0px;
	display: inline;
	overflow: hidden;
} 

#headerBLOG {
	width: 800px;
	height: 145px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
} 

#headerBLOG img {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
} 


#sidebarWFC {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	height: 455px;
}

#sidebarWFC img {
	display: block;
}


#mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 625px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: hidden;
}

mainContent img {
}

#pageHead {
	height:21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#pageHeadBLOG {
	height:80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}

#BlogStripe {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#BlogHead1 {
	width: 270px;
	height: 80px;
	float: left;
}

#BlogHead2 {
	width: 230px;
	height: 80px;
	float: left;
}

#BlogHead3 {
	width: 125px;
	height: 80px;
	float: right;
	overflow: hidden;
}
 
#footerWFC {
	background-image: url(../images/WFCweb_18.jpg);
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
}
 
#footerWFC 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 */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#copyLeft {
	width: 350px;
	float: left;
}

#copyLeft table p{
	margin: 0px;
}

#copyLeft li {
	margin-bottom: 10px;
}

#copyLeft ul {
	padding-left: 20px;
}

#copyLeftWide {
	width: 550px;
	float: left;
}

#copyLeftWide li {
	margin-bottom: 10px;
}

#copyLeftWide ul {
	padding-left: 20px;
}

#copyRight {
	float: right;
	width: 325px;
	padding-right: 50px;
}

#copyRight li {
	margin-bottom: 15px;
}

#copyRight ul {
	padding-left: 20px;
}

#photoLeft {
	width: 250px;
	float: left;
	margin: 0px;
	height: 325px;
	padding-top: 15px;
	overflow: hidden;
}

#photoRight {
	width: 275px;
	float: right;
	margin: 0px;
	height: 325px;
	padding-top: 15px;
}

.presTitle {
	font-weight: bold;
	color: #003366;
	margin-bottom: 0px;
}

.presDate {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.presQuote {
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.presAttd {
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}

.quoteName {
	color: #003366;
	margin-bottom: 0px;
	padding-left: 0px;
}

.copyBlue {
	font-weight: bold;
	color: #003366;
}

.copyOrg {
	font-weight: bold;
	color: #DE9446;
}

a:link {
	color: #E7952E;
}

a:visited {
	color: #E7952E;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

#scroll {
	height: 300px;
	overflow:auto;
	padding-right:20px;
}

table.bodyChart {
	margin-right: 20px;
	margin-bottom: 20px;
}

