body {
    min-width: 1000px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    font-style: normal;
    font-family: Georgia, Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 80%; /* (Original: 12px) Font relative to the size defined in Explorer */
    background-image: url(images/background.png);
    background-repeat: repeat;
    background-color: Transparent;
    color: #000000;
}

.banner {
    height: 120px;
}

.banner div {
    position: absolute;
    top: 0;
    left: auto;
}

.banner table {
    position: absolute;
    top: 90px;
    left: auto;
    width: 760px;
    margin-left: 120px;
}

.banner td {
    text-align: center;
    vertical-align: bottom;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.letter {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.content {
    width: 760px;
    background-color: #FFFFFF;
    padding: 0 16px 30px 16px;
}

.directory td {
    width: 357px; /* 2 columns: 760width - 6cellspacing)/2 = 377-2*10padding # 4 columns: (760-10cell) / 4 = 187.5 - 10 = 167 */
    padding: 5px 10px;
    vertical-align: top;
    background-color: #C6C6FF;
}

.directory ul {
    margin-top: 0;
    margin-left: 3em;
    padding-left: 0;
}

.top_ad {
    width: 760px;
    background-color: #C6C6FF;
    text-align: center;
}


h1 {
    margin-top: 0em;
    margin-bottom: 0;
    padding-left: 10px;
    background-color: #3636CF;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 150%;
}

h2 {
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #6666DF;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 140%;
}

h3 {
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #9696EF;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 130%;
}

h4 {
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #D3D3FF;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 120%;
}

img {
    border: none;
}

.img_float {
    float: right;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 20px;
}

.img_pano {
    margin-top: 10px;
    width: 600px;
}
.img_pano span {
    width: 600px;
    font-size: 9px;
    vertical-align: top;
}
.img_pano a:link, .img_pano a:active, .img_pano a:visited {
    text-align: center;
    font-size: 9px;
}

.img_sky {
    width: 600px;
}
.img_sky span {
    float: left;
    width: 150px;
    padding-top: 10px;
    font-size: 9px;
    text-align: center;
    vertical-align: top;
}
.img_sky a:link, .img_sky a:active, .img_sky a:visited {
    font-size: 9px;
}

.img_card {
    width: 600px;
}
.img_card span {
    float: left;
    width: 300px;
    padding-top: 10px;
    font-size: 9px;
    text-align: center;
    vertical-align: top;
}
.img_card a:link, .img_card a:active, .img_card a:visited {
    font-size: 9px;
}

li {
    margin-left: -1.0em;
}
sup {
    font-size: 150%;
    font-weight: bold;
}
a {
    font-size: 110%;
    font-style: italic;
    text-decoration: underline;
    color: #FF6600;
    background-color: transparent;
    font-weight: bold;
}

a:hover, a:focus {
    font-size: 110%;
    font-style: italic;
    text-decoration: none;
    color: #CC0000;
    background-color: #EEEEFF;
    font-weight: bold;
}

/* Options below h1, h2, h3, h4 titles */
.title_opt {
    clear: both;
}

.title_opt a, .title_opt a:hover {
    float: right;
    margin-top: -10px;
    margin-right: 20px;
    font-size: 10px;
}


td {
    vertical-align: top;
}

sup {
    margin: 1em;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -1px;
}

.sec_header {
    font-size: 105%;
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 2em;
}

.sec_details {
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 20px;
    padding-left: 10px;
    border: #CCCCFF;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-family: Arial, Georgia, Verdana, Helvetica;
}

.sec_details div {
    margin-top: 0;
    margin-bottom: 0.5em;
    text-indent: -0.5em;
}

.video_a {
    width: 0;
    height: 0;
    margin-left: 10px;
    padding-left: 18px;
    padding-bottom: 18px;
    background-position: left 2px;
    background-image: url(images/video.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}
.video_a:hover {
    text-decoration: none;
    background-color: transparent;
    color: inherit;
}

.bodyFrame {
    min-width: 0;
    margin: 0 2em;
    padding: 0;
    background-image: none;
    font-size: 12px; /* (Original: 14px) Font relative to the size defined in Explorer */
    text-align: center;
}

.bodyFrame a:link {
    border-width: 2px;
    border-style: outset;
    padding: 0.3em 1em;
    background-color: #E5E5FF;
    color: inherit;
    text-align: center;
    text-decoration: none;
    font-size: 70%;
}

.float_menu {
    text-align: left;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #AAAAFF;
}
/*
.float_menu a 
{
    background-color: #C6C6FF;
    display: block;
}
.float_menu a:hover 
{
    background-color: #FFFFFF;
    display: block;
}
*/
.word_index a:link, .word_index a:active, .word_index a:visited {
    margin-left: 20px;
}

#float_right {
    position: absolute;
    top: 125px; /* value with no effect. Real value in javascript */
    right: 0px; /* value with no effect. Real value in javascript */
    z-index: 1;
    width: 140px;
}
#float_top_left {
    position: absolute;
    top: 120px; /* value with no effect. Real value in javascript */
    left: auto; /* value with no effect. Real value in javascript */
    z-index: 1;
    width: 120px;
    background-color: #C6C6FF;
    font-size: 9px;
    text-align: center;
}

#G_search {
    margin: 0 120px 0 120px;
}
