body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	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: #000000;
}
.fbDiv{
	position:absolute;
	z-index: 10;
	float:right;
	top:10;
	left:1000;
}
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
.picR {
	border= 0;
	float:none;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000; /* this overrides the text-align: center on the body element. */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.oneColFixCtrHdr #header {
	background: #fff; 
	/* padding: 5px 0px 5px 0px;  /* 0 5px 0 5px; this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. /
	border: 3px solid;
	border-bottom-color:#b4a491;
	border-left-color:#e5c5ae;
	border-right-color:#b4a491;
	border-top-color:#e5c5ae;
	
	text-align: left; / this overrides the text-align: center on the body element. /
	border-top-left-radius: 5px; / 50px; /
	border-top-right-radius: 10px / 50px; /;
	border-bottom-right-radius: / 50px / 10px;
	border-bottom-left-radius: /50px  10px;
	
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	box-shadow: rgba(0,0,0,0.4) 
	           7px 7px 15px 0;
       */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #051a01;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none; /* this overrides the text-align: center on the body element. */
	text-align: left;
	font-style: normal;
	color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#669966;/#333300; olive 003300; dark green */
	color:#000;
	text-align: left;
	border: 3px solid;
	border-color:#669966;
	border-radius:10px;
    -moz-border-radius:10x;
    -webkit-border-radius:10px;
}
/* #footer {
	border-color:#000; /#003300; /
	border-size: 10px;
	border-radius:10px;
    -moz-border-radius:10x;
    -webkit-border-radius:10px;
} */
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.para1{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
	text-align:left;
}

.oneColFixCtrHdr #container #mainContent .para1 .para1 em {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: larger;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

a:link {font-weight:normal; color:#000; }
a:visited {color:#000;}
a:hover { color:#03F; text-decoration: underline;}
h1 { color: #051a01; }
h2 {color: #051a01; }
h3 {
	color: #360;
}
strong {
	color: #360;
}
.oneColFixCtrHdr #container #mainContent a {
	font-style: italic;
}
#container #mainContent p em {
	font-size: medium;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 100%;
	font-style: normal;
}
.oneColFixCtrHdr #container #mainContent .para1 h4 {
	color: #360;
}
