﻿body 
{
    margin: 0 0 0 0;
    font-family: Arial;
    font-size: 10pt;
}

#head 
{
    margin: 0;
    padding: 0;
    background: url("headerimages/back.gif") repeat-x;
}

#foot
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: url("headerimages/back2.gif") repeat-x;
    font-size: 10px;
    color: #888888;
}
#foot a 
{
    color: #444488;
    text-decoration: underline;
    font-size: 10px;
}


#title 
{
    height: 90px;
    width: 170px;
    float: left;
    margin: 0;
    padding: 0;
}

#nav 
{
    height: 90px;
    margin: 0;
    padding: 0;
}

h1 
{
    font-size: 22px;
    font-weight: bold;
}

a:link 
{
    color: Blue;
}

a:visited 
{
    color: Blue;
}

ul.pic 
{
    list-style: none;
    display: inline;
    border: 0;
    margin: 0;
    
}

li 
{
    display: inline;
    margin: 0;
}

li a img 
{
    border: 0;
}
li a.ncat:hover
{
    border-bottom: 2px solid #27286f;
}
li a.nagawa:hover 
{
    border-bottom: 2px solid #3a584b;
}
li a.nsnow:hover
{
    border-bottom: 2px solid #0953a0;
}
li a.ntour:hover 
{
    border-bottom: 2px solid #a31e24;
}
li a.nsnowcombo:hover
{
    border-bottom: 2px solid #0973d0;
}
li a.nssm:hover
{
    border-bottom: 2px solid #19a597;
}
li a.nski:hover 
{
    border-bottom: 2px solid #a31e24;
}
li a.ngolf:hover 
{
    border-bottom: 2px solid #3a584b;
}


ul.mini 
{
    list-style: none;
    display: inline;
    border: 0;
}

#QuoteBox 
{
    background-color: #eeeeee;
    border: solid 3px #888888;
    padding: 10px;
}
#PanelPolicy
{
    background-color: Yellow;
    color: Black;
    padding: 10px;
    border: solid 1px #444444;
    font-size: 12px;
    font-weight: bold;
}

.row1
{
    background-color: #eeeeee;
}
.row2
{
    background-color: #eeeedd;
}
