﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

body {
	background: white url('../images/bg.jpg') repeat-x top left;
	margin: 0px auto;
	padding: 0px auto;
	text-align: center;
}


.png {
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
}

#wrapper {
	/*border: 1px #FF0000 solid;*/
	margin: 0px auto;
	text-align: left;
	width: 978px;
}

#header {
	background: url('../images/homeHeader.jpg') no-repeat bottom center;
	height: 357px;
	width: 978px;
}

#content {
	background: #d4d4d4 url('../images/bodyContentBG.jpg') repeat-y top left;
	width: 976px;
}

.contentLeft {
	/*border: 1px fuchsia solid;*/
	float: left;
	margin-left: 40px;
	width: 540px;
}

.contentRight {
	/*border: 1px fuchsia solid;*/
	font-size: .8em;
	float: right;
	padding-top: 20px;
	margin-right: 35px;
	width: 320px;
}


/*
.contentLeftShadow {
	background: white url('../images/leftShadow.jpg') repeat-y;
	float: left;
	height: 300px;
	margin-right: 20px;
	width: 24px;
}

.contentRightShadow {
	background: white url('../images/rightShadow.jpg') repeat-y;
	float: right;
	height: 300px;
	margin-left: 20px;
	width: 24px;
}
*/
#contentEndCap {
	background: url('../images/bodyEndCap.jpg') no-repeat center top;
	height: 40px;
	width: 978px;
}

#footer {
	background-color: #bababa;
	height: 170px;
	margin: 60px auto 0px auto;
	text-align: left;
	width: 928px;
}

.footerAddress {
	float: right;
	font-size: .75em;
	margin: 3px 10px 0px 0px;
	text-align: right;
	width: 192px;
}

.footerQuote {
	float: left;
	font-size: 1.1em;
	margin: 10px;	
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.loginFrame {
	background: url('../images/loginFrame.png') no-repeat left top;
	font-size: 8pt;
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	height: 198px;
	padding: 15px 20px;
	text-align: center;
	width: 290px;
}




/* IMAGES, TEXT, LINKS */
.headerLogo {
	behavior: none !important;
	behavior: url('png/iepngfix.htc');
	float: left;
	margin: 0px 0px 0px 30px;
	border: 0px;
}


.footerQuote a {
	font-size: .75em;
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4 {
	/*background: url('../images/h.gif') repeat-x left bottom;
	color: black;*/
	margin-top: 0px;
	padding-bottom: 3px;
}

.loginFrame h3 {
	background: none;
	color: black;
}

.loginFrame img {
	border: none;
}

.loginFrame a {
	color: black;
}