﻿        body {
            font: normal normal 14px "Times New Roman", serif;
			color: #333333;
        }
        .bodystyle, .menu3, .content {
            width: 802px;
            margin-left:auto;
            margin-right:auto;
        }
        .bodystyle {
            background-image: url('../images/framing_box.gif');
            background-repeat: no-repeat;
        }
        .menu {
            font: italic bold 19px arial;
            text-align: center;
            color: #FFFFFF;
            width: 802px;
            background-image: url(../images/greenbar.jpg);
            padding: 7px 0;
        }
        .menu2, .menu3 {
            font: italic bold 15px arial;
            text-align: center;
            color: #566C11;
            margin-top: 2px;
            width: 802px;
        }
        .menu2 {
            background-image: url(../images/yellowbar.gif);
        }
        .menu3 {
            font-size: 12px;
            width: 642px;
        }
        .menu a {
            padding: 7px 20px 4px;
            text-decoration: none;
            overflow: visible;
            color: #FFFFFF;
        }
        .menu2 a, .menu3 a {
            color: #566C11;
            text-decoration: none;
        }
        .menu a:hover {
            color: #FFF16F;
        }
        .menu a.here {
            border-bottom: 5px solid #B22217;
        }
        .menu2 a:hover, .menu3 a:hover, .menu2 a.here, .menu3 a.here {
            color: #B22217;
        }
        .content {
            text-align: left;
            width: 642px;
        }
        .content a {
            color: #566C11;
        }
        .content a:hover, .content a:visited {
            color: #B22217;
        }
        .content h3 {
			font-family:Arial, sans-serif;
            font-weight: bold;
            font-size: 15px;
            color: #566C11;
			display:block;
			border-bottom:1px solid #566C11;
        }
        .heading 
        {
            font-family: Arial;
            color: #B22217;
            font-size: 24px;
            font-style: italic;
            font-weight: normal;
		}
		.sumac_red {
		    color: #B22217;
		}
		.sumac_green {
		    color: #566C11;
		}
		.sumac_yellow {
		    color: #FFF16F;
		}
