body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 850px;
	background-color: #EB9627;
	margin: 0 auto 0;

} 
.twoColFixLtHdr #header {

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px;
	height: auto;
}
.twoColFixLtHdr #sidebar1 h4{
	color: white;
	text-align: center;
	background-color: black;
}
.twoColFixLtHdr #sidebar1 table{
	border-width: 1px;
	border-style: solid;
	border-color: blue;
}
.twoColFixLtHdr #mainContent {
	text-align: center;
} 
.twoColFixLtHdr #mainContent table td{
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr #mainContent table tr td h3{
	color: black;
	text-align: center;
	font-style: italic;
	
}
.twoColFixLtHdr #footer {
	width: 850px;
	background-image: url(../images/footer.jpg);
	height: 110px;
	vertical-align: top;
} 
.twoColFixLtHdr #footer p {
	color: blue;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.style1{
	font-size: 14px;
	font-style: italic;
	vertical-align: middle;
}
.style2{
	font-size: 12px;
	vertical-align: middle;
}
.style10center{
	font-size: 10px;
	font-style: italic;
	color: blue;
	text-align: center;
}
.style11{
	font-size: 14px;
	font-style: italic;
	color: blue;
	text-align: center;
}
.style12{
	color: blue;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.style14center{
	text-align: center;
	font-size: 14px;
}
	
