@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #060;
}
.twoColFixLtHdr #container {
	width: 890px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #FFDF00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #060;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../Images/faux_col.png);
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
	height: 100px;
	background-color: #FFF;
	background-image: url(../Images/Header_Banner.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFDF00;
	background-position: center top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-weight: bolder;
	font-size: x-large;
	padding-left: 120px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	min-height: 400px;
	text-decoration: none;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	min-height: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px;
}
.twoColFixLtHdr #container #mainContent iframe {
	background-color: #FFF;
}

.twoColFixLtHdr#mainContent h1   {
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	padding-top: 10px;
}

.twoColFixLtHdr #footer {
	background-color: #FFF;
	height: 80px;
	background-image: url(../Images/fotter_banner.jpg);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFDF00;
	border-right-color: #FFDF00;
	border-bottom-color: #FFDF00;
	border-left-color: #FFDF00;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0;
	width: 890px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	text-align: center;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 ul {
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 #nav {
	list-style-type: none;
	padding-left: 5px;
}
.twoColFixLtHdr #container #sidebar1 #nav li {
	list-style-type: none;
	border: 3px double #060;
	padding: 5px;
	width: 140px;
	background-color: #FFF;
}

.twoColFixLtHdr #container #sidebar1 #nav li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #060;
	font-size: small;
	line-height: 1em;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 #nav li a:Hover {
	color: #00F;
	text-decoration: underline;
}


.twoColFixLtHdr #container #header #headername {
	padding-top: 15px;
	padding-left: 100px;
}
p.MsoNormal {
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:11pt;
	font-family:Arial;
	text-align: left;
}

