 
<STYLE>

.bsty          { border-style: solid; border-color: #000000; border-width: 1px }

P { font-size: 12px; margin-left: 10px; margin-right: 10px; font-family: arial; }
TABLE {FONT-FAMILY: Arial, Verdana, Tahoma, sans-serif, Helvetica; font-size: 12px;}
H1 {Arial, Verdana, Tahoma, sans-serif, Helvetica; font-size: 12pt; color: black}
h3 {FONT-FAMILY: Arial, Verdana, Tahoma, sans-serif, Helvetica}
LI {FONT-SIZE: 11px;FONT-FAMILY: Arial, Verdana, Tahoma, sans-serif, Helvetica; COLOR: black;TEXT-DECORATION: none;}
A {TEXT-DECORATION: none; FONT-FAMILY: Arial, Verdana, Tahoma, sans-serif, Helvetica}

A:visited {TEXT-DECORATION: none}

A.navbar { text-decoration: none; }
A.navbar:hover { text-decoration: none; }

A:link { font-weight: bold; color: Blue; }
A:visited { font-weight: bold; color: Purple; }

body { font-family: Arial,Helvetica; font-weight: normal; color: Black; }

.NormalFont {FONT-SIZE: 13px;COLOR: black;TEXT-DECORATION: none}
A.NormalFont:links {TEXT-DECORATION: none}
A.NormalFont:hover {COLOR: #CCCC99;TEXT-DECORATION: none}
A.NormalFont:visited {TEXT-DECORATION: none}


.LinkFont {FONT-SIZE: 13px;COLOR: blue;TEXT-DECORATION: none}
A.LinkFont:links {TEXT-DECORATION: none}
A.LinkFont:hover {COLOR: #CCCC99;TEXT-DECORATION: underline}
A.LinkFont:visited {FONT-COLOR: purple;TEXT-DECORATION: none}


.Font12px {FONT-SIZE: 12px;COLOR: black;TEXT-DECORATION: none; FONT-FAMILY: Arial, Verdana, Tahoma, sans-serif, Helvetica}
A.Font12px:links {TEXT-DECORATION: none}
A.Font12px:hover {COLOR: #000000;TEXT-DECORATION: none}
A.Font12px:visited {TEXT-DECORATION: none}

.Font11px {FONT-SIZE: 11px;COLOR: black;TEXT-DECORATION: none; FONT-FAMILY: Arial, Verdana, Tahoma, sans-serif, Helvetica}
A.Font11px:links {TEXT-DECORATION: none}
A.Font11px:hover {COLOR: #CCCC99;TEXT-DECORATION: none}
A.Font11px:visited {TEXT-DECORATION: none}

.Font10px {FONT-SIZE: 10px;COLOR: black;TEXT-DECORATION: none}
A.Font10px:links {TEXT-DECORATION: none}
A.Font10px:hover {COLOR: #CCCC99;TEXT-DECORATION: none}
A.Font10px:visited {TEXT-DECORATION: none}


.FooterFont {FONT-SIZE: 10px;COLOR: #000033;TEXT-DECORATION: none}
A.FooterFont:links {TEXT-DECORATION: none}
A.Font10px:hover {COLOR: #CCCC99;TEXT-DECORATION: none}
A.FooterFont:visited {TEXT-DECORATION: none}


.FontTitleBlack {FONT-SIZE: 12px;COLOR:#000000;TEXT-DECORATION: none;FONT-WEIGHT: bold;FONT-FAMILY: Arial}
A.ContentFontBlack:links {TEXT-DECORATION: none}
A.ContentFontBlack:hover {TEXT-DECORATION: none}
A.ContentFontBlack:visited {TEXT-DECORATION: none}

.FontLargeTitleBlack {FONT-SIZE: 18px;COLOR:#000000;TEXT-DECORATION: none;FONT-WEIGHT: bold}
A.ContentFontBlack:links {TEXT-DECORATION: none}
A.ContentFontBlack:hover {TEXT-DECORATION: none}
A.ContentFontBlack:visited {TEXT-DECORATION: none}

.FontLargeTitleRed {FONT-SIZE: 18px;COLOR:#db111b;TEXT-DECORATION: none;FONT-WEIGHT: bold}
A.ContentFontBlack:links {TEXT-DECORATION: none}
A.ContentFontBlack:hover {TEXT-DECORATION: none}
A.ContentFontBlack:visited {TEXT-DECORATION: none}

.FontMainTitleBlack {FONT-SIZE: 20px;COLOR:#000000;TEXT-DECORATION: none;FONT-WEIGHT: bold}
A.ContentFontBlack:links {TEXT-DECORATION: none}
A.ContentFontBlack:hover {TEXT-DECORATION: none}
A.ContentFontBlack:visited {TEXT-DECORATION: none}

.FontSubTitleBlack {FONT-SIZE: 14px;COLOR:#000000;TEXT-DECORATION: underline;FONT-WEIGHT: bold}
A.ContentFontBlack:links {TEXT-DECORATION: none}
A.ContentFontBlack:hover {TEXT-DECORATION: none}
A.ContentFontBlack:visited {TEXT-DECORATION: none}

.FontSubTitleBlackNu {FONT-SIZE: 14px;COLOR:#000000;TEXT-DECORATION: none;FONT-WEIGHT: bold;FONT-FAMILY: Arial}
A.ContentFontBlack:links {TEXT-DECORATION: none}
A.ContentFontBlack:hover {TEXT-DECORATION: none}
A.ContentFontBlack:visited {TEXT-DECORATION: none}

.FontSubTitleWhiteNu {FONT-SIZE: 16px;COLOR:#FFFFFF;TEXT-DECORATION: none;FONT-WEIGHT: bold;FONT-FAMILY: Arial}
A.ContentFontWhite:links {TEXT-DECORATION: none}
A.ContentFontWhite:hover {TEXT-DECORATION: none}
A.ContentFontWhite:visited {TEXT-DECORATION: none}


	/*NAVIGATION*/
/* Below is a set of CSS rules that will allow you to style the drop down menu bar. */

/* note: the term 'dropdown' refers to the second level menus, which drop down vertically. */
/* note: the term 'flyout' refers to the third level menus, which stick out from the second level drop down menus. */
/* note: you need to change #menubar to reflect the name of the menubar you are styling.
    if the menubar is called 'henry', then change #menubar to #henry
*/

/* use this to style the main menu */
#menubar1 ul.horizontal li.level1 {
  height: 22px;
  padding: 0px;
  padding: 2px 50px 2px 5px;
  border-right: 0px #999999 solid;
  white-space:nowrap;
}

/* controls the root menu's list item links, use this to style the main menus links */
#menubar1 ul.horizontal li.level1 a {
  font-size : 13px;
  font-family : Arial, Helvetica;
  font-weight : bold;
  font-style : normal;
  color: #ffffff;
  text-decoration: none;
}

/* controls the root menu's list item links when a cursor is over them (mouseover) */
#menubar1 ul.horizontal li.level1 a:hover {
  color: #C0C0C0;
}

/* this controls the style of the dropdown and flyout menus, A great deal of the styling will be done here, probably. */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown,
#menubar1 ul.flyout {
  width: 102px;
  border: 1px solid #a40404;
  background-color: #a40404;
}

/* this controls the styles of the list items that are in the dropdown and flyout menus.
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown li.level2,
#menubar1 ul.flyout li.level3 {
  border-bottom: 0px #0000FF solid;
}

/* this controls the styles of the list item's links that are in the dropdown and flyout menus */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown li.level2 a,
#menubar1 ul.flyout li.level3 a {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  padding: 2px 4px 2px 5px;
}

/* this controls the style of the list item's links that are in the dropdown and flyout menus when a cursor is over them. (mouseover) */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown li.level2 a:hover,
#menubar1 ul.flyout li.level3 a:hover {
  color: #FFCC00;
  background-color: #808080;
}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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;
}

</STYLE>