/* style.css
$Id: style.css,v 1.7 2005-08-31 12:14:03-07 rick Exp rick $
*/
/* This is the cascading style sheet page that links to any HTML page
holding a LINK to it */

body {
    background: url(images/bg.jpg);
    text-align: center;
}

td.nav-left {
    width: 170px;
    background: url(images/nav-side-bg.jpg);
}

td.special-effects {
    width: 127px;
    height: 180px;
    background: url(images/special-effects-bottom.jpg);
}


/*The styles below are for the pull down menu */

#cssdropdown, #cssdropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

#cssdropdown li {
    float: left;
    position: relative;
}

.mainitems{
    border: 1px solid black;
    background-color: #590511;
}

.mainitems a{
    margin-left: 12px;
    margin-right: 11px;
    color: white;   
    font-family: Arial;
    font-size: 12pt;
    text-decoration: none;
}

.subitems a{
    margin-left: 10px;
    margin-right: 10px;
    color: #333333;
    font-family: verdana, Arial;
    font-size: 9pt;
    text-decoration: none;
    text-align: left;
}

.subuls{
    display: none;
    width: 10em;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.subuls li{
    width: 100%;
}

.subuls li a{
    text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
    clear: left;
}

/* End of pull down menu styles */



/* Normal P Group with navy font */


h1.title {
    color: #761940;
    text-align : center;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 16pt;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

h1.sub-title {
    color: #761940;
    text-align : center;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 5px;
}

h1.sub-title-left {
    color: #761940;
    text-align : left;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 5px;
}

a.content {
    color: #761940;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11pt;
}

a.content-bold {
    color: #FCFBA6;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11pt;
}

/* content styles */

ol.content {
    color: #0B055D;   
    text-align : left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 5px;
}

ul.special-effects {
    font-weight: bold;
    text-align : left;
    list-style-type: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-left: 0cm;
    margin-top: 0;
    margin-bottom: 5px;
}

ul.content {
    color: #761940;
    font-weight: bold;
    text-align : left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 0;
}

li.content {
    color: #761940;
    font-weight: bold;
    text-align : left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.content {
    color: #761940;
    text-align : left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 5px;
}

p.bold {
    color: #761940;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

p.italic {
    color: #761940;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 5px;
}

font.img-caption {
    color: #761940;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}

a.footer {
    color: white;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    margin-top: 0;
    margin-bottom: 0;
}

/* Navigation Tree Style */

dt.nav {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    text-align: left;
    color: white;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 5px;
}

dd.nav {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    color: white;
    margin-left: 20px;
    margin-right: 0;
}

dt.nav-lg {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    color: white;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 0;
}

dd.nav-lg {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: white;
    margin-left: 5px;
    margin-right: 0;
}

a.nav {
    color: #761940;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}


table.lists {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-color: #000000;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

th.chart {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-color: #000000;
    background-color: #5423E4;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: white;
}

td.chart {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-color: #000000;
    background: #FFFFFF;
    text-align: left;
    padding-left: 10px;
    font-family: Arial, Helvetica, Sans-serif;
    color: blue;
    font-size: 10pt;
}

td.chart2 {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-color: #000000;
    background: #FFFFFF;
    text-align: right;
    padding-right: 10px;
    font-family: Arial, Helvetica, Sans-serif;
    color: blue;
    font-size: 10pt;
}

td.lists {
    text-align: left;
    padding-left: 10px;
    font-family: Arial, Helvetica, Sans-serif;
    color: blue;
    font-size: 10pt;
}


/* End Navigation Tree Style */