        body {
            margin: 0;
            border: 0;
            padding: 0;
            font-family: "Trebuchet MS", verdana, arial, sans-serif;
            background: #333333;
        }
        img {
            display: block;
        }
        #pagetop1 {
            background: white url('/_img/topshadow.jpg') top center repeat-x;
        }
        #pagetop2 {
            background: url('/_img/bottomshadow.jpg') bottom center repeat-x;
            text-align: center;
        }
        #pagemain {
            width: 830px;
            margin: 0 auto;
        }
        #header {
            height: 130px;
            position: relative;
        }
        #logo {
            position: absolute;
            top: 49px;
            left: 0px;
            display: block;
        }
        #strap {
            position: absolute;
            top: 59px;
            right: 0;
            display: block;
        }
        
        /*--- TOP/PRIMARY MENU ---*/
        #primary_menu {
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            border-bottom: 3px solid #6869BA;
            width: 600px;
            text-align: right;
        }
        ul#menu {
            float: right;
            background: #6869BA url('/_img/menu_corner.gif') top left no-repeat;
            margin: 0;
            padding: 0;
        }
        ul#menu li {
            float: left;
            margin: 0 10px 0 30px;
            list-style-type: none;
            position: relative;
            line-height: 24px;
        }
        ul#menu li a {
            font-size: 10pt;
            color: #ffffff;
            text-decoration: none;
            line-height: 24px;
        }
        ul#menu li a:hover {
            color: #999999;
            text-decoration: none;
        }
        ul#menu li ul li {
            display: block;
        }
        ul#menu li:hover ul, ul#menu li.over ul {  /* The magic that makes the menu work*/
            display: block; 
        }
            /* Drop Down Menu Items */
        ul#menu li ul { /*ul is container of drop down*/
            background: #6869BA;
            margin: 0;
            padding: 0;
            width: 140px;
            list-style: none;
            position: absolute;
            display: none;
            right: -10px; 
            top: 24px;
            padding-top: 3px; /*must overlap slightly*/
            /*background: bottom center no-repeat url('/_img/li_shadow_last.png');*/
        }
        ul#menu li ul li {
            position: relative;
            text-align: right;
            display: block;
            margin: 0;
            border: 0;
            padding: 0px 0 0 0;
            background: white;
			border-bottom: 1px solid white;
        }
        ul#menu li ul li a {
            line-height: 24px;
            font-size: 8pt;
            margin: 0;
            border: 0;
			padding-right: 10px;
            display: block;
			width: 130px;
            text-decoration: none;
            color: #666;
            background: #e0e0e0; /* IE6 Bug */
            text-indent: 20px;
        }
        ul#menu li ul li a:hover { /* Hover Styles */
            margin: 0;
            border: 0;
            color: #d0cde9; 
            background-color: #555555;
            text-decoration: none; 
        }
        div.menuclear {
            line-height: 1px;
        }
            /* Fix IE. Hide from IE Mac */
        * html ul#menu li { float: left; height: 1%; }
        * html ul#menu li ul li { float: left; height: 1%; }
        * html ul#menu li a { height: 1%; }
        * html ul#menu li ul li a { height: 1%; }
        /* End */
        
        /*--- SIDE/SECONDARY MENU ---*/
        ul#secondary_menu {
            background-image: url('/_img/menu_shadow.jpg');
            background-repeat: repeat-y;
            background-position: right;
            width: 204px;
            margin: 0;
            border: 0;
            padding: 0;
            list-style-type: none;
        }
        ul#secondary_menu li {
            line-height: 28px;
            padding: 0 10px;
            margin-bottom: 1px;
            display: block;
        }
        ul#secondary_menu li.seccurrent {
            background-image: url('/_img/sec_corner_22_19.jpg');
            background-repeat: no-repeat;
            background-position: top left;
        }
        ul#secondary_menu li.tertcurrent {
            background-image: url('/_img/tert_corner_22_19.jpg');
            background-repeat: no-repeat;
            background-position: top left;
        }
        ul#secondary_menu li a {
            height: 28px;
            color: #ffffff;
            text-decoration: none;
            padding: 0 25px;
        }
        ul#secondary_menu li#sec_top a {
            padding: 0 0;
        }
        ul#secondary_menu li.tertiary a {
            padding: 0 35px;
        }
        ul#secondary_menu li a:hover {
            color: #d0cde9;
            background-color: #555555;
            display: block;
            padding-left: 27px;
        }
        ul#secondary_menu li#sec_top a:hover {
            color: #d0cde9;
			background-image: none;
			background-color: transparent;
			padding: 0;
        }
        ul#secondary_menu li.tertiary a:hover {
            padding-left: 37px;
        }
        ul#secondary_menu li#sec_top {
            background-image: url('/_img/menu_corner_top.jpg');
            background-repeat: no-repeat;
        }
        ul#secondary_menu li#sec_bottom {
            background-image: url('/_img/menu_corner_bottom.jpg');
            margin-bottom: 0;
        }
        ul#secondary_menu li#sec_top,  ul#secondary_menu li#sec_bottom {
            background-color: #333333;
            background-repeat: no-repeat;
            background-position: top right;
            color: #ffffff;
            font-size: 10pt;
        }
        ul#secondary_menu li.secondary {
            line-height: 28px;
            margin-right: 11px;
            padding: 0;
            background-color: #666666;
            font-size: 8pt;
        }
        ul#secondary_menu li.tertiary {
            background-color: #888;
        }
        ul#secondary_menu li.menu_photo {
            line-height: 5px;
            padding: 0;
            margin: 0 0 1px 0;
        }
        p#address {
            color: #6869BA;
            font-size: 8pt;
            padding: 10px 0 10px 10px; 
            margin: 0 11px 0 0;
            border-bottom: 1px solid #666666;
        }
        p#copyright {
            color: #dddddd;
            font-size: 7pt;
            background-color: #333333;
            border-top: 1px solid #ffffff;
            padding: 10px 0 10px 10px; 
            margin: 0 11px 20px 0;
        }

        #content {
            text-align: left;   
        }
        #content_left {
            float: left;
            width: 204px;
            /*background-color: yellow;*/
        }
        #content_right {
            margin-left: 230px;
            padding: 20px 0;
        }
        #pagebottom {
            width: 850px;
            margin: 5px auto;
        }
        #footer {
            margin-left: 230px;
            border-top: 1px dotted #555555;
            /*border-bottom: 1px dotted #555555;*/
            color: #aaaaaa;
            font-size: 8pt;
            font-weight: normal;
            padding: 10px 0;
        }
        #footer a {
            color: #aaaaaa;
            font-size: 8pt;
            font-weight: normal;
            text-decoration: none;
        }
        #footer a:hover {
			color: #6968BA;
		}
        .clearfix {
            clear: both;
        }
                
        /*text styles*/
        div, table {
            font-family: "Trebuchet MS", verdana, arial, sans-serif;
        }
		#content_right table {
			border-collapse: separate;
			padding: 0;
		}
		#content_right table td {
			border-spacing: 0;
		}
        #content_right h1, #content_right h2, #content_right h3, #content_right h4, #content_right h5, #content_right h6, #content_right p, #content_right li {
            margin: 0.5em 0;
            padding: 0;
            border: 0;
            color: #333333;
            line-height: 1.4em;
        }
        #content_right h1 a, #content_right h2 a, #content_right h3 a, #content_right h4 a, #content_right h5 a, #content_right h6 a {
			text-decoration: none;
        }
        #content_right h1, #content_right h1 a {
            color: #333333;
            font-size: 14pt;
        }
        #content_right h2, #content_right h2 a {
            color: #6968BA;
            font-size: 12pt;
        }
        #content_right h3, #content_right h3 a {
            color: #6968BA;;
            font-size: 10pt;
        }
        #content_right h4, #content_right h4 a {
            color: #333333;
            font-size: 9pt;
            font-weight: bold;
        }
        #content_right h5, #content_right h5 a {
            color: #6968BA;
            font-size: 9pt;
        }
        #content_right h6, #content_right h6 a {
            color: #333333;
            font-size: 9pt;
			margin: 0;
			padding: 0;
			font-weight: normal;
        }
        #content_right p, #content_right li {
            color: #333333;
            font-size: 9pt;
        }
        #content_right p a, #content_right li a {
            color: #6968BA;
            font-size: 9pt;
			text-decoration: none;
        }
        #content_right ul, #content_right ol {
            margin: 0.5em 0;
            padding: 0;
            list-style-position: inside;
        }
        #content_right li {
            margin: 0em 0;
            padding: 0;
        }
        #content_right td.tableCell_left {
			padding-right: 10px;
		}
        #content_right td.tableCell_middle {
			padding-left: 10px;
			padding-right: 10px;
		}
        #content_right td.tableCell_right {
			padding-left: 10px;
		}
		#content img.image_right {
			float: right;
			margin-left: 20px;
			margin-bottom: 10px;
		}
		#content img.image_left {
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
