
body {
        margin: 0;
        background-color: #ffffff;
}

body, p, div, span, table, tr, th, td {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: black;
}

p { margin: 0px; }

a, a font {
        color: #336600;
        text-decoration: none;
}

a:hover {
        color: #336600;
        text-decoration: underline;
}

.titles {
        font-size: 14px;
        font-weight: bold;
        color: #336600;
}

.text {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: black;
}

#container {
        width: 800px;
}

#top {
        width: 800px;
        height: 181px;

        background-image: url(img/mast-head.jpg);
        background-repeat: no-repeat;
}
        #homeLink {
                position: absolute;
                top: 0; left: 0;
        }

        #topPadd {
                padding: 64px 0px 0px 205px;
        }
        #mainNav {
                width: 595px;
                height: 20px;
        }

        #mainNav a {
                margin: 0;
                padding: 0;
                float: left;
        }

#main {
        width: 800px;

        background-image: url(img/main-bg.jpg);
        background-repeat: repeat-y;
}

#NAV_MENU {
        clear: left;
        position: absolute;
}

        #NAV_MENU .menuDiv {
                position: absolute;
                visibility: hidden;
                z-index: 10;
                width: 200px;

                background-color: #ffffff;
                border-left: 1px solid #60af0a;
                border-right: 1px solid #60af0a;
                border-bottom: 1px solid #60af0a;
                color: #2c5209;
                text-align: left;
        }

        #NAV_MENU .menuDiv div {
                padding: 4px 5px 3px 15px;
                text-align: left;
        }

        #NAV_MENU .menuDiv a:link, #NAV_MENU .menuDiv a:visited {
                float: none;
                color: #2c5209;
                line-height: 18px;
                text-decoration: none;
        }

        #NAV_MENU .menuDiv a:active, #NAV_MENU .menuDiv a:hover {
                float: none;
                color: #60af0a;
                line-height: 18px;
                text-decoration: none;
        }


        #navigate a, #navigate img {
                display: block;
                margin: 0;
                padding: 0;
        }

#left {
        width: 190px;
        min-height: 325px;
        float: left;
        background-image: url(img/left-nav.jpg);
        background-repeat: no-repeat;
}
        #leftNav {
                padding: 70px 30px 10px 30px;
        }

#content {
        width: 610px;
        min-height: 325px;
        float: left;
}
        #contentPadd {
                padding: 5px;
        }

#clean {
        clear: both;
}

#bottom {
        width: 800px;
        height: 93px;

        background-image: url(img/bottom.jpg);
        background-repeat: no-repeat;
        position: relative;
}

        #ccLink {
                position: absolute;
                bottom: 30px;
                right: 0;
        }


/** styles for membership form **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 10px 0;
	padding: 4px 7px 9px;
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #b3c77f;
}

fieldset ol {
	list-style-type: none;
	padding: 0;
	margin: 12px 20px;
}

fieldset li {
	margin: 6px 0;
	clear: both;
}

label {
	display: inline-block;
	width: 215px;
}

.one-col {
	float: left;
	width: 250px;
}

.error {
	color: #76C021;
}

/** end styles for form **/
