      html,body {
      	margin:			0;
      	padding:		0;
      	width:			100%;
      	height:			100%;
      	font:			normal 100%/1.5 Arial,Tahoma,Helvetica,sans-serif;
      }

      td {
        vertical-align:		top;
      }
     
      table#gd-main {
      	width:			100%;
      	height:			100%;
      	margin:			0;
      	background-color:	white;
      	color:			black;
      	text-align:		left;
      	font-size:		.83em;
      }
     
      td#gd-header { 
        padding:		0 0 0 350px;
        height:			100px;
        background:		black url(/images/logo.png) no-repeat left top;
      	border-right:		10px solid black;
      	border-left:		10px solid black;
      	font-size:		.9em;
      }

     
      td#gd-header ul#gd-nav {
        height:			27px;
        margin:			9px 0;
        padding:		0;
        list-style:		none;
        line-height:		25px;
        float:			left;
      }
      td#gd-header ul#gd-nav li {
      	display:		block;
      	margin:			0;
      	float:			left;
	text-align:		center;
	font-weight:		bold;	
	border:			1px solid #666;
      }
      td#gd-header ul#gd-nav li span {
        color:			black;
        background-color:	white;
        display:		block;
	padding:		1px 10px;
      }
      td#gd-header ul#gd-nav li a {
        text-decoration:	none;
        color:			black;
        background-color:	#ffcc00;
        display:		block;
	padding:		1px 10px;
      }
      td#gd-header ul#gd-nav li a:hover {
        color:			#ffcc00;
        background-color:	#333;
        display:		block;
      }
      
      td#gd-header h1 {
        clear:			left;
        color:			white;
        font-size:		1.5em;
        margin:			0;
        padding:		10px 0;
      }

     td#gd-header dl {
       width:			20em;
       float:			right;
       color:			white;
     }
     td#gd-header dl dt {
       font-weight:		bold;
       width:			3em;
       float:			left;
     }
     td#gd-header dl dd {
       margin:			0 0 0 4em;
     }
     td#gd-header dl dd a {
       color:			white;
       text-decoration:		none;
     }
     td#gd-header dl dd a:hover {
       text-decoration:		underline;
     }
     
     tr#gd-content1 {
      	vertical-align:	top;
      	background:		white url(/css/bg-feature.png) no-repeat left bottom;
      }
    
      td#gd-content2 { 
      	padding:		10px;
      	height:			100%;
      	background:		white url(/css/bg-content.png) no-repeat right top;
      	border-left:		10px solid #ffcc00;
      	border-right:		10px solid black;
      }
     
      td#gd-footer { 
        background-color:	#ffcc00;
        color:			#000;
        padding:		0 10px;
        height:			20px;
        line-height:		20px;
        font-size:		8pt;
        text-align:		right;
      	border-left:		10px solid #ffcc00;
      }

td#jump-search-container {
	padding-right:		50px !important;
}
