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: "Trebuchet MS";
	font-size: 10pt;
	line-height: 16pt;
	background-color: #A0B2C5;
	text-indent: 0px;
}
 #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #143A62;
	background-color: #FFFFFF;
	background-image: url(2009images/containerbackground.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #143A62;
	font-family: "Trebuchet MS";
	text-indent: 0px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #143A62;
	font-family: "Trebuchet MS";
	text-indent: -6px;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #143A62;
	font-family: "Trebuchet MS";
	text-align: left;
	font-style: italic;
}
a:link {
	color: #006;
}
a:visited {
	color: #006;
}
 #header {
	clear: none;
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #143A62;
}
.sideimage {
	text-align: center;
}
 #mainContent {
	margin-top: 10px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	min-height: 400px;
} 


 #footer p {
	text-align: center;
	margin-top: 0pt;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}	#footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	background-color: #FFF;
}
a:link {
	color: #000;
}
a:visited {
	color: #666;
}


.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;
}
#secondfooter {
	width: 1000px;
	background-image: url(2010images/bottom-bar2.gif);
	height: 75px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 25px;
}
#footer3 {
	width: 1000px;
	padding-top: 5px;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 8pt;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	color: #000;
}
.orange {
	color: #F5981D;
}
.affiliatedwith {
	font-size: 9px;
	color: #333;
}

.like { width: 350px; }

