/* CSS Document */

body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #FBFBE5 url(images/grass.gif) right bottom fixed no-repeat;
    color: #566047;
	}
#container {
	position: relative;
	margin: auto;
	text-align: center;
	background: #FBFBE5 url(images/container_bg.gif) center top repeat-y;
	width: 760px;
	left: 0;
}
#pageHeader {
	text-align: center;
	height: 180px;
	background-image: url(images/handsonstyle.css.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#pageFooter {
    text-align: center;
    background: url(images/footer.jpg) bottom no-repeat;
    height: 88px;	
	}
#heading h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent url(images/h3_welcome.gif) left top no-repeat;
    border-bottom: 1px solid #7D8965;
}
a, a:link, a:visited {
	color: #55654B;
	text-decoration: underline;
}
a:hover {
	color: #49617A;
	text-decoration: none;
	
}
a:active, a:focus {
	color: #284D56;
}  
#lselect ul li a, #lselect ul li a:active, #lselect ul li a:focus {
    display: block;
    clear: both;
    padding: 0 0 2px 0;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    color: #566047;
    background: transparent url(images/lselect_a_bg.gif) left center no-repeat;
}
.cellpadding {
	padding-left: 35px;
}
#heading2h3 {

    margin-bottom: 10px;
    height: 32px;
    background: transparent url(images/h3_welcome.gif) left top no-repeat;
    border-bottom: 1px solid #7D8965;
}

