*
            {
                padding: 0px;
                margin: 0px;
                font-family: Arial, sans-serif;
            }

            body
            {
                background: #BBC1CF;
                font-size: 16px;
            }

            a
            {
                text-decoration: none;
                color: #b00;
            }

            a:visited
            {
                color: #b00;
            }

            a:hover
            {
                text-decoration: underline;
                color: #f00;
            }

            a img
            {
                border: none;
            }

            .title
            {
                padding-top: 5px;
                padding-left: 25px;
                text-align: left;
                font-weight: bold;
                font-size: 20px;
                font-family: eras, arial, sans-serif;
            }
            
            .bold
            {
              font-weight:bold;
            }

            div.menu
            {
                width: 150px;
                background: url('images/menuBg.gif') left repeat-y #fff;
                float: left;
                overflow: hidden;
            }
            div.menu div
            {
                height: 4px;
                width: 150px;
                overflow: hidden; /* ie6 small div hack */
                background: url('images/link_break.gif');
            }
            div.menu a
            {
                display: block;
                width: 150px;
                height: 25px;
                background: url('images/link_bg.gif') right repeat-y #1D8E43;
                text-align: center;
                color: #fff;
                text-decoration: none;
                font-family: arial, sans-serif;
                padding-right: 10px;
                padding-top: 5px;
            }
            
            div.menu a:hover
            {
                color: #fff;
                text-decoration:none;
                width: 150px;
                padding-right: 20px;
                font-weight: bold;
                background: #18A046;
            }
            
            div.menu a:visited
            {
                color: #fff;
                width: 150px;
            }

            div.main
            {
                text-indent: 20px;
            }

            div.main p
            {
                margin-top: 16px;
                text-align:justify;
                padding-right: 5px;
            }

            div.galleryNav a
            {
                text-decoration: none;
                color: #b00;
            }

            div.galleryNav a:hover
            {
                text-decoration: none;
                color: #f00;
                font-weight: bold;
            }

            .imgBorder
            {
                clear:both;
                border: inset 2px #999;
                margin-top: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
            
            .imgFloatLeft
            {
                background: #fff;
                clear:both;
                border: inset 2px #999;
                float: left;
                margin-top: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
