@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body  {
	font: Helvetica, Verdana, Arial, sans-serif;
	background: #892114;
	text-align: center;
	font-size: 11pt;
}
p    {
	color: #903D2F;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.twoColHybLtHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #d8d5b5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
} 
.twoColHybLtHdr  #container  #img {
	float: left;
}
.twoColHybLtHdr #container #header {
	height: 233px;
	width: 800px;
	margin-bottom: 3px;
}
.twoColHybLtHdr   #container #mainContent h2 {
	color: #903D2F;
}
.twoColHybLtHdr   #container #mainContent h1 {
	color: #903D2F;
}
h5 {
	color: #903D2F;
}
h2 {
	color: #903D2F;
}
h1 {
	color: #903D2F;
}
.flabel {
	color: #903d2f;
}
.twoColHybLtHdr #footer {
	background:#d8d5b5;
	padding: 0;
	background-color: #D8D5B5;
} 

/* Miscellaneous classes for reuse */
.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;
}
.twoColHybLtHdr  pre   {
	color: #DF5241;
	font-size: 14pt;
}

.info {
	margin-left: 115px;
	font-family: DaisyWheel, consolas, Verdana;
	font-size: 12pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColHybLtHdr #container #journeypic {
	text-align: center;
}

.twoColHybLtHdr #container .info a {
	text-decoration: underline;
	color: #903D2F;
}
.twoColHybLtHdr a:link {
	color: #903D2F;
	font-weight: normal;
}
