body {
  background: #D2DEE5 url(/images/suterabg.gif);
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, verdana, tahoma, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
hr {
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0 8px 0;
  padding: 0;
  width: 85%;
}

p {
	/*margin: 0;*/


}

h2 {
  font-family: "Trebuchet MS", helvetica, arial, sans-serif;
  margin: 0 0 10px 0;
  font-size: 21px;
  text-shadow: 3px 3px 3px #aaa;
  	color: #D37D26;
}

h3 {
  font-family: "Trebuchet MS", helvetica, arial, sans-serif;
  margin: 0 0 4px 0;
  font-size: 14px;
}

h3 a {
  font-weight: bold;
  color: #555;
}

h4 {
  margin: 0 0 4px 0;
  font-size: 12px;
}
#container {
position: relative;
	margin: 0 auto;
	padding: 10 0 20;
	background-color: #FFFFFF;
	background-image: url(/images/sutera-faux-column.gif);
	background-repeat: repeat-y;
	width: 746px;
   min-height: 600px;
   height: auto;
   _height: 600px;
}
#content {
	width: 702px;
margin: 0 auto;
padding: 0;
border: 0;
}
h1 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 24px;
	line-height: 30px;
        color: #D37D26;
}
#nav{
	margin: 0;
	padding: 0;
	/*width: 701px;
	_width: 702px;*/
	background-color: #CC00FF;
	height: 20px;

}
.left-side {
	text-align: right;


}
.required {
	font-weight: bold;
}
.center {
text-align: center;
}
.float-r {
 float: right;
}
