#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px 0 20px;
	height: 150px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: inherit;
	width: 140px;
	padding: 30px 10px 15px 10px;
	background-color: #4A1203;
	margin-top: 0px;
	margin-right: 15px;
}
#mainContent {
	margin: 0px 20px 0 200px; /* 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 5px 5px 5px;
} 
#footer {
	padding: 0 20px;
	font-size: 10px;
	border-top: solid 1px #FFFFFF;
}
body {
	font-family: Trebuchet MS;
	background-color:#4A1203;
	background-image: url(../CSS/pageBG.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 0px;
}
a:link {
	text-decoration: none; color:#FFCC33;
}
a:visited {
	text-decoration: none;
	color: #F67428;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
#miniflex {
	float: left;
	font-size: small;
	margin: 0;
	padding: 0 5px 0 5px;
	border-bottom: 1px dotted #006699;
	position:relative;
	width: 600px;
}
#miniflex li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	position:relative;
	width: auto; 
}
#miniflex a:link, #miniflex a:visited { float: left; font-size: 85%;
line-height: 20px; font-weight: bold; margin: 0 10px 0 10px;
text-decoration: none; color: #006699;
}
#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover
{ border-bottom: 4px solid #006699; padding-bottom: 2px; color: #006699;
} #animated-tab { position: absolute; z-index: 1; font-size: 85%;
line-height: 20px; padding-bottom: 2px; border-bottom: 4px solid #0066FF;
}
 #miniflex a:hover{ border-bottom: 4px solid #0099cc; padding-bottom: 2px; color: #006699;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 11pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
.Table_taxt_small {
	font-size: 10px;
	color: #FFFFFF;
}
.Table_text_bold {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.body_image {
	border: 1px solid #fff;
}
.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;
}
[if IE 5]
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
![endif][if IE]
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

a[href$="pdf"]:after,
a[href$="doc"]:after {
margin:0 0 0 0;
font:10px "Lucida Grande";
content: " (PDF)";
}
a[href$=".doc"]:after {content: " (DOC)";
}
#footer #footerContent {
	font-size: 10px;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#comparison td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 0.9em;
}
