/* CSS Document */

/* proper headers */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
   /* margin: 0px auto;*/ /*background-color: Black;*/
    background-image: url(../images/bg_tile.jpg);
    background-repeat: repeat-x;
    overflow:auto;
}



p, h1, h2, h3, pre
{
    margin: 0px 10px 10px 0px;
}

p, ul, li, td
{
    font-family: verdana;
    font-size: 11px;
    color: black;
    text-align: left;
    line-height: 17px;
}


h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #2e68c8;
    text-align: left;
    word-spacing: 2px;
    line-height: normal;
    font-weight: normal;
}

.hError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: red;
    text-align: left;
    word-spacing: 2px;
    line-height: normal;
    font-weight: normal;
}

.QuoteError
{
    color: red;
    font-weight:bold;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2e68c8;
    text-align: left;
    font-weight: bold;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2e68c8;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}

.highlight
{
    color: #2e68c8;
    font-size:13px;
}


a:link
{
    text-decoration: underline;
    color: #0080C0;
}
a:visited
{
    text-decoration: underline;
    color: #0080C0;
}
a:hover
{
    text-decoration: underline;
    color: black;
}
a:active
{
    text-decoration: underline;
    color: #0080C0;
}


/* layout*/
#frame
{
    width: 772px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 0px;*/
    padding: 0px;
    text-align: left; /*height:700px;*/
}

#mainCol
{
    width: 550px;
    float: right;
    vertical-align: top;
}

#leftQuote
{
    position: absolute;
    left: 0px;
    width: 255px;
    line-height: 20px;
}

#rightQuote
{
    position: absolute;
    width: 155px;
    float: right;
    left: 120px;

}


