﻿html
{
    background-color: #000;
    background-image: url(images/DottedBackground.jpg);
    background-position: right bottom;
    background-attachment: inherit;
    background-repeat: no-repeat;
    height: 100%;
}

body 
{
    margin: 0px;
    color: #FFF;
    font-family: Times New Roman, Times; /*Verdana, Arial, Calibri;*/
    font-size: 18px;
    line-height: 1.2em;
}

img
{
    border: 0px;
}

p
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

h2
{
    color: #F93;
}

h3
{
    color: #F93;
    font-style: italic;
    margin-bottom: 0px;
}

th
{
    text-align: left;
}

a, a:link, a:visited
{
    color: #F93;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline overline;
    background-color: #222;
}

a.noDecor:hover
{
    text-decoration: none;
    background-color: Transparent;
}

.GrayBox
{
    border: double 4px #777;
    background-color: #555;
    padding: 5px;
    background-image: url(images/GrayBoxBgGradient.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.GrayBox h2, h3
{
    margin-top: 0px;
    margin-bottom: 6px;
}

.ByLine
{
    font-size: .8em;
    margin-bottom: 10px;
}

.CaptionedImage
{
    
    text-align: right; 
    font-size: 12px;
}

.clearIt
{
    clear: both;
}

#siteWrapper
{
    width: 800px;
    margin: auto;
}

#headerWrapper
{
    padding: 0px;
    margin: 0px;
}

#headerWrapper #logo
{    
    width: 282px;
    /* font-size + padding-top + padding-bottom = background-image height + additional padding */
    font-size: 40px;
    padding: 145px 0px 27px 0px;
    margin: 0px;    
    text-align: center;
    color: #F93;
    font-family: Americana, Times New Roman, Times;
    font-weight: bold;
    background-image: url(images/EarthLogo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

#headerWrapper #tagline
{
    text-align: right;
    font-family: Palatino Linotype;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: #AAA;
    padding-top: 20px;
    line-height: 1.1em;
}

#headerWrapper #menu
{
    display: inline;
    text-align: right;
    height: 90px;
    width: 500px;
    position: relative;
    top: 54px;
    left: 17px;
}

#contentWrapper
{
    position: relative;
    border: solid 2px #FFF;
    min-height: 200px;
    margin: auto;
    padding: 10px;
    background-image: url(images/OpaqueBlack.png);
}

#column1
{
    width: 68%;
    float: left;
}

#column2
{
    width: 30%;
    float: right;
    position: relative;
}

#OrangeDots
{
    position: relative;
    float: right;
    padding-right: 10px;
    margin-top: -9px;
}

#footer
{
    font-size: .8em;
    text-align: right;
    padding-top: 5px;
}