#header {width: 100%; height: 250px;}
body {
	width: 100% font-family: Arial, Helvetica, sans-serif; /* background-color: #FFFFCC; */
}
.mainContainer {background-color: #FFFFFF; border: outset thin #666666; margin:0 auto;
width:900px;
bottom:0;}

#tdLeftBox{ width: 200px; vertical-align: top;}
#tdRightBox{ width: 200px; vertical-align: top;}
#leftBoxWrapper{float: left; background-color: #EEF1F0;}
#rightBoxWrapper{float: left; background-color: #EEF1F0;}
#centerContent{float: right;}

#tagline{width: 100%; height: 48px; background-image: url(../images/layout/tagline.png); background-position: center; background-repeat: no-repeat; }
#taglineH1 {text-align: center; }
#logo { width: 450px; float: left;}
#logo img {border-style: none;}
#headerContent{ width: 400px; float: right; text-align: center; font: Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #E34D45;}


.sectionHead {background-color: #E34D45; color: #FFFFFF; text-align: center; }

.sectionContent { border: #CCCCCC thick dotted; padding: 1em; font-size: 14px; width: 640px;}
.leftLinks1 {background-color: #B1D89E; }
.leftLinks2 {background-color: #9EB1FF;}
.leftLinks1 a, .leftLinks2 a {text-decoration: none; }
.leftLinks1 a:hover, .leftLinks2 a:hover {text-decoration: underline; background-color: #CCCCCC;}
.floatLeftRssLinks{float: left; text-align: center; margin: 0 10px 10px 0;}
.floatLeft{float: left;}
.floatRight{float: right;}
.clearBoth {clear: both;	}
