@charset "iso-8859-1";
/* ********************************************************************************
 Generic Classes
   ******************************************************************************** */

img.Center{
 display: block;
 margin: 0 auto;
}
img.Right{
 float: right;
 margin-left: .75em;
}
.ImageRight_WrapText{
    float: right; 
    margin-left: 1em; 
    border: solid 1px #000000;
}
.Inside{
 padding: .5em;
}
#ContentColumn .Inside{
 padding: .75em;
 font-size: 105.1%;
}
.Inside img.Right{
 margin-bottom: -1em;
 margin-right: -.5em;
 margin-left: .75em;
}
/* Fix for IE/Win \*/
* html .Inside img.Right{
 margin-top: -1.5em;
 position: relative;
}
/* Fix for IE/Win */
.Clear{
 clear: both;
}
html[xmlns] .MozClear{
 /* this selector should be valid CSS, but Opera 7.5 (and above) will pick
  * this up as well. Shouldn't be a problem, Opera should handle this fine,
  * but it's a Mozilla-targeted hack, and it should probably only affect
  * mozilla. You can do that by replacing the INVALID CSS selector
  * :root .mozclear for what's give here.
  */
 border-bottom: 1px solid;
 border-color: transparent;
 margin-bottom: -1px;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code{
 font-size: 120%; /* monospace fonts are typically smaller that 
    'normal' fonts under Mozilla. */
}
.Hide{
    display: none;
}
a.linkNormal{
    font-weight: normal;
}
a.linkBold{
    font-weight: bold;
}
a.linkItalic{
    font-style: italic;
}


/*
 --------- Contextual Links ----------
*/
#ContentColumn a{
    border-bottom: solid 1px #00287A;
}
#ContentColumn a:hover{
    border-bottom: solid 1px #00287A;
    background-color: #DEE4EB; /*#BCC8D8;*/
    text-decoration: none;
}

#ContentColumn a.AltAnchorStyle{
    color: #FFFFFF;
    text-decoration: none;
    border: solid 0 #000000;
}
#ContentColumn a.AltAnchorStyle:hover{
    color: #CCCCCC;
    background-color: transparent;
    border: solid 0 #FFFFFF;
}

/* Negate the above link style for images. */
#ContentColumn a img{
    border-bottom: 0;
}

#ContentColumn a:hover img{
    text-decoration: none;
    border: 0;
}

.ContextMenu{
    font-size: 80%;
    margin-bottom: 1em;
    padding-left: 1em;
    clear: both;
}
.ContextMenu h3{
    margin-bottom: .2em;
}
.ContextMenu h4{
    padding-left: 1em;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: .3em;
}
.ContextMenu h4.NoIndent{
    padding-left: 0;
}
.ContextMenu .Description{
    font-size: 110%;
    margin-bottom: .25em;
    padding-left: 2.25em;
}
.ContextMenu_HP{
    font-size: 35%;
    margin-left: .5em;
}
.BoxPhoto{
    padding: .75em;
    border: solid 1px #A8A8A8;
    margin-bottom: 1em;
    float: left;
}
.title {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 font-weight: bold;
 color: #336699;
}
.reddot {
font-family: Arial, Helvetica, sans-serif;
 font-size: 9px; 
 font-weight: bold;
 color: #990000;
}
span.bullet{
 font-size: 60px; 
 font-family: sans-serif;
}
.reddotBold {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px; 
 font-weight:bold;
 color: #990000;
}

.CategoryHeader {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px; 
 font-weight: bold;
 }

ul.LinkList{
 list-style-type: none;
 margin: 0;
 margin-left: 1em;
 padding: 0;
}
ul.LinkList li{
 margin: .25em;
}


/* ******************************************************************************** */
/* ********************************************************************************
 Vnav - Vertical Navigation
   ******************************************************************************** */
.Vnav{
 padding-left: .5em;
 padding-right: .5em;
 padding-top: .5em;
 font-size: 75%;
}
.Vnav ul, .Vnav ul li{
 margin: 0;
 padding: 0;
 list-style-type: none;
 display: block;
 background-color: #eae8d3;
}
.Vnav ul{
 border: solid 1px #000;
 border-bottom-width: 0;
 margin-bottom: .75em;
}
.Vnav ul li{
 border-bottom: solid 1px #000;
}
.Vnav ul li a{
 display: block;
 text-decoration: none;
 padding: 2px 5px;
 color: #336;
 background-color: #eae8d3;
}
.Vnav ul li ul{
 margin: 0;
 padding: 0;
 margin-left: 1em;
 border-width: 0;
 display: none;
}
.Vnav ul li ul li{
 border-width: 0;
 margin: 0;
 font-size: 85%;
}
.Vnav ul li ul li a{
 border-top: solid 1px #BBBBBB;
}
/* Fix for IE/Win \*/
* html .Vnav ul li a/* hide from IE5.0/Win & IE5/Mac */{
 height: 1%;
}
/* Fix for IE/Win */
.Vnav ul li a:hover{
 background-color: #d8d6c3;
 color: #000000;
}
.Vnav ul li:hover{
 background-color: #d8d6c3;
}

/* Fix for IE/Win */
.Vnav h3{
 /* perhaps this belongs partly in gutters.css and partly in 
  fonts.css. However, the heading size for vnav elements is
  controlled here because it is a specific vnav visual element
  rather than something that's going to be applied to the whole
  layout. So that if you were to remove vnav.css from your
  layout, you wouldn't have any extra, unused CSS in the rest
  of your stylesheets. */
 margin-bottom: 0;
 padding-bottom: 0;
 font-size: 126%;
}
.Vnav .Selected{
 background-color: #FFFFFF;
}
/* ******************************************************************************** */

.LeftColumnNav{
 /*background-color: #eae8d3;*/
 background: #eae8d3   ;
 font-size: 85%;
 width: 13em;
}
.debug{
 font-family: monospace;
 font-size: 110%;
}
.error{
 color: #FF0000;
}

.AC{
 background-color: #F6F6F6;
}

/*#ContentColumn table{
 border: solid 0px #CCCCCC;
}*/

#ContentColumn table tr th{
    /*border-bottom: solid 1px #666666;*/
    border: solid 1px #666666;
    background-color: #DDDDDD;
    font-weight: bold;
    font-size: 110%;
    color: #444444;
    padding: 5px;
}

#ContentColumn table tr td{
 padding: 5px;
}
.FL{
 font-weight: bold;
 text-align: right;
 border-right: dotted 2px #EEEEEE;
}
.REQ{
 font-weight: bold;
 color: #CC0000;
}
.HD{
 font-weight: bold;
 text-align: center;
}
.REQ{
 font-weight: bold;
 color: #CC0000;
}
.CA{
 text-align: right;
}
.CA input{
 background-color: #EEEEEE;
 border-width: 1px;
}
.CA input:hover{
 background-color: #FFFFFF;
}
td.CA{
 text-align: center;
 background-color: #DDDDDD;
 border-top: solid 1px #666666;
}


/*
 --------- All borders for a table ---------
*/


#ContentColumn table.BorderAll{
    border: solid 1px #000000;
}
#ContentColumn table.BorderAll tr td, table.BorderAll tr th{
    border: solid 1px #CCCCCC;
}
#ContentColumn table.Pad tr td, table.Pad tr th{
    padding: .5em;
}


