@charset "UTF-8";
#RentalTableFonts {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .15em;
}
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #e0b116;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ECF1BC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px;
} 
#brownbkg {
	background-image: url(../images/BrownRepeakBKG.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	color: #000;
	text-decoration: none;
}
.MainContentH1 {
	font-size: 125%;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
table tr .MainContentH2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 125%;
}
.extendoBrownUnderBlogTitle {
	background-image: url(../images/BrownRepeakBKG.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.JerryTablesAlign {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 323px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ECF1BC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 15px;
	padding-left: 15px;
	top: 0px;
	text-align: left;
	color: #303;
} 
#CustomerFormStyle {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	top: 0px;
}
.MainContentLinksColor {
	color: #55610A;
	text-decoration: none;
}
.alignTop {
	top: 0px;
}
.FooterNavLinkColor {
	color: #033;
	text-decoration: none;
	border: 1px solid #3F3324;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #563F29;
}
.repeatingTreeBkgrd {
	background-image: url(../images/GhostTree.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
table tr td #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #e0b116;
	color: #990;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #e0b116;
	text-decoration: none;
	text-align: center;
	background-color: #e0b116;
	background: e0b116;
	background-image: url(#e0b116);
}
.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;
}
#apDiv1 {
	position:absolute;
	left:83px;
	top:390px;
	width:223px;
	height:391px;
	z-index:1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #894400;
}
a:active {
	text-decoration: none;
	color: #e0b116;
	font-size: 12px;
}
li {
	font-size: 10px;
	line-height: 150%;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
	color: #033;
}
.twoColFixLtHdr #container table tr .MainContentH2 p {
	font-family: Tahoma, Geneva, sans-serif;
}

