@charset "utf-8";
/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
background-color:#FFFFFF;
background-position:top left;
margin: 0;
padding: 0;
}

#maincont {width: 855px;
background-color:#FFFFFF;
margin: 0 auto 0 auto;
background-repeat:no-repeat;

}
#maincontlong {width: 855px;
height: 850px;
background-color:#FFFFFF;
margin: 0 auto 0 auto;
background-repeat:no-repeat;
}
#banner {width: 855px;
height: 148px;
background-color:#FFFFFF;
margin: 0 auto 0 auto;
background-image:url(banner.jpg);
background-repeat:no-repeat;
}
#navbar {width: 855px;
height: 30px;
background-color:#FFFFFF;
margin: 0.75em auto 0 auto;
}
#navbar ul li {list-style:none;
display:inline;

}
#navbar a {color: #669966;
font-size: large;
text-decoration: none;
text-align: left;
padding-right: 2.25em;

}
#navbar a:hover {color:#cc6633;
}

#maintext {width: 775px;
background-color:#FFFFFF;
margin: 4em auto 0 auto;
padding: 0 1.75em 0 2.05em;
}
#bottombar {width: 855px;
background-color:#FFFFFF;
font-size:x-small;
margin: 2em auto 0 auto;
text-align: center;
}
#bottombar a:link {
	text-decoration: none;
	color: #333333;
}
#bottombar a:visited {
	text-decoration: none;
	color: #666666;
}
#bottombar a:hover {
	text-decoration: none;
	color: #669966;
}
#bottombar a:active {
	text-decoration: none;
}
h1 { font-size: large;
font-weight:normal;
color: #669966;
}
h2 {font-size: medium;
font-weight:normal;
color: #669966;
}
.textlist {font-size: small;
color: #333333;
}

.list1 {list-style:disc;
color: #669966;
}
.imageadjust {margin: 0;
padding: 3px 0 0 0;
}