html {
scrollbar-base-color: #1B3C5B;
scrollbar-face-color: #365A7E;
scrollbar-arrow-color: #A1CFFF;
scrollbar-3dlight-color: #4A6E90;
scrollbar-highlight-color: #4A6E90;
scrollbar-shadow-color: #102737;
scrollbar-darkshadow-color: #102737;
}

body {
margin-left: 180px; margin-right: 0%; margin-top: 0%; margin-bottom: 0%;
background-attachment: fixed;
background-image:url(images/blublueback.gif);
background-repeat: no-repeat;
background-color: #86AACD;
font-family: Trebuchet MS, Verdana, Arial;
font-size: 12px;
font-color: #000000;
text-align: justify;
}

a:link {
color: #9D0104;
text-decoration: none;
}
a:visited {
color: #9D0104;
text-decoration: none;
}
a:hover {
color: #2D4B65;
text-decoration: none;
}
a:active {
color: #9d0104;
text-decoration: none;
}

a.link1 span {
color: #2D4B65; 
text-decoration: none;
}
a.link1:hover span {
color: #9D0104;
text-decoration: none;
}

a.link1 span span {
color: #000000;
text-decoration: none;
}
a.link1:hover span span {
color: #9D0104;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-variant: normal;
font-family: Trebuchet MS, Verdana, Arial;
text-align: left;
font-size: 18px;
color: #000000;
margin-bottom: 0%;
line-height: 1;
}

h2 {
text-transform: uppercase;
font-size: 14px;
}

h3 {
font-size: 12px;
}

h4 {
font-size: 10px;
font-weight: bold;
margin-top: 0%;
}

h5 {
color: #990000;
text-align: center;
margin-top: 0%;
}

h6 {
color: #35577A;
font-size: 12px;
}

#smallfont {
font-size: 10px;
font-weight: bold;
margin-top: 0%;
}

#picturebox {
width: 680px;
border-top-width: thick;
border-bottom-width: thin;
border-style: solid;
border-color: #86AACD;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;   
padding-bottom: 0;
background: #0F1B29;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;   
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
 
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;   
}

