body
{
    margin: 0px;
    padding: 0px;
    color: #dddddd;
    background-color: #1A1717;
    font: 12px arial, sans-serif;
    line-height: 1.25em;
    text-align: center;
}
/*
div
{
border: solid 1px #ff0000
}
*/
span.title
{
    font-style: italic;
}

div.hidden
{
    display: none;
}

div.visible
{
    display: inline;
}

img
{
    border: 0px;
}

a:active
{
    outline: none;
}

div.container {
    width:509px;
    padding-left:15px;
}
div#page-container
{
    margin:0 auto;
    text-align: left;
    border-bottom: none;
    border-top: none;
    z-index: 1000;
}
div.page-title
{
    font-weight:bold;
    padding:10px;
    text-align:center;
    color:#FFF9B0;
}
div#top
{
    height:100px;
    padding-top: 8px;
    padding-bottom: 8px;
}

div#home-midtop
{
    padding-left: 18px;
    height:168px;
    background-image:url(../images/home_midtop.gif);
    background-repeat:no-repeat;
}

div#home-midtop-content
{
    width:315px;
    height: 115px;
    padding: 12px;
    color:#333333;
    background-color:#FEFEFE;
}

div#home-midpic
{
    height:197px;
}

div#home-midtext
{
    height:38px;
}

div#bot
{
    padding-top: 20px;
    height:60px;
}
div.nav-link,
div.nav-link-first
{
    color: #000000;
    padding-top:5px;
    padding-left:7px;
    height:20px;
    border-left: solid 1px #000000;    
    padding-right:7px;
    font-weight: bold;
    font-size: 10px;
    float: left;
}

div.nav-link a,
div.nav-link-first a
{
    text-decoration:none;
    color:#000000;
}

div.nav-link-first
{
    border: none;
}

div#nav
{
    border-top: solid 1px #FEFEFE;
    padding-bottom: 20px;
    width: 506px;
    height: 25px;
    background-image:url(../images/fade25gray.gif);
    background-repeat:repeat-x;
}
div.left
{
    float:left;
}

div.right
{
    float:right;
}

div#page-content
{
    padding: 20px;
    width: 466px;
    background-color: #ffffff;
    height: 100%;
    color:#000000;
}

div#page-content div
{
    background-color: #ffffff;
    text-align:center;
}
div.pic-row,
div.text-row
{
    width:466px;
    padding-top:10px;
}
div.pic-right,
div.pic-left,
div.text-right,
div.text-left
{
    width:233px;
}
div.pic-right,
div.text-right
{
    float:right;
}
div.pic-left,
div.text-left
{
    float:left;
}
span.pic-title
{
    font-size: 16px;
    font-weight: bold;
}
span.pic-subtitle
{
    font-size: 14px;
}