.price
{
   FONT-SIZE: 24px;
   LINE-HEIGHT: 26px;
   font-weight: bold;
   FONT-STYLE: normal;
   FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   COLOR: #883333;
}

form {
    margin-bottom : 0;
}

/************************* Fonts *******************************/

terms
{
    FONT-SIZE: 16px;
    LINE-HEIGHT: 18px;
    FONT-STYLE: normal;
    FONT-FAMILY: Courier, "Times New Roman", Helvetica, sans-serif;
    COLOR: #000000;
}

monospace
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 14px;
    FONT-STYLE: normal;
    FONT-FAMILY: monospace;
}


b1
{
    FONT-SIZE: 10px;
    LINE-HEIGHT: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: "Century Gothic", Arial, Helvetica, sans-serif;
    COLOR: #000000;
}

b2, body, input, select, textarea
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    LINE-HEIGHT: 15px;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, "Century Gothic", Helvetica, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
 }

strong
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    LINE-HEIGHT: 15px;
    FONT-FAMILY: "Century Gothic", Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}

b3, .small
{
    FONT-SIZE: 9px;
    LINE-HEIGHT: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: "Century Gothic", Arial, Helvetica, sans-serif;
    COLOR: #000000;
}

h1, .pageHeader
{
    FONT-SIZE: 32px;
    LINE-HEIGHT: 36px;
    font-weight: bold;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    border: 5px;
    margin: 3px;
    padding: 5px;

}

h2
{
    FONT-SIZE: 20px;
    LINE-HEIGHT: 22px;
    FONT-WEIGHT: bold;
    FONT-STYLE: normal;
    FONT-FAMILY: arial, geneva, sans-serif;
   border: 5px;
}

h3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 15px;
    FONT-STYLE: normal;
    FONT-FAMILY: arial, geneva, sans-serif;
}

/************************* Links *******************************/
a:link
{
    color: #0700BF;
    text-decoration : none;
}

a:visited
{
    COLOR: #0700BF;
    text-decoration : none;
}

a:active
{
    COLOR: #881234;
    text-decoration : none;
}

a:hover
{
    color: #881234;
    text-decoration : none;
}

/* header links */
a:link.header
{
    COLOR: #000000;
    text-decoration : none;
}

a:visited.header
{
    COLOR: #000000;
    text-decoration : none;
}

a:active.header
{
    COLOR: #880000;
    text-decoration : none;
}

a:hover.header
{
    color: #880000;
    text-decoration : none;
}

/***** footer constants ************************/
table.footer
{
    vertical-align: top;
    background-color: #ffffff;
    padding: 0px;
}

td.footer
{
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif
 }


a:link.footer
{
    COLOR: #000000;
    text-decoration : underline;
}

a:visited.footer
{
    COLOR: #000000;
    text-decoration : underline;
}

a:active.footer
{
    COLOR: #880000;
    text-decoration : underline;
}

a:hover.footer
{
    color: #880000;
    text-decoration : underline;
}

/****** header constants ***********************/

.headerLinks
{
    FONT-SIZE: 18px;
    COLOR: #000000;
    LINE-HEIGHT: 22px;
    FONT-FAMILY: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    border: 10px;
}

.pageLinks
{
    FONT-SIZE: 15px;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    border: 10px;
    COLOR: #330088;
}

.linkDiv
{
    color: #000000;
    background-color: #000000;
    height: 3px;
    width: 200px;
}

.Button {
  width: 150px;
}
/* Horizontal Menu */

#navcontainer ul {
background-color: #fff;
}
#navcontainer ul {
padding-left: 0;
padding-top: 0;
margin-top: 0;
margin-left: 0;
background-color: #fff;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
}

#navcontainer ul li { 
display: inline; 
background-color: #fff;
}

#navcontainer ul li a {
padding: 3px 6px;
background-color: #fff;
color: blue;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover {
background-color: #919aa2;
color: #fff;
text-decoration: underline;
}


