﻿body
{
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
/* I think the # corresponds to the id, sichas id=footer */
#footer  {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 90px;
	width: 100%;
	padding-top: 0px;
	padding-left: 40px;
	margin-top: 25px;
}

#footerlogo {
	float: left;
	margin-right: 20px;
}

#footer #address {
	padding-top: 20px;
}

#footer #address a {
	color: #0A5592;
}

a {
	margin: 0px;
	padding: 0px;
	color:Blue;
}
a:hover
{
	text-decoration: none;
	color:Red;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*******************************/
.SmallText
{
    font-size:smaller;
}
.BlueText
{
    color:Blue;
}
.GreenText
{
    color:Green;
}
.noprint
{
    display:inherit;
}
.HeaderImage
{
    height:198px;
}
.ScreenTable
{
    width:900px;
}
.ScreenCopy
{
    width:450px;
}
.HeaderBackground1
{
	background-color: #D6E5F0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url('../images/header-bg.gif');
	background-repeat:repeat;
	padding-left: 50px;
}
.HeaderBackground2
{
	background-color: #D6E5F0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url('../images/home-banner-bg.gif');
	background-repeat: repeat;
	padding-left: 50px;
}
.Header1 
{
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}
.Header2
{
	font-size: 150%;
	font-weight: bold;
	color: Black;
	margin-bottom: 0px;
	padding-top: 0px;
}
.Header3
{
	font-size: 125%;
	font-weight: bold;
	color: Black;
	margin:0;
}
.Screens
{
    font-size:100%;
    font-family:Verdana;
}
.IntroText
{
    font-size: 100%;
    font-family:Verdana;
}
.links
{
    font-size:100%;
    font-family:Arial;
}
.Logo
{
    color:#990000;
    font-style:italic;
    font-weight:bold;
}
.Highlight
{
    color:Blue;
    font-style:italic;
}
.AdminHeader 
{
    background-color:#99ccff;
}
.AdminTable
{
     font-size:75%;
     font-family:Arial;
}
.deliverycopy {
	font-weight: bold;
	color: #990000;
}
/* this  is the links table */
.TableHeader
{
    background-color: #ADD8E6;
    color: Black;
    text-align: center;
    border-style: solid;
    border-color: Black;
    border-width: thin;
    font-weight: bold;
}
/* this is the links table cell */
.TableCell
{
    width:450px;
    white-space:nowrap;
}

/* this is for the whole menu */
.MenuStyle
{
   font-family:Verdana;
   font-size:large;
   color:Black;     
}

/* this is for the whole menu */
.StaticMenuStyle
{
   padding-left:1px;
   padding-right:1px;
   background: url('../images/nav-bg.gif');
  }
/* this is for each main item */
.StaticItemStyle
{
	color:Black;
    height:40px;
    vertical-align:middle;
}
.StaticSelectedStyle
{
}
.StaticHoverStyle
{
}
/* this is for the drop-down menu itself*/
.DynamicMenuStyle
{
    background: url('../images/nav-bg.gif');
    border-style:solid;
    border-width:thin;
    border-color:Black;
    background-color:Fuchsia;
}
.DynamicHoverStyle
{
}
/* this is for the drop-down items */
.DynamicItemStyle
{
    background: url('../images/nav-bg.gif');
	color:Black;
}
.DynamicSelectedStyle
{
}

