
body  {
	font-size: 10pt;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #446986 url('images/bkg_top.gif') top center no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:; 
}

.thrColEls #container {
	width: 975px;  
	margin: 40px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url('images/bkg_center.gif') top left no-repeat;
} 

.thrColEls #title-top {float: left; margin: 15px 0px 0px 15px; top: 0px;}

.thrColEls #sidebar1 { /* LEFT */
clear: both; 
	float: left; 
	width: 236px;
	height: 870px;
	padding: 0px 15px 10px 15px;
	top: 10px;/* top and bottom padding create visual space within this div */
}
.thrColEls #sidebar2 {   /* RIGHT */
	float: right; 
	width: 236px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-right: 10px;
}

.thrColEls #mainContent {
	width: 675px;
  margin: 0px 25px 0 25px;

} 
.pad-top {padding-top: 220px;}

/* Miscellaneous classes for reuse */
.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 {float: left; margin-right: 8px; }
.clearfloat { clear:both; height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; color: #d22532; margin-top: 0px; margin-bottom: 7px; padding: 0px;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 19px; color: black; font-weight: normal; font-variant:small-caps; margin: 0px; padding: 0px; line-height: 20px;}
h3 {}

a:link, a:visited {color: #d22532; }
img {border: none;}

/* fade scripts */
#quotes {float: right; width: 570px; top: 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #921a23; margin-right: 10px; margin-top: 6px;}
.quote-open {font-size: 24px; }
.quote-close {font-size: 24px; line-height: 18px;}
.source {margin-top: 10px;}
.quote-source1 {color: black; }
.quote-source2 {color: #666; }


.footer {width: 100%; height: 159px; background: url('images/bkg-footer.jpg') repeat-x;}





