body {
	background-image: url("/images/lbg.jpg");
        background-repeat: repeat-y;
	
}

#a {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 201px;
        height: 20px;
        background-color: #fff;
        color: #000;
}

#b {
	position: absolute;
	left: 0px;
	top: 58px;
	width: 800px;
	height: 125px;
	background-color: #bcd54d;
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
	border: 1px #fff solid;
        color: #000;
}

#c {
	position: absolute;
	left: 221px;
	top: 208px;
	width: 559px;
	height: 100%;
        font: 10pt Verdana, Arial, sans-serif;
}

#d {
	position: absolute;
	left: 201px;
	top: 20px;
	width: 579px;
	height: 38px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position: absolute;
	left: 10px;
	top: 208px;
	width: 180px;
	background-color: transparent;
	height: 100%;
}


#nav a:link, #nav a:visited {
  	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
  	font-size: 11px;
	padding-bottom: 0px;
  	padding-left: 20px;
        color: #009;
        background-color: transparent;
}

#nav a:hover, #nav a:active {
	background-image:  url(/images/arrowr1r.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#nav li {
	margin: -2px;
	padding: 0px;
}

#gad2 {
	margin:0;
	padding:0;
	position: relative;
	left: 15px;
	top: 418px;
	width: 180px;
	background-color: transparent;
	height: 100%;
}

h1 {
    font: 12pt Arial, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

h2 {
    font: 10pt Arial, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

p {
    text-indent: 3em
}