﻿body  {
	font: 100% "Calisto MT", Georgia, "Times New Roman", Times, serif;
	background-image:url('../Images/background.jpg');
	margin-top:5px; 
	padding: 0;
	text-align: center;
	color: #000080;
}

.twoColFixLtHdr #container { 
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color:#ffffff; 
} 

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 205px; 
	background: #000000;
  padding-left:5px;
	padding-right:5px;
	padding-top:20px;
	padding-bottom:20px;
	height:650px;
}

.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 205px; 
	background: #000000;
  padding-left:5px;
	padding-right:5px;
	padding-top:20px;
	padding-bottom:20px;
	height:640px;
}

.twoColFixLtHdr #mainContent { 
  margin-left:210px;
  margin-top:20px;
  margin-right:10px;
  margin-bottom:20px;
  padding-left:20px;
  padding-right: 10px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#ffffff; 
}

.twoColFixLtHdr #mainContent h1 {
  font-size:x-large;
}

.twoColFixLtHdr #mainContent h2 {
  font-size:large;
}

.twoColFixLtHdr #mainContent li {
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
}  

.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align:center;
	font-size:small;
	color:#c0c0ff; 
}

.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 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

a {
	color: #c0c0ff;
}

a:visited{
	color: #c0c0ff;
}