@charset "utf-8";
#containerFR {
	background: url(../images-2010/back_barfront.jpg);
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	border-top: 0px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
}

body  {
	font: 1em Georgia, "Times New Roman", Times, serif;
	background: #6C0 url(../images/mainback.jpg);
	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;
}
#mainContent p {
	margin-top: 6px;
	margin-bottom: 8px;
}
.firstletter {
	font-weight: bold;
}
/* CSS Document */

html {
	background: #FFF;
}

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: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 26px Verdana, Geneva, sans-serif;
}
h2 {
	font: bold 20px Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
}

  #header {
	background: #C3C no-repeat top;  /* 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. */
	position: relative;
	height: 100px;
	width: 770px;
} 
  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 142px; /* padding keeps the content of the div away from the edges */
	padding: 0px 0px 1px;
	background: url(../images/dkgreenback.jpg);
	margin: 0px;
}
#sidebar1  p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #013300 url(../images/dkgreenback.jpg);
	padding: 0px 0px 5px;
}
#sidebar2 p {
	margin-left: 6px;
}
#sidebar2 h3 {
	margin-left: 10px;
}
  #mainContent {
	margin-left: 160px;
	padding-right: 1px;
	margin-right: 150px;
} 
  #footer {
	background:#606;
	width: 770px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
} 

#toplinks {
	height: auto;
	width: auto;
	left: 80px;
	top: 75px;
	position: absolute;
	z-index: 5;
	visibility: visible;
	font: 16px Verdana, Geneva, sans-serif;
}

.ownerpict {
	float: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}
a.top:link { color: #ffc125; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-top: 5px; }
a.top:visited { color: #ff8c00; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-top: 5px; margin-bottom: 5px; }
a.top:hover { color: #32cd32; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-top: 5px; margin-bottom: 5px; }
a.side:link {
	color: #ffc125;
	text-decoration: underline;
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 5px;
}
a.side:visited {
	color: #ff8c00;
	text-decoration: underline;
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
}
a.side:hover {
	color: #F00;
	text-decoration: underline;
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 5px;
}
a:link {
	color: #00f;
	text-decoration: underline;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #8c00ff;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #ff0008;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.bottomcopyright {
	padding-top: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

