body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color:#bbbaba;

}

p {
	color:#000000;
}



#container { 
	width: 750px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	background-image:url(/images/background.gif);
	repeat: y; /* this overrides the text-align: center on the body element. */
} 
#header {  
	padding: 0 0px 0 0px;  /* 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. */
} 
#navbar {
	height: 30px;
	background-image:url(/images/navbar.gif);
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	padding-top: 22px;
	
	
	
}

#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #000000;
}

#navbar a:hover {
	text-decoration: none;
	color: #827a00;
}

#sidebar1 {
	float:left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	padding: 20px 10px 0px 10px;
	line-height:1.2 em;
	
}	
a {
	color:#80260a;
}

a: hover {
	color:#827a00;
	font-weight: bold;
	font-size: 0.85em;
}


#mainContent {
	margin: 0px;
	padding: 20px 5px 12px 5px;
	width: 400px;
	height: 100%;
	float: left;
	font-size: small;
} 

#mainContent ul li {
	font-size: .8em;
	color:#000000;
	line-height: 1.4 em;
	padding: 0;
	margin: 0;
	type: disc;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	height: 100%; /* 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:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 0px 10px;
	text-align:center;
	margin: 0;
	/* padding keeps the content of the div away from the edges */
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width= 750px; 
	height= 39px;
	background-image:url(/images/footer.gif);
} 
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0px 14px 25px;
	font-size: .7em;
	color:#FFFFFF; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#topgreenbox {
	border-bottom: solid white 2px;
	border-left: solid white 2px;
	font-size: small;
	font-weight: bold;
}
#botgreenbox {
	border-left: solid white 2px;


}
#toppic {
	border-bottom:solid white 2px;
	
}

#footer a {
	color:#e9e0b6;
}

#footer a:hover {
	color:#80260a;
}

.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;
	margin-right: 10px;
}

.fltrtnomarg {
	float: right;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.rtlink {
	font-size: 12px;
	text-align: center;
}
.sidebar2text {
	font-size: .8em;
	color: #80260a;
}

.sidebar1text {
	text-align: center;
	color: #80260a;
	font-size: 14%;
}

.quotetext {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.3 em;
	color: #000;
}

.greenbg {
	background-color: #827a00;
	padding: 7px;
	font-size: .8em;

}

.tablehead {
	background-image:url(/images/fadedbar.gif);
	font-size: 1em;
	color:#000000;
	text-align: center;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top:none;
}
