
#navBottomContainer {
    text-align: center;
    overflow: hidden;
	//position:absolute;
	bottom:0px;
}
#navBottom {
    width: 600px;
    margin: 25px auto;
}
#wholePage {
	width: 875px;
}

div.floatContainer {
	overflow: auto;
}
#content #columnOne {
	width: 850px;
	font-size:10px;
	height:auto;
}
.headline {
	font-size:24px;
	text-align:center;
	border-bottom:1px dotted #990000;
}
.underline {
	font-size:14px;
	border-bottom:1px dotted #990000;
}
.firstTitle {
	font-weight:bold;
	font-size:18px;
}
.secondTitle {
	font-weight:bold;
	font-size:16px;
}
.body {
	font-size:14px;

}

.important {
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
.list {
	font-size:14px;
}

td.monthDate {
	padding-right:10px;
	text-align:right;
	vertical-align:top;
	font-size:18px;
	font-weight:bold;	
}
.redBrownFont {
	color: #990000;
	font-weight:bold;
	font-size:16px;
}
a:link {COLOR: #0000FF;}/*blue text text*/
a:visited {COLOR: #0000FF ;}/*blue text*/
a:active {COLOR: #0000FF;}/*blue text*/
a:hover {COLOR: #FF0000 ;}/*red text*/
.greenQuoteItal {
	color:#008080;
	font-style:italic;
	font-size: 14px;
}
.textSize14Center {
	font-size:14px;
	text-align:center;
}
.boldBody{
	font-weight:bold;
}
h6 {
	font-weight:bold;
	text-align:center;
	font-size:14px;
	background-color: #FFFF00;
}
.size14Text{
	font-size:14px;
}
.secondTitleCenter {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}