﻿body
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #FFFFFF;
}
H1
{
    font-size: 14pt;
    font-family: Arial;
    font-weight: bold;
}
H2
{
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
}
H3
{
    font-size: 10pt;
    font-family: Arial;
    font-weight:bold;
}
P
{
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

LI
{
    font-size: 10pt;
    font-family: Arial;
    text-align:justify;  
}
.wrapper
{
    margin: 0 auto;
    width: 773px;
    background-color:#ffffff;

}
#TopSection
{
    /*Height of top section*/
    background-position: height: 90px;
    background: height: 200px;
    width: 1000;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
    margin-top: 5px;
    padding-bottom: 10px;
}
#leftcolumn
{
    background-position: #FFFFFF;
    color: #333;
    background: #ffffff;
    margin: 0px 5px 5px 0px;
    padding: 10px;
    height: 350px;
    width: 200px;
    float: left;
    visibility: inherit;
}
#TopBar
{
    background-position:top;
    background-color:Gray;
}
#midcolumn
{
    border-width: 5px;
    border-color: #F7F7F7;
    background-position: margin: 0px 5px 5px 0px;
    float: left;
    color: #333;
    background: margin: 0px 5px 5px 0px;
    padding: 10px;
    width: 465px;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    overflow: auto;
    height: 400px;
}
#rightcolumn
{
    color: #333;
    background-color: white;
    margin: 5px 0px 0px 5px;
    padding: 10px;
    height: 400px;
    width: 250px;
    float: left;
}    
#Footer
{
 font-family: Arial;
 color: Gray;
 background-color: #F7F7F7;
 font-size: 7pt;
 vertical-align: text-bottom;
 text-align: center;
 width: 100%;
}
.IE8Fix 
{ 
    z-index: 1000; 

}
.PrintButton
{
    background:transparent;
    display: block;
    line-height: 10px;
    border-style:outset;
    border-color:Gray;
    padding: 2px 2px 2px 2px;
    height: 24px;
    width: 116px;
    position:relative;
    top: 14px;
    left: 427px;
}
/* test stuff below here
 
/* common styling */
.menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;
    top: -46px;
    left: 0px;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:104px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#B8CFE7; line-height:19px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#81AAD3;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
.menu ul li:hover ul li a.hide {background:#336597; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#81AAD3; color:#fff; width:150px;}
.menu ul li:hover ul li a:hover {background:#336597; color:#FFFF66;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#81AAD3; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#336597; color:#fff;}
 
 /* Buttons **************************/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

dl.curved {background:#7f7f9c url(c_tl.gif) top left no-repeat; margin:5px 0; padding:0; width:50%;}
dl.curved dt {background:transparent url(c_tr.gif) top right no-repeat; padding:10px; text-align:center; color:#fff;}
dl.curved dd {background:#eee url(c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.3em;}
dl.curved dd p.last {background:transparent url(c_br.gif) bottom right no-repeat; }

.curvy {position:relative; width:286px; 
background:#9caf9c; color:#000; margin:5em auto;
    top: 0px;
    left: 0px;
}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#9caf9c; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}

.TableLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: 200;
    color: Black;
    font-variant: normal;
    text-decoration: none;
}

.TabNoLink
{
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #999999;
}

.Topics #TableTopics
{
    table-layout: fixed;
    padding: 2px;
    border-style: ridge;
    border-collapse: collapse;
    border-spacing: 2px;
    caption-side: bottom;
}

.Button
{
    vertical-align:text-bottom

}

