

BODY {
  font-family: Georgia, Roman, serif;
  background-color: #FFFFFF;
  text-indent: 5px;
  text-align: left;
  word-spacing: normal;
  font-size: small;
  color: #5C2303;
  margin-left: 5%	
}
P {
	color:#5C2303
}
H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #5C2303;
  font-variant: normal;
  text-transform: uppercase;
}

H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  color: #5c2303;
}

H3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  color: #5c2303;
}
.h3small {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  text-align: center;
  color: #5C2303;
}

.tdtext {
  text-align: left;
  vertical-align:text-top
}

.tdnum {
  text-align: right;
}

TABLE {
  border-style:none;
  vertical-align: middle;
}
TD {
	border-style:none;
   }
.tdpad  {
	padding-top:10px;
	padding-bottom:10px
}
#llogo {
	width:100px;
	float:left;
}
#clogo {
	width:700px;
	float:right;
	height:inherit;
	}
#pmenu {
	width: 1024px;
	Padding:0px 10px 20px 50px;
	}
	
#footer {font-size:x-small;
		font-style:italic;}

#header  {
	height:100px;
	padding:20px 10px;
	 }
	
.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;
}