@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #E9E9E9;
	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: #787878;
	padding-top: 28px;
	padding-bottom: 28px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

p {
	font-size: 11px;
	line-height: 14px;
	}

.twoColFixLtHdr #container {
	width: 712px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.twoColFixLtHdr #container a {
	color: #1F8FAA;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	}


/**** HEADER ****/

.twoColFixLtHdr #header {
	background: #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	}


/**** SIDEBAR ****/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* 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: #9D8D6B; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px;
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-bottom: 0px solid;
	border-top-style: solid;
	border-top-width: 0px;
	}

.twoColFixLtHdr #sidebar1 p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 6px 0px 15px;
	padding: 0px 0px 12px;
	}

.twoColFixLtHdr #sidebar1 li {
	font-weight: bold;
	color: #FFFFFF;
	list-style: url(../images2/b-1.gif) outside;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 6px;
	}

.twoColFixLtHdr #sidebar1 h3 {
	font-size: 13px;
	color: #f6e16f;
	font-weight: bold;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 6px;
	}

.twoColFixLtHdr  #sidebar1 a  {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	}

.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


/**** CONTENT ****/

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 186px; /* 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: 12px 18px 0px 0px;
	}

.twoColFixLtHdr #mainContent h1 {
	color: #1F8FAA;
	font-size: 20px;
	line-height: 28px;
	}

.twoColFixLtHdr #mainContent h2 {
	color: #1F8FAA;
	font-size: 16px;
	line-height: 20px;
	}

.twoColFixLtHdr #mainContent h3 {
	color: #1F8FAA;
	font-size: 12px;
	line-height: 15px;
	}

.twoColFixLtHdr #mainContent h4 {
	color: #1F8FAA;
	font-size: 11px;
	line-height: 14px;
	}

.twoColFixLtHdr #mainContent li {
	list-style: url(../images2/b-3.gif) outside;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 0px 24px;
	padding: 6px 0px 0px;
	}

.twoColFixLtHdr #mainContent #columns {
	color: #2E2E2E;
	}

.twoColFixLtHdr #mainContent #columns a {
	font-weight: normal;
	color: #095595;
	text-decoration: underline;
	padding-right: 0px;
	}

.twoColFixLtHdr #mainContent #columns h4 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #2E2E2E;
	}

.subheads {
	padding: 0px 0px 6px;
	}


/**** FOOTER ****/

.twoColFixLtHdr #footer {
	background:#7E9197;
	height: 44px;
	border-top: 5px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	}

.twoColFixLtHdr #footer p {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 3px;
	margin-left: 12px;
	}

.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px;
	}


/**** FLOATS ****/

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.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;
	}

.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;
	}

.divfloat {
	float: right;
	width: 99%;
	}

#fullpage {
	padding: 24px 30px;
	}

/*************************************/
/***   I added these definitions   ***/
a.nopadding {margin:0px -20px 0px 0px;}
.med {font-size:12px;}
.body {font-size:13px;}
/*************************************/
