         BODY {
            margin: 0;
            padding: 0;
            font-family: sans, arial, helvetica;
            font-size: 10pt;
            background-color: #484848;
         }

         #header {
            background-image: url( '/images/header_background.png' );
            height: 104px;
            width: 100%;
         }
         #logo {
            padding-top: 25px;
            padding-left: 10px;
            padding-bottom: 0px;
         }
         H1 {
            font-size: 12pt;
            font-weight: 900;
            color: white;
            padding: 0px;
            margin: 0px;
         }
         #top_navigation {
            background-color: #484848;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 575;
            height: 25px;
            text-align: top;
         }
         #top_navigation_link {
            color: white;
            font-size: 9pt;
            font-weight: 900;
            text-decoration: none;
            position: relative;
            top: 3px;
            padding-left: 10px;
            padding-right: 10px;
         }
         #top_navigation_link:hover {
            background-color: #989898;
         }
         #left_panel {
            width: 70%;
           position: relative;
            top: 0;
            padding: 5;
         }
         #content_text {
            padding: 5;
            font-size: 12pt;
            font-weight: 100;
         }
         #right_panel {
            width: 30%;
            position: absolute;
            right: 0;
            top: 105;
            padding-left: 10;
         }

			.contentlink {
				color: #000000;
			}
			
			.contentlink:hover { 
				color: #0000ff;
			}
         
         #rightbox_title {
            background-color: #6F9F0D;
            color: white;
            font-weight: 900;
            margin-top: 15;
            margin-right: 10;
            padding: 1;
            text-align: center;
				font-size: 10pt;
         }

         #rightbox_content {
				text-align: left;
				background-color: #FFFFFF;
				color: #000000;
				width: 100%;
				height: 100%;
				font-size: 8pt;
         }
         
         H2 {
            font-size: 18pt;
            font-weight: 900;
            color: #6F9F0D;
            padding: 0px;
            margin-bottom: 0px;
            margin-top: 5px;
         }
         #content {
            background-color: #FFFFFF;
            padding-bottom: 10;
         }
         #footer {
            font-size: 9pt;
            color: white;
         }
         #bottom_link {
            color: white;
            font-weight: 900;
            font-size: 8pt;
            text-decoration: none;
         }
         #bottom_link:hover {
            text-decoration: underline;
         }
         
         #top_banner {
            width: 468;
            height: 60;
            border-style: solid;
            border-color: #6F9F0D;
            background-color: #FFFFFF;
            border-width: 1px;
            position: absolute;
            top: 31px;
            right: 15px;
         }


