html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
background:url(../images/body_bg.jpg) repeat-y;
}
#container {
	height: 100%;
	margin-right: 0px;
	margin-left: 119px;

}
/* Content */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 60px;
	position: relative;
}
#content p {
	text-align: justify;
	text-indent: 3px;
}
#content h1 {
	font-size: 18pt;
}
#content a {
	font-style: italic;
	color: #993300;
	text-decoration: none;
}
#content img {
	border: 1px solid #336496;
}

#content h4{
	color: #336496;
}

 #content .hlt {
	color: #336496;
	font-size: medium;
	font-weight: bold;
 }
/* Content Ends */
#masthead {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 100%;
}
/* footer */
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	*margin-bottom: 0px;
	height: 50px;
	*height:30px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#footer p {
	text-align: right;
	margin-right:130px;
	*margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 24px;
}
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 7pt;
}
#footer a:hover {
	color: #333333;
}
/* footer Ends */
.sub {
	color: #990000;
	vertical-align: super;
	font-size: 9px;
	letter-spacing: 3pt;
}
#hist #Name, #hist #E-mail, #hist #Address {
	font-family: Arial, Helvetica, sans-serif;
	color: #336496;
	background-color: #EEEEEE;
}
.capt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-bottom: 8px;
	padding-top: 3px;
}
.right {
	float: right;
	position: relative;
	right: 0px;
}
.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;
}.blackBorder {
	border: 1px solid #333333;
}
.blackBorder p {
	padding: 3px;
}
.captDealers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: none;
}
#notice  {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	margin-top: 0px;
	position: relative;
}
