body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#300C00;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fce4b7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer { background-image:url(../images/Footer.jpg);
height: 52px;
} 
.thrColAbsHdr #footer p {
	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 */
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColAbsHdr #sidebar1 { width: 180px; }
.thrColAbsHdr #sidebar2 { width: 190px; }

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #380900;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #380900;
	text-decoration:underline;
}

h4 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #2b2464;
	
}

#copyright {
	margin: 0 auto;
	width:780px;
	color:#744e40;
	font-size:10px;
	padding: 10px 0 10px 0;
}

a.copyright:link{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#744e40;
}

a.copyright:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#744e40;
}

a.copyright:visited{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#744e40;
}

a.copyright:hover{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#fce4b7;
}

a:link{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#744e40;
}

a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#744e40;
}

a:visited{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#744e40;
}

a:hover{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#300C00;
}

.tbl_edu {
	padding: 10px;
}

.tbl_header {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

.orders {
	font-size:10px;
	font-style:italic;
}
