<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

a:link {
	color: #006;
}
a:visited {
	color: #600;
}
a:hover {
	color: #A41413;
}

.twoColFixLtHdr #container {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: normal;
} 
.twoColFixLtHdr #header { 
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 24px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ABCDDB; 
} 
.twoColFixLtHdr #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 */
	text-align: center;
}
.rectangle {
background-image: url(box.gif);
background-repeat: no-repeat;
background-position: center;
}
ul {
 margin: 0.5em 0; /* Half a character of spacing above and below, none to either side. */
 padding: 0; /* No spacing between inside of margin and outer edge of text. */
 list-style-type: none; /* Hide the bullets. */
 	font: Verdana;
	font-size: 12px;
}
li {
 display: inline; /* Make the list horizontal. */
 border-left: 1px solid black; /* Draw a divider line to the left of every item. */
 color: #006;
 padding: 0 3px 0 7px; /* Half a character of spacing to the right, slightly more to the left to overcome residual spacing from bullet marker. */
 	font: Verdana;
	font-size: 12px;
}
li.first {
 padding-left: 0; /* The first item should not be spaced away from the left edge. */
 border: 0; /* The first item should not have a border on its left edge. */
 color: #006;
 	font: Verdana;
	font-size: 12px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
