            body{
                background-color: #ffffff;
                margin: 0 auto;
            }
            body, a{
                font-family:Trebuchet MS,Verdana,Geneva,SunSans-Regular,sans-serif;
                font-size: 12px;
                color: #009900;
                text-decoration: none;
                line-height: 13px;
            }
            a:hover, a.act_nav{
                color: #167F33;
                text-decoration: underline;
            }
            ul{
                margin:0;
            }

            h2{
                color: #006600;
                font-size: 12px;
                margin: 0;
                padding: 0;
            }
            table, tr, td{
            	border: 0;
            	margin: 0;
            	padding: 0;
            	spacing: 0;
                border-width: 0;
                border-collapse: collapse;
            }
            td{
            	padding-right: 10px;
            }
            a img{
            	border: 1px dashed #8BCD74;
            }
            a:hover img{
            	border: 1px dashed #167F33;
            }
            #outercontainer{
                text-align: left;
                width: 800px;
                margin: 20px auto;
            }
            #innercontainer{
                position: relative;
                width: 800px;
            }
            #header{
                background-image: url(../images/header.jpg);
                width: 705px;
                height: 350px;
                position: absolute;
            }
            #topimage{
                z-index: 50;
                background-image: url(../images/topimage.jpg);
                width: 328px;
                height: 203px;
                top: 54px;
                left: 471px;
                position: absolute;
            }
            #navigation{
                background-image: url(../images/navigation_bg.gif);
                background-repeat: no-repeat;
                width: 407px;
                height: 166px;
                top: 31px;
                left: 66px;
                padding: 20px;
                position: absolute;
            }
            #contact{
                width: 407px;
                height: 166px;
                top: 148px;
                left: 66px;
                padding: 20px;
                position: absolute;
                color: #167F33;
            }
            #content{
                background-image: url(../images/border_bg.gif);
                background-repeat: repeat-y;
                width: 701px;
                top: 234px;
                left: 43px;
                padding-left: 40px;
                position: absolute;
            }
            #footer{
                background-image: url(../images/footer_bg.gif);
                background-repeat: no-repeat;
                height: 20px;
                margin-left: -40px;
                position: relative;
            }
            #credit{
            	text-align: right;
            	z-index: 200;
                top: 20px;
                left: 680px;
                padding-left: 40px;
                position: absolute;
                font-size: 9px;
            }
            #credit a{
                font-size: 9px;
            }
            #credit a:hover{
                font-size: 9px;
                color: #167F33;
            }
            img.floatLeft { 
            	float: left; 
                margin-right: 10px; 
                margin-bottom: 10px; 
                position: relative;
            }
            img.floatRight { 
                float: right; 
                margin-left: 10px; 
                margin-bottom: 10px; 
            }
            div.content_entry{
                vertical-align: top;
                margin: 0;
                padding-top: 20px;
                width: 640px;
                clear: both;
            }
            #content a{
                color: #167F33;
            }
            #content a:hover{
                text-decoration: underline;
            }

