/* ===================================
    CSS STYLES FOR Hunter Lake Website 
    v1.0, 2002
   ===================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: "white";
}

/* background color for the content part of the pages */
Body
{
    background-color: "white";
}
/* background image for the content part of the pages */


/* text style used for most text rendered by modules */
.Normal
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: black  
}

/* text style used for hidden text */
.Normalwhite
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: white 
}

/* text style used for most text rendered by modules */
.bold14
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: "#044595"  
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

.Normalblue
{
    font-family: arial;
    font-size:  11px;
    font-weight: bold;
    color: #044595
}

.Normalgreen
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #008001
}

.Boldgreen
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #008001
}


/* GENERIC */
H1  {
    font-family: times-new-roman;
    font-size:  40px;
    font-weight:    heavy;
    color: #008001;
}

H2  {
    font-family: times-new-roman;
    font-size:  28px;
    font-weight:    heavy;
    Font-style: Italic;
    color: #008001;
}

H3  {
    font-family: arial;
    font-size:  16px;
    font-weight:    bold;
    color: black;
}

H4  {
    font-family: arial;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5  {
    font-family: arial;
    font-size:  11px;
    font-weight:    bold;
    color: #008001;
}

H6  {
    font-family: arial;
    font-size:  11px;
    font-weight:    bold;
    color: #044595;
}


TFOOT, THEAD    {
    font-family: arial;
    font-size:  11px;
    color: #044595;
}


A:link  {
    text-decoration:    none;
    background-color: white;
    color:  #044595;

}

A:visited   {
    text-decoration:    none;
    backgound-color:  white;
    color: black;
}

A:active    {
    text-decoration:    none;
    background-color: #e6ce9a;
    color:  #044595;
}

A:hover {
    font-weight: normal;
    background-color: #e6ce9a;
    font-size:  14px;
    font-weight: bold;
    color:  black
}

SMALL   {
    font-size:  11px;
}

BIG {
    font-size:  18px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    Square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #008001;
    height:1pt;
    width=750;
    text-align:center
}

