body {
	background: url(happy.jpg) no-repeat;
	background-color: #777777;
     font-family: verdana,arial,serif;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}


a {
	background-color: #ffffff;
	color: green;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: black;
	/* background-color: #008800; */
}

p.topmap {
        line-height: 0%;
	text-align: left; 	
	padding-bottom: 2em;
        padding-top: 1em;	
        padding-left: 0em;
	font-family: verdana,arial,serif;
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
        color: black;
	text-decoration: none;
    }

p.contact {
        line-height: 80%;
        text-align: left;
        padding-bottom: 0em;
        padding-left: 1.8em;
        font-family: verdana,arial,serif;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
        color: black;
        text-decoration: none;
     }


p.contactIndent {
        line-height: 80%;
        text-align: left;
        text-indent: 6.5em;
        padding-bottom: 0em;
        padding-left: 1em;
        font-family: verdana,arial,serif;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
        color: black;
        text-decoration: none;
        }

.descript{
        line-height: 1.4em;
	text-align: left; 	
	padding: 0px;
	font-family: verdana,arial,serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
        color: #444444;
	text-decoration: none;
}
	
#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
        border-top: 0.2em solid green;
        border-left: 0.2em solid green;
        border-right: 0.2em solid green;
        border-bottom: 0.2em solid green;
}

#header {
	background: url(banner.jpg) no-repeat;
	height: 140px;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
	left: 260px;
	top: 10px;
}

#header ins {text-decoration:none}

#header a {
	color: #b2c2FF;
        text-indent: 0.30em;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#header b {
        color: #0000FF;
	text-indent: 0.20em;
	font-family: "courier, courier new";
	text-decoration:none;
	}
	
#sidebar {
	float: left;	
	margin-top: 10px;
	margin-left: 3px;
        width: 125px;
        background-color: #FFFFFF;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
    background-color: #c3c3c3;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #008800;  
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
}

#footer {
	background-color: #FFFFFF;
	clear: right;
	color: #007700;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 720px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
