body {  margin-top: 0px; margin-left: 0px}
P {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 88%; line-height: normal; font-weight: lighter; color: #1660D0}
DIV {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 96%; line-height: normal; font-weight: lighter; color: #000000}
TD {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 100%; line-height: normal;  font-weight: lighter; color: #000000}
TH {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 96%; line-height: normal;  font-weight: lighter; color: #000000}
UL {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 110%; line-height: normal;  font-weight: lighter; color: #000000; list-style-type: circle}
.tiny {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: lighter; color: #0064D7}
.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: lighter; color: #0064D7}

a:active {  color: #4040FF}
a:hover {  color: #39C0FF}
a:visited {   color: #02057C}


a.submenu {
        font-family: "Trebuchet MS","Century Gothic", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}

a.submenu:visited {
	font-family: "Trebuchet MS","Century Gothic", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.submenu:hover {
        font-family: "Trebuchet MS","Century Gothic", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #39C0FF;
        text-decoration: none;
}

hr {  color: #1C61AE}

h1 {  font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif; font-size: 33px; font-weight: bold; color: #1C61AE; font-style: italic}
h2 {  font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: bold; color: #1C61AE; font-style: normal}
h3 {  font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #1C61AE; font-style: italic}
h4 { font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #1C61AE; font-style: normal}
h5 { font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #1C61AE; font-style: normal }

#specials {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF}
#specials a { color: #FFFFFF;}
#specials p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;}

.style1 {color: #000000}
.style3 {color: #000000}
.style4 {color: #FFFFFF}

.size1 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 12px;
}
.size2 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 14px;
}
.size3 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 16px;
}
.size4 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 18px;
}
.size5 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 20px;
}
.size6 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 22px;
}
.size7 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   line-height: normal; 
   font-size: 24px;
}


/*ALL IMAGE HOVER CSS*/

/*CSS for enlarged right column images on hover*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -335px;
border: 1px dashed darkblue;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -480px;
right: 225px; /*position where enlarged image should offset horizontally */
}