/* Written by Dale Thompson <dale@orlandojudo.com>              */

body { font-family: Arial; 
       color: navy; }
h1, h2, h3, h4, h5, h6 { font-family: Verdana; }
h1 { color: maroon; }
h2 { color: red; }
h3 { color: green; }


a { color: navy; text-decoration: none;}

a:hover { color: red;  background: black;}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 257px; /* since this element is floated, a width must be given */
	height: 701px;
	top: 0;   /* top and bottom padding create visual space within this div */
	background-color: e0e2d7;
	background-repeat: no-repeat;	
	background-image: url(images/sidebar_left.jpg);
}


.Footer{
	float: left;
	width: 600px; /* since this element is floated, a width must be given */
	top: 0;   /* top and bottom padding create visual space within this div */
	background-color: 00e2d7;
}
.Footer1 {
	float: left;
	width: 400px; /* since this element is floated, a width must be given */
	top: 0;   /* top and bottom padding create visual space within this div */
	background-color: e0e2d7;
}

Footer2 {
	float: left;
	width: 300px; /* since this element is floated, a width must be given */
	top: 0;   /* top and bottom padding create visual space within this div */
	background-color: 00e2d7;
}