


  BODY { 
    font-family: arial,helvetica,sans-serif;
    color: 000066;
    font-size: 14px
  }

  UL, P, TD, TH, LI {font-family: arial,helvetica,sans-serif; color: 000066; font-size: 14px}

  H1 { font-family: times new roman,serif; font-weight: bold; color: 999999; font-size: 32px }

  H2 { font-family: times new roman,serif; font-weight: 600; color: 999999; font-size: 36px }

  H3 { font-family: times new roman,serif; font-weight: bold; color: 999999; font-size: 24px }

  H4 { font-family: times new roman,serif; font-weight: 600; font-style: italic; color: 999999; font-size: 20px }

  H5 { font-family: times new roman,serif; font-weight: bold; color: 999999; font-size: 18px }

  H6 { font-family: arial,helvetica,non-serif; font-weight: bold; color: ffffff; font-size: 14px; background-color: #000099; text-decoration: none }


  SPAN.activity, SPAN.activity { font-family: arial,helvetica,sans-serif; color: 999999; font-size: 14px }

a:link 
{color: 0000ff}
a:visited 
{color: 990000}
a:hover 
{color: ff0000}

/* ADDED FOR CSS NAVIGATION BY SE */
  #navBox {
    width: 125px;
    height: 300px;
    /*padding-top: 2px;*/
    margin: 0px auto;
    padding-top: 1px;
    background: transparent url('images/menu.gif') top center no-repeat;
    text-align: center;
    border: solid #0000A5 0px;
  }

  #tSpace {
  	/*margin-top: 36px;*/
  	display: block;
  	width: 140px;
  	text-align: center;
  	margin-top: 16px;
  }

  #navBox a {
  	display: block;
    background-color: #000099;
  	width: 118px;
    padding: 3px;
    font-family: arial,comic sans ms,technical;
    color: #FFFFFF;
    font-size: 12px;
  	margin-top: .7em;
  	text-decoration: none;
  	font-weight: bold;
  }
  
* html #navBox a {
	margin-left: 0px;
  	margin-right: 0px;
  	width: 100%;
  }
  
  #navBox a:hover {
	background-color: #0000cc;
	color: red;
	text-decoration: none;
  }

#pageHeader h1 { 
	background: transparent url(images/title2.gif) no-repeat center center; 
	margin: 0px; 
	width: 620px; 
	height: 114px; 
	}
#pageHeader h1 span {
	display:none
	}
	
#footer	{
	display: block;
	height: 220px;
	margin: 10px;
	padding-top: 60px;
	text-align: center;
	/* background: transparent url(images/GiftCardBlurb.gif) top right no-repeat;
	border: 0px solid black; */
	}