@charset "utf-8";

body  {
	background: #e8e8d8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

li{ 
margin-left: -20px; 
} 


.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px 0 10px;
} 
.thrColFixHdr #header { 
	background: #ffffff; 
	padding-left: 0px;/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
	margin-top: 0;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 120px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 106px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e8e8d8; /* padding keeps the content of the div away from the edges */
	color: #FFF;
}
.rightbar_hl1 {
	font-size: 12px;
	color: #749A2D;
	text-transform: uppercase;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0px 10px 0px 0px;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #74992F;
	font-size: 11px;
}
#sidebar3 {
	float: right;
	width: 200px;
}

#button_01 {
	color: #FFF;
	background-color: #3db6c9;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_02 {
	color: #FFF;
	background-color: #005d2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_03 {
	color: #FFF;
	background-color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_04 {
	color: #FFF;
	background-color: #006478;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_05 {
	color: #FFF;
	background-color: #cc660b;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_06 {
	color: #FFF;
	background-color: #cc9915;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_07 {
	color: #FFF;
	background-color: #ab2219;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}
#button_08 {
	color: #FFF;
	background-color: #7b4679;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 10px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height: 38px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
}

.thrColFixHdr #footer {
	background:#fff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.thrColFixHdr #copyright {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 420px;
	text-align: right;
}
.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;
}

.main_content_hl {
	font-size: 20px;
	color: #999;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.main_content_h2 {
	font-size: 17px;
	color: #999;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar1_link {
	color: #FFF;
	text-decoration: none;
}
#footer_link {
	color: #999;
	text-decoration: none;
}
.leftColumn {
background-color: #e8e8d8;
width: 100px;
padding: 5px;
}
