﻿/

Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

UL {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

LI {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

TD {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

P {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #637487;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
}

/* this group sets the normal link colors */

A:LINK {
color: #42749E;
text-decoration: underline;
font-weight: normal;
}

A:VISITED {
color: #828282;
text-decoration: underline;
font-weight: normal;
}

A:HOVER {
color: #42749E;
text-decoration: underline overline;
font-weight: normal;
}

A:ACTIVE {
color: #42749E;
text-decoration: underline overline;
font-weight: normal;
}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #637487;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #42749E;
padding: 1px;
border-bottom: 1px dotted #42749E;
}

h5 {
font-size : 14px;
font-weight : bold;
color : #42749E;
}

h4 {
font-size : 14px;
font-weight : bold;
color : #42749E;
}

h3 {
font-size : 14px;
font-weight : bold;
color : #42749E;
}

h6 {
font-size : 14px;
font-weight : bold;
color : #000000;
border-bottom: 1px solid #000000;
}

/* special classes */
/* classes for right side navigation cells */

.side {
background-color: #EFEFEF;
background-image: url('images/cell1.jpg');
color: #000000;
padding: 20px 10px 10px 10px;
width: 250px;
vertical-align: top;
text-align: left;
}

.side a:link {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #EFEFEF; 
padding-left: 3px;
padding-right: 3px;
}

.side a:visited {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #EFEFEF; 
padding-left: 3px;
padding-right: 3px;
}

.side a:hover {
background-color: #C4CED9;
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #637487; 
padding-left: 3px;
padding-right: 3px;
}

.side a:active {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #EFEFEF; 
padding-left: 3px;
padding-right: 3px;
}

/* classes for main text area */

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 20;
width: 500px;
}

.main1 {
background-color: #C4CED9;
color: #000000;
text-align: justify;
vertical-align: top;
padding: 15px;
border: 1px solid #637487;
margin-bottom: 10px;
}

/* special hot topic table */

.hottopic {
background-color: #C4CED9;
font-size: 85%;
line-height: 14px;
padding: 3px;
border: 1px solid #637487;
}

/* copyright area */

.copyright {
background-color: #EFEFEF;
background-image: url('images/copyright.jpg');
color: #000000;
width: 250px;
height: 30px;
font-size: 80%;
font-weight: bold;
text-align: center;
border-top: 1px solid #637487;
}

/* bottom navigation cell area */

.bottom {
background-color: #EFEFEF;
background-image: url('images/bottomnav.jpg');
color: #000000;
width: 500px;
height: 30px;
font-size: 85%;
font-weight: bold;
text-align: left;
word-spacing: 5px;
padding-left: 10px;
border-top: 1px solid #637487;
}

.bottom a:link {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

.bottom a:visited {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

.bottom a:hover {
background-color: #EFEFEF;
color: #000000;
text-decoration: underline overline;
font-weight: bold;
}

.bottom a:active {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

/* form buttons */

.form {
background-color: #EFEFEF;;
color: #000000;
border: 1px solid #637487;;
}
.top {
background-color: #EFEFEF;
background-image: url('images/bottomnav.jpg');
color: #000000;
width: 750px;
height: 30px;
font-size: 85%;
font-weight: bold;
text-align: left;
word-spacing: 5px;
padding-left: 10px;
padding-right: 10px;
border-top: 1px solid #637487;
}

/* For random catalog item display only */

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}
.infoBox {
  background: #b6b7cb;
}
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }