body, html {
	height: 100%;
	width: 100%;
 	margin: 0;
  	padding:0 0 0 0;
	background-color: #ff7a20;
	font-family: "Verdana";
	font-size: 10px;
	color: #3c3c3c;
	background-image:url(img/bg.gif);
	background-repeat: repeat-x;
}

td, tr, table {
	font-family: "Verdana";
	font-size: 10px;
	color: #3c3c3c;

}
#container {
	width: 769px;
	height: auto;
	margin: 0px auto;
	overflow: visible;
}
#header {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 769px;
	height: 236px;
}
#content {
	width: 742px;
	height: auto;
	margin-left: 27px;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	overflow: visible;
}
#content_left {
	float: left;
	margin-left: 30px;
	width: 100px;
	overflow: visible;
	display: inline;
}
#content_mid {
	float: left;
	margin-left: 30px;
	width: 390px;
	height: auto;
	overflow: visible;
}
#content_right {
	float: left;
	margin-left: 33px;
	width: 135px;
	height: auto;
	overflow: visible;

}
#footer {
	width: 741px;
	height: 33px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

a:link {
color: #cc5100;
text-decoration: none;
}

a:visited {
color: #cc5100;
text-decoration: none;
}

.style1 {
	color: #ff7920;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	color: #cc5100;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #ff7920;
}
.style4 {font-size: 12px}
.style6 {color: #cc5100}

.print {
  background-image: url("print.gif");
  font-size: 20pt;
  position: absolute;
  width:  2.00em;
  height: 2.00em;
}