body { background-color: #f4f4f4; }
#notice { font: 10pt arial,sans-serif; color: #000; }
#main { border-right: 2px solid #d4d4d4; background: #fff url(/img/2/1/bg_arrow.gif) bottom right no-repeat; }
#content { font: 9pt arial,sans-serif; color: #000; }
#content p { margin: 0px 0px 12px 0px; }
#content a:link, #content a:visited { color: #0466c8; }
#content h1 { margin: 0px 0px 10px 0px; font: 18pt century gothic, sans-serif; color: #000; letter-spacing: -1.5px; }
#content h2 { margin: 20px 0px 5px 0px; padding-left: 32px; background: url(/img/2/1/grn_h2_arrow.gif) left no-repeat; font: bold 11pt verdana,sans-serif; color: #ff8b01; }
#content h3 { margin: 15px 0px 2px 0px; font: bold 10pt verdana,sans-serif; color: #0466c8; }
form { margin: 0px; }
#form-content { font: 9pt arial,sans-serif; }
#form-content .textfield { font: 9pt arial,sans-serif; border: 1px solid #6a675e; width: 150px; }
#form-content select { font: 9pt arial,sans-serif; border: 1px solid #6a675e; }
#terms { font: 8pt arial,sans-serif; color: #808080; padding: 12px; text-align: center; }
#navcontainer { background-color: #fad9b1; border-left: 2px solid #fff; border-right: 2px solid #fff; border-bottom: 2px solid #fff; padding: 4px 0px 4px 0px; }
#leftnav { font: bold 9pt arial,sans-serif; margin: 0px; padding: 0px; text-align: left; }
#leftnav a { display: block; text-decoration: none; padding: 2px 0px 2px 10px; }
#leftnav a:link, #leftnav a:visited { color: #0466c8;  }
#leftnav a:hover { color: #fcd552; background-color: #0466c8; }
#leftnav a.sub { padding-left: 20px; font-weight: normal; }
#search-results { font-family: arial,sans-serif; }
#search-results .row1 { font-size: 8pt; color: #000; background: #fcebc7; }
#search-results .row2 { font-size: 8pt; color: #000; background: #fff8e8; }
#search-results .left { border-left: 1px solid #fff; }
#search-results .right { border-right: 1px solid #fff; }
#search-results th { font-size: 8pt; font-weight: bold; color: #fff; background: #fe7700 url(/img/2/1/grn_table_headers_02.gif) repeat-x; vertical-align: bottom; padding-bottom: 1px; }


/* Menus */
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    font: 12px arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1 {
	color: #0466c8;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #0466c8;
	color: #ffffff;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #0466c8;
	color: #fff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #fad9b1;
	color: #0466c8;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #0466c8;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
