﻿

body 
{ 
margin: 20px 0px 0px 0px;
background-color: #fff;
font-size: 62.5%;
}

img
{
border: none;
}

.imgborder
{
border-color: #990000 #990000 #990000 #990000;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}

.maintable 
{ 
background-color: #fff;
border-bottom: 1px solid #bd2626;
border-top: 1px solid #bd2626;
border-left: 1px solid #bd2626;
border-right: 1px solid #bd2626;
}

.sideyellow 
{ 
border-right: 1px solid #edcf18;
}

td
{
font-family: arial, sans-serif, verdana;
font-size: .72em;
font-weight: normal;
color: #000000;
line-height: 20px;
}

.header
{
font-family: arial, sans-serif, verdana;
font-size: 1.5em;
font-weight: normal;
color: #bd2626;
padding: 0px 0px 10px 0px;
}

.bioheader
{
font-family: arial, sans-serif, verdana;
font-size: 1.1em;
font-weight: bold;
color: #bd2626;
}

ul 
{
margin-left: 20;
padding-left: 0;
list-style: none;
line-height: 25px;
}

ul li
{
font-family: arial, sans-serif, verdana;
font-size: 1.4em;
font-weight: bold;
color: #000000;
line-height: 40px;
}



.textError
{
font-family: arial, sans-serif, verdana;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #bd2626;
	text-decoration: underline; 
}

a:hover {
	color: #bd2626;
	text-decoration: none; 
}





a.menulink:link, a.menulink:visited, a.menulink:active  {
	color: #bd2626;
	text-decoration: none; 
}

a.menulink:hover {
	color: #000000;
	text-decoration: none; 
}







a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
	{
	color: #000000;
	text-decoration: none; 
}









#slideshow {
    position:relative;
    height:140px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 100px;
    background-color: #FFF;
    width: 380px;
    margin-top: 15px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 75px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}









