
    body {
	margin:10px 0px;
	padding:10px;
	font-link:white;
	 /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
    #Content {
	width:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:3px solid black;
	background-color:#6D3D50;
	}
	
	#Content2 {
	width:100%;
	alighn:right;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:0px dashed #333;
		}

	h1 {
	size:14;
	color:#000000;
	face:Impact;
	align:center;
	font-style:italic;
	}
	
	div.container {
  border: 2px solid black;
  background-color: white;
  }
  
  	div.container2 {
  border: 0px solid black;
  background-color: white;
  }
  
  div.spacer {
  clear: both;
  }
  
  div.float {
  float: left;
  border:0px dashed #333;
  }
  
  div.floatb {
  float: left;
  border:0px dashed #333;
  }
  
  div.floata {
  float: left;
  border:2px outset white;
  background-color: white;
  padding:5px;
  }  
    
  div.float p {
   text-align: center;
  }

	div.modelbrochures {
	text-align:center;
	font-weight:bold;
	border:3px outset white;
	width: 205px;
	height: 398px;
	background-color:#FFFFFF;
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	color:#800000
	}

li.inline {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
  text-align:center;
  border-right: 2px dotted #066;
  }

li.last {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 0px;
  text-align:center;
  } 

div.row {
  clear: both;
  padding-top: 0px;
  }

div.row span.label {
  float: left;
  width: 20%;
  text-align: center;
  }

div.row span.formw {
  float: right;
  width: 80%;
  text-align: center;
  }
