body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	min-width: 850px;
	padding: 0px;
	background-color: #f4e4c5;
}

#logocolumn {
        width: 40px;
        float: left;
	background-image: url(/images911/leftcol_bg.gif);
	background-repeat: repeat-y;
	height: 900px;
        overflow:hidden;
}

#container {
	width: 75%;
        margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 35px;
	margin-left: 50px;
	min-width: 750px;
}

* html #container {
width: expression(document.body.clientWidth <800 ? "700px" : "80%" );
overflow: hidden;
}

#main {
        background-color: #FFFFFF;
	border: 2px solid #000000;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 90%;
	line-height: 1.2em;
	padding: 25px;
  min-height: 800px;
  height: auto !important;
  height: 800px;
}

#main h2 {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 175%;
	font-weight: normal;
	color: #666666;
	padding: 6px 0px 8px;
	margin: 6px 0px 6px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #990033;
}

#main p {
	margin-top: 6px;
	margin-bottom: 6px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
	padding-top: 4px;
	margin-top: 12px;
}
.intro {
	line-height: 1.15em;
	color:#333333;
	width: 500px;
	text-align: left;
}
.colspace {
	height: 2px;
	width: 25px;
}
.leftcol {
	margin-right: 12px;
	float: left;
	width: 48%;
}
.rightcol {
	margin-left: 12px;
	float: right;
	width: 48%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.prop {
  height:800px;
  float:right;
  width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
	margin-top: 15px;
	margin-bottom: 8px;
}
