﻿#popitmenu{
position: absolute;
background-color: c8cbe8;
border:1px solid black;
font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
font-weight: normal;
font-size: 12pt;
line-height: 22px;
z-index: 100;
visibility: hidden;
padding: 0px 10px 0px 10px;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
border-style: none;
border-color: black;
border-width: 1px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
    color: #000000;
    text-decoration: underline;
    background: #c8cbe8;
}

DIV.page
{
	width: 1024 px;
}

body, textarea { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    color: #450E31;
    line-height: 150%;
    margin: 10px;
    padding: 10px;
    
//    SCROLLBAR-FACE-COLOR: #7C566E;
//    SCROLLBAR-HIGHLIGHT-COLOR: #FAF7F9;
//    SCROLLBAR-3DLIGHT-COLOR: #C1AFBA;
//    SCROLLBAR-DARKSHADOW-COLOR: #B9A4B1; 
//    SCROLLBAR-SHADOW-COLOR: #B9A4B1; 
//    SCROLLBAR-ARROW-COLOR: #450E31;
//    SCROLLBAR-TRACK-COLOR: #450E31;

    SCROLLBAR-FACE-COLOR: #ffffff;
    SCROLLBAR-HIGHLIGHT-COLOR: #FAF7F9;
    SCROLLBAR-3DLIGHT-COLOR: #C1AFBA;
    SCROLLBAR-DARKSHADOW-COLOR: #B9A4B1; 
    SCROLLBAR-SHADOW-COLOR: #B9A4B1; 
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #000000;
}

table, tr, td { 
    font-size: 14px; 
    color: #450E31;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}


a:link {
    color: #0000ff;
    text-decoration: underline;
}

a:visited {
    color: #6b2080;
    text-decoration: underline;
}

.navbartext {
    color: #ffffff;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.navbar a:link {
    color: #ffffff;
    text-decoration: none;
}

.navbar-table a:link {
    color: #ffffff;
    text-decoration: none;
}

.navbar a:visited {
    color: #ffff00;
    text-decoration: none;
}

.navbar-table a:visited {
    color: #ffff00;
    text-decoration: none;
}

.navbar a:active {
    color: #ffff00;
    text-decoration: underline;
}

.navbar a:hover {
    color: #000000;
    text-decoration: underline;
    background: #ededed;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.margin-table {
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.border-table {
    margin: 10px;
    padding: 0px;
    border-width: thick;
}

.navbar-table {
    font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    line-height: 120%;
    margin: 5px;
    padding: 5px;
}

.navbar {
    font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
    background-color: #046cab;
    width: 180;
    align: left;
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    line-height: 120%;
}

.navbar-selected {
    background-color: #ffd2d2;
//    width: 200;
}

.noborder {
    padding: 0px;
    margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.nobordernav {
    padding: 0px;
    margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    background-color: #046cab;
    font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    line-height: 120%;
}

H1	{
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: bold;
    font-size: 18px; 
/*	text-align: center; */
    line-height: 150%;
}

H2	{
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: bold;
    font-size: 14px; 
	text-align: center;
    line-height: 100%;
}

H3	{
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: bold;
    font-size: 8px; 
	text-align: center;
    line-height: 150%;
}