@charset "utf-8";
body  {
	font: 90% "Palatino Linotype", Tahoma, sans-serif;
	font: 90% Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #562870 url("images/background.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

.twoColFixLtHdr #container {

	width: 778px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	position: relative; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	left: 0; 
	display: block; 
 	background-color: #431142; 

} 

.twoColFixLtHdr #header {
	padding: 0;
	margin: 0;
} 

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 126px;
	background-color: #431142;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font: 100% "Palatino Linotype", Tahoma, sans-serif;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000; background: #fff;
	font: 100% "Palatino Linotype", Tahoma, sans-serif;
} 

.twoColFixLtHdr #mainContent a:link {
	text-decoration: none;
}

.twoColFixLtHdr #mainContent ul {
  padding:20px; 
  margin:0; 
}
.twoColFixLtHdr #mainContent li{
list-style-type:none; 
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FED700;
} 

.twoColFixLtHdr #footer p {
	text-align: center;
	font: 80% Garamond, Tahoma, sans-serif;
	font-weight: bold;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a:link {
	text-decoration: none;
}

.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;
}

.headings {
	font-family: "Palatino Linotype", Tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #8D38C9;
	background-color: #fff;
	text-align: left;
}

.subheading {
	font-weight: bold;
	color: #000;
}

.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;
}

.floatright {
	float: right;
	margin: 0;
	background: #999;
	clear: right;
}

/* defines table style and width */
table {
	border-collapse: collapse;
	width: 550px;
}

th, td {
	padding: 5px 15px;
	font-size: 100%;
}

thead {
	background: #ccc;
}
