html, body {
	height: 100%;
	margin: 0;
}

img {
	padding: 0;
	margin: 0;
	display: block;
}

#container {
	width: 1032px;
	height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -53px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fauxbg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#leftcol {
	width: 631px;
	float: left;
}



#logobox {
	width: 421px;
	height: 70px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: .70em;
	color: #959595;
	padding: 50px 0 0 210px;
	line-height: 15px;
}

#logobox a {
	color: #959595;
	text-decoration: none;


}

#leftcontent {
	width: 418px;
	margin: 95px 0 0 60px;
	text-align: left;


}

#leftcontent hr {
	width: 355px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #959595;
	background-color: #959595;
	height: 1px;

}

#leftcontent h2 {
	color: #959595;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
}


#leftcontent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #959595;
	font-size: .90em;
	width: 350px;
}



#rightcol {
	width: 382px;
	float: left;
}


#rightcontent {
	margin: 50px 0 0 20px;
	width: 342px;
}

#rightcontent hr {
	clear: both;
	margin: 15px 0 15px 0;
	border: 0;
	color: #959595;
	background-color: #959595;
	height: 1px;
}

#rightcontent h2 {
	color: #b14804;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
}

#rightcontent h3 {
	color: #959595;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0 0;
}

#rightcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #959595;
	margin: 0 0 10px 0;
}


.chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #959595;
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 345px;
	height: 18px;
}

.chart li {
	float: left;
	margin-right: 16px;
}

.colone {
 	width: 64px;
}

.scolone {
 	width: 140px;
}


.standlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #959595;
	margin: 0;
	padding: 0 0 0 2px;
	list-style-type: none;
}


#rightcontent a {
	color: #b14804;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a {
	color: #b14804;
}

#lightgal {
	display: none;
}



#footer {
    height: 53px;
	position: absolute;
	bottom: 0;
}

.clearme {
	height: 53px;
	clear: both;

}

