
body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2f2f2f;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    min-width: 758px;
    text-align: center;
    background-image: url(images/wobble.gif);
    background-position: top center;
    background-repeat: repeat-x;
}

#wrapper
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#flash
{
    padding-top: 20px;
}


#container
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#foot
{
    height: 142px;
    background-color: #FF9642;
    background-image: url(images/foot.gif);
    background-position: top center;
    background-repeat: no-repeat;
}


h1
{
    font-weight: lighter;
    font-size: 150%;
    color: #E15A00;
    padding-top: 10px;
}

h2
{
    font-size: 130%;
    color: #E15A00;
    padding-top: 5px;
}

h3
{
    padding-top: 15px;
    font-size: 120%;
    color: #E15A00;
}

h3.bullet
{
    margin-left: -20px;
    padding-left: 40px;
    background-image: url(images/bullet.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

h3.q
{
    padding-top: 40px;
    padding-left: 40px;
    background-image: url(images/Q.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

b
{
    color: #E15A00;
    font-weight: bold;
}

p
{
    color: #787878;
    padding-left: 10px;
    padding-right: 10px;
}

p.a
{
    padding-left: 40px;
    background-image: url(images/a.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

p a
{
    color: #E15A00;
    text-decoration: none;
}



p a:hover
{
    color: #000;
}


ul
{
    line-height: 1.5;
    color: #777;
}

ul#stars
{
    list-style-image: url(images/bullet.gif);
}


div#navbar
{
    float: left;
    padding-left: 50px;
    width: 100%;
    margin-bottom: 20px;
}

ul#nav
{
    margin-left: 30px;
    list-style-type: none;
    font-size: 14px;
}


ul#nav li
{
    text-align: center;
    float: left;
}
ul#nav a
{
    text-decoration: none;
    color: #cccccc;
    padding: 3px 20px 3px 20px;
}

ul#nav a:hover
{
    color: #111111;
    background-color: #FF9642;
}

ul#nav li.activelink a, ul#nav li.activelink a:hover
{
    color: #FF9642;
    background-color: #2f2f2f;
}


.tdHeadCell
{
    background-color: #FF7800;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    width: 10em;
    padding: 10px 0px 10px 0px;
}

.tdCell
{
    background-color: #FFF;
    border: 1px solid #ff7800;
    text-align: center;
    font-size: 0.8em;
    color: #FF7800;
    width: 10em;
    padding: 5px 0px 5px 0px;
}

div#lhs600
{
    float: left;
    width: 600px;
    padding: 10px;
    border-right: 2px solid #443A31;
    text-align: left;
}

div#rhs295
{
    float: right;
    width: 295px;
    padding: 10px;
    text-align: center;
}


div#lhs450
{
    margin-top: 30px;
    float: left;
    width: 450px;
    padding: 10px;
    border-right: 2px solid #443A31;
    text-align: left;
}

div#rhs450
{
    margin-top: 30px;
    float: right;
    width: 450px;
    padding: 10px;
    text-align: left;
}




div#clear
{
    clear: both;
}

td#lhsTDText
{
    width: 300px;
    text-align: right;
}

.ddl
{
    color: #666;
    width: 258px;
    margin: 20px 0px 20px 0px;
}

#img
{
    border: 2 solid #FF7800;
}


.sidebox
{
    margin: 0 auto; /* center for now */
    background: url(images/sbbody-r.gif) no-repeat bottom right;
    font-size: 100%;
}
.boxhead
{
    background: url(images/sbhead-r.gif) no-repeat top right;
    margin: 0;
    padding: -20;
    text-align: center;
}
.boxhead h2
{
    background: url(images/sbhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 20px 10px 20px 10px;
    color: #ddd;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody
{
    background: url(images/sbbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 10px 5px 10px 5px;
    color: #e1e1e1;
}


