
<!-- 
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f0e5e8;
	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;
}

.twoColFixLtHdr #container {
	width: 1000px; /* 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. */
	height: auto;
	background-color: #f0e5e8;
	background-image: url(../Images/wrapperbk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #wrapper {
	background-repeat: no-repeat;
	background-position: -2px -1px;
	background-image: url(../Images/leftcolumn3.jpg);
	z-index: 1;	
}



.twoColFixLtHdr #header {

	background-color: #98445d;
	
} 
.twoColFixLtHdr .nav {
	
	margin-top: -25px;
	margin-left: -135px;
	width: auto;
	color: #98445d;
	z-index: auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	left:  auto;
	top: auto;
	right: auto;
	font-variant: normal;
} 
a.nav1:link, a.nav1:active, a.nav1:visited  {
color: #f0e5e8;
background: transparent;
border: 1px solid #f0e5e8;
padding: 2px;
text-decoration: none;
}

a.nav1:hover {

color: #98445d;
background-color: #f0e5e8; 
padding: 2px;
text-decoration: none;
}

a.intext:link {
color: #98445d;

}
a.intext:active, a.intext:visited {
color: #98445d; 

}
a.intext:hover {
background-color: #98445d;
color: #f0e5e8;

}
a.foot:link {
color: #ffffff;

}
a.foot:active, a.foot:visited {
color:#ffffff; 

}
a.foot:hover {
background-color: #f0e5e8;
color: #98445d;

}
.twoColFixLtHdr #header h1 {
	position: absolute;
	margin-top: 85px; /* 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 */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: 355px;
	font-family: Arial, Helvetica, sans-serif;
	left: 400px;
	top: 0px;
	width: 344px;
	color: white;	
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 317px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr #mainContent {

	margin-left: 15px;
	margin-right: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 630px;
	left: 25px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	padding-top: 140px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 316px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #98445d; 
	color: #ffffff;
	height: 95px;
} 
.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;
}
.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;
}
h1.head {color: white; position: absolute;  }
h6 { color: #98445d; text-align: center; font-size: 11px;} 
h3, h4, h5 {color: #98445d; }
.style1 {font-weight: bold; }
--> 
