a
{
    color: #F0CE0F;
    text-decoration: none;    
}

.leftSection
{
    position: absolute;
    width:604px;
    height:768px;
    background-image: url(../i/left_side_background_withbar.jpg);
    background-repeat: no-repeat;
}

.midSection
{
    position: absolute;
    left:604px;
    width:400px;
    height:768px;
    background-image: url(../i/text_background.jpg);
    background-repeat: no-repeat;
}

.rightSection
{
    position: absolute;
    left: 1004px;
    width:20px;
    height:768px;
    background-image: url(../i/right_side_vertical_FFFFFF.jpg);
    background-repeat: no-repeat;
}

#title
{
    position:absolute;
    top:515px;
    right:30px;
}

/* For non_IE, adjust position */
html>body #title {top:495px;}

#title h1
{
    margin-bottom: 0px;
}

.notation
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.6em;
    font-style: italic;
    color: #CCCCCC;   
    position:absolute;
    right:10px;
}

.usga
{
    position:absolute;
    top:170px;  
    left:30px; 
}

.usgaText
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 1em;
    color: #F0CE0F;
}

.navBar
{
    position:absolute;
    top:595px;  
    right:40px; 
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #AAAAAA;
}

a.normal
{
    text-decoration: none;
    color: #AAAAAA;   
}

a.highlight
{
    text-decoration: none;
    color: #FFFFFF;   
}

#content
{
    width: 340px;
    height:700px;
    padding: 30px 30px 30px 30px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    color: #FFFFFF;
}

#id h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.6em;
    color: #FFFFFF;
}

#id h2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.3em;
    color: #FFFFFF;
}

#id h3
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #FFFFFF;
}

.step
{
    background-repeat: no-repeat;
    background-position: top left;
    height: 75px;   
}

.stepText
{
    position:absolute;
    left: 120px;   
}