.topContent
{
    width: 670px;
    margin: 10px 0 21px 40px;
    *-margin: 10px 0 21px 20px;
}
.twoPaneContainer
{
    width: 680px;
    min-height: 200px;
    margin: 10px 0 21px 40px;
    *-margin: 10px 0 21px 20px;
    padding: 0px 0 65px 0;
    position: relative;
    float: left;
}
.twoPane
{
    min-width: 550px;
    width: 100%;    
    min-height: 490px;
    background-image: url('../images/twoPaneBackground.png'); 
    background-repeat: no-repeat;  
}
.twoPane .header
{
    height: 55px;
    margin-bottom: 40px;
    font-family:georgia,garamond,serif;
    font-size: 1.6em;
    vertical-align:text-top;
    text-align: left !important;
}
.twoPane .footer
{
    min-width: 550px;
    width: 100%;    
    height: 25px;
    background-image: url('../images/twoPaneFooterBackground.jpg'); 
    background-repeat: repeat-x; 
}
.twoPane .header h2
{                       
    margin: 0 0 0 10px;
    padding-top: 30px;
    font-family:georgia, garamond, serif;
    font-weight: 400;
    font-size: .8em;    
}

.twoPane .twoPaneOptions
{                     
    height: 365px;    
    float: left;
}
.twoPaneContent
{                  
    height: 365px;
    overflow: auto;
    font-family: arial;
    font-size: 12px;
}
.twoPaneContent h2{font-size: 20px;font-family: georgia; font-weight: 700;margin: 0!important;line-height: 110%;}
.twoPaneContent h3{font-size: 14px;font-family: georgia; margin-bottom: 25px;}
.twoPaneContent p{margin: 10px 0 0 0;line-height:130%}
.twoPaneContent img{float:right;}
.twoPaneContent img.center{display: block; margin: 0 auto; float: none;}
.paneSlide img{margin: 0 0 0 10px;}
.paneSlide{clear:both; margin: 0 0 30px 0;min-height: 365px;}
.paneSlide h2{text-transform: uppercase;}
.paneSlide
{
    font-family:Arial;
    font-size: 12px; 
    line-height: 15px;
}
.instructions
{
    text-align:center;
    font-size: .65em;
    color: gray;    
}
ul.twoPaneOptions
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 260px;
}
ul.twoPaneOptions li
{
   width: 208px;
   height: 41px;
   background-image: url('../images/twopaneNav_off.jpg');
   background-repeat: no-repeat;
}
ul.twoPaneOptions li a.selected
{
    background-image: url('../images/twopaneNav_on.jpg');
}
ul.twoPaneOptions li a
{
text-decoration: none;
color: #464646;
font-size: .75em;
font-family: arial;
width: 190px;
display:block;
margin: 5px auto;
}
ul.twoPaneOptions li.pagination
{
text-align: center;
}
ul.twoPaneOptions li.pagination a
{
    font-family: arial;
    font-size: .6em;
    color: gray;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
ul.twopaneOptions li.pagination, ul.twopaneOptions li.instructions
{
    background: none;
}
.paneLink{text-transform: uppercase;line-height: 12px;padding: 4px;}
