#mainWrapper {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	border-top-width: 8px;
	border-right-width: 2px;
	border-bottom-width: 8px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #333333;
}
#placeholder { /*This div is necessary to give the 3-column layout a reference point for the "auto" height. Without it, the columns will not expand the divWrapper*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	color: #333333;
	clear: both;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	color: #FFFFFF;
	clear: both;
	font-weight: bold;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#contact {
	height: auto;
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#leftColumn {
	overflow: hidden; /*I tried adding this to see if it helps*/
	clear: both;
	float: left;
	width: 142px;
	height: auto;
	line-height: 1.5em;
}

#navLi .current {
	background-color: #000000;
	
}

#navLi .current a {
	background-color: #000000;
	color: #FFFFFF;
	
}
#navLi .current a:hover {
	background-color: #000000;
	color: #FFFFFF;
	
}

#navLi {
	list-style-type: none;
	font-size: small;
	background-color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	/*padding: 3px;*/
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}

#navLi a{
	list-style-type: none;
	font-size: medium;
	text-decoration: none;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	/*border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;*/
}

#navLi  a:hover{
	list-style-type: none;
	font-size: medium;
	background-color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	display: block;
	padding-right: 3px;
	padding-left: 5px;
	color: #9F0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}

#middleColumn {
	float: left;
	width: 456px;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	font-size: small;
	
}
#middleColumn a{
	color: #000000;
	text-decoration: underline;
}
#middleColumn a:hover{
	color: #9F0000;
	text-decoration: underline;
}
#middleColumn a:visited{
	color: #666666;
}
#rightColumn {
	margin-left: 621px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #173955;
	padding-right: 10px;
}
#rightColumn a{
	color: #CCCCCC;
	text-decoration: underline;
}
#rightColumn a:hover{
	color: #000000;
	text-decoration: underline;
}
#rightColumn a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebar {
	height: auto;
	width: 150px;
	border: 2px solid #000000;
	padding: 5px;
	font-size: small;
	background-color: #9F0000;
	font-weight: bold;
	color: #FFFFFF;
}


.heading {
	font-size: 18px;
	color: #9F0000;
	margin: 0px;
}

.copyright {
	font-size: x-small;
	font-weight: normal;	
}
#middleColumn2 {
	float: left;
	width: 550px;
	height: auto;
	line-height: 1.2em;
	font-size: small;
	padding: 5px 30px 10px;
}
