html, body{
	margin: 0;
	background-color: #3f7092; /*#898989;*/ /*#3c6883;*/
	background-image: url(Images/main-bg-bar02.gif);
	background-repeat: repeat-x;
	}
	/*font-family: Arial, Helvetica, sans-serif;*/
	/* color: #333; */
	/* font-size: 12px; */
/*}*/

ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

.h1 { 
    font-family: Optima, Verdana, Arial;
    font-size: 12pt;  
    font-weight: bold; 
    color:#FFFFFF; 
    text-align:left; 
    direction:ltr; 
    text-indent:0; 
    line-height:100%; 
    margin-left:5; 
    margin-right:5; 
    margin-top:0 
}

.h2 {
    color: #f5f5eb;
    align: center;
    margin-left: 5; 
    margin-right: 5;
    font-family: Optima, Verdana, Arial;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 1px;
    padding: 1px 0;
    font-size: 11pt;
    margin-top:0; 
    margin-bottom:4;
    border-bottom: 1px #666 solid;
}


.h3 { 
    color: #000000; 
    font-size: 12pt; 
    font-family: Optima, Verdana, Arial;
    font-weight: bold; 
    text-align: left;
    font-variant: small-caps;
    direction: ltr; 
    text-indent: 0; 
    line-height: 100%; 
    margin-left: 15; 
    margin-right: 5; 
    margin-top: 10; 
    margin-bottom: 0; 
}


.spacer { 
    font-size: 2pt; 
    font-family: Optima, Verdana, Arial; 
    color: #000000; 
    margin-top: 0; 
    margin-bottom:0
}


.menuLink { 
    font-size: 10pt; 
    font-family: Arial; 
    text-align: left; 
    direction: ltr; 
    color: #000000; 
    word-spacing: 0; 
    line-height: 100%;
    text-decoration: none; 
    margin-left: 10; 
    margin-right: 5; 
    margin-top: 8; 
    margin-bottom: 0 
}

#left-menu-items a:link {
    color: #000000; 
    text-decoration: none
}

#left-menu-items a:active {
    color: #000000; 
    text-decoration: none
}

#left-menu-items a:visited {
    color: #000000; 
    text-decoration: none
}

#left-menu-items a:hover { 
    color: #b30100; 
    text-decoration: none
}


.content { 
    text-align: left; 
    direction: ltr; 
    text-indent: 0; 
    line-height: 140%; 
    word-spacing: 0; 
    font-family: Optima, Verdana, Arial;
    font-size: 9pt; 
    color: #000000; 
    margin-left: 15; 
    margin-right: 5; 
    margin-top: 5; 
    margin-bottom: 10 
}

.content2 { 
    text-align: left; 
    direction: ltr; 
    text-indent: 0; 
    line-height: 140%; 
    word-spacing: 0; 
    font-family: Optima, Verdana, Arial;
    font-size: 8pt; 
    color: #000000; 
    margin-left: 15; 
    margin-right: 5; 
    margin-top: 5; 
    margin-bottom: 10 
}

.contentLink { 
    text-align: left; 
    direction: ltr; 
    text-indent: 0; 
    line-height: 140%; 
    word-spacing: 0; 
    font-family: Optima, Verdana, Arial;
    font-size: 9pt; 
    color: #9a0000; 
    text-decoration:none;
}

.contentLinkBlack { 
    text-align: left; 
    direction: ltr; 
    text-indent: 0; 
    line-height: 140%; 
    word-spacing: 0; 
    font-family: Optima, Verdana, Arial;
    font-size: 9pt; 
    color: #000000; 
    text-decoration:none;
}

#menu1 {
        width: 172px;
        margin: 0px;
        border-style: solid solid solid solid;
        border-color: #000; /* #3D261D; */
        border-size: 1px;
        border-width: 1px;
        font-family: Optima, Verdana, Arial;
	font-size: 8pt; 
	color: #ccc; 
        }

#menu1 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        color: #000000;
        /*font-weight: bold; */
        
        }

#menu1 li a:link, #menu1 li a:visited {
        color: #E4D6CD;
        display: block;
        background:  url(images/menu1.gif); /*took out ../ so images work locally */
        padding: 8px 0 0 10px;
        color: #ccc;
        }

#menu1 li a:hover, #menu1 li #current {
        background:  url(images/menu1.gif) 0 -32px; /*took out ../ so images work locally */
        padding: 8px 0 0 10px;
        color: #000000;
		font-weight: bold;
        }

.footer { 
    text-align: center; 
    direction: ltr; 
    text-indent: 0; 
    line-height: 120%; 
    word-spacing: 0; 
    font-family: Optima, Verdana, Arial;
    font-size: 7pt; 
    color: #ffffff; 
    margin-left: 0; 
    margin-right: 0; 
    margin-top: 5; 
    margin-bottom: 10 
}
img.float-left { 
    float: left; 
	margin-left: 15px;
    margin-right: 10px; 
	border: 2px solid #000;
}
img.float-left-nb { 
    float: left; 
    margin-right: 10px; 
}
img.float-right { 
    float: right; 
    margin-left: 10px; 
	border: 2px solid #000;
}
img.float-right-nb { 
    float: right; 
    margin-left: 10px; 
}
