
p, li {
    font-family:      arial, helvetica, sans-serif;
    font-size:        13px;
}

h1 {
    font-family:    arial, helvetica, sans-serif;
    font-size:      20px;
    font-weight:    bold;
    text-align: left;
    margin-top:     0px;
    letter-spacing: 4px;
    color: #342878
}

h2 {
    font-family:  arial, helvetica, sans-serif;
    font-size:    15px;
    font-weight:  bold;
    letter-spacing: 1px;
}

h3 {
    font-family:  arial, helvetica, sans-serif;
    font-size:    13px;
    font-weight:  bold;
    letter-spacing: 1px;
}

a {
    font-family:      arial, helvetica, sans-serif;
    font-size:        13px;
    font-weight:  bold;
    text-decoration: underline;
    color: #342878;
}

p.center {
    text-align: center;
}

img.loc {
    padding-left: 50px;
}

#header {
    height: 90px;
    background-color: #342878;
    font-family:      arial, helvetica, sans-serif;
    font-size:        16px;
    color:            white;
    left:      10px;
}

#header span.big {
    padding: 4px;
    font-size:        42px;
}

#menu {
    position:  absolute;
    top:       110px;
    left:      10px;
    width:     195px;
    font:      arial, helvetica, sans-serif;
    font-size: 9pt;
}

div.content {
    position:       relative;
    margin-left:    215px;
    margin-top:     10px;
    padding-right:  10px;
    min-height: 350px;
}


#menu ul { 
    list-style-type: none; 
    margin:          0;
    padding:         0;
}    


#menu li {
    width:         195px;
    font-family:   arial, helvetica, sans-serif;
    font-size:     10pt;
    font-weight:   bold;
    color:         white;
    border-bottom: 1px solid white;
}

#menu li.menuon {
    background-color: #342878;
    padding:          2px;
    border-bottom: 1px solid white;
}


#menu a { 
    font-family:      arial, helvetica, sans-serif;
    font-size:        10pt;
    font-weight:      bold;
    display:          block; 
    background-color: #bcd63d;
    color:            white;
    width:            195px;
    text-decoration:  none;
    padding:          2px;
}                                                                       


#menu a:hover {
    background-color: #6e89a4;
    color:            white;
}

#footer {
    Xheight: 90px;
    background-color: #342878;
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
    color:            white;
    left:      10px;
    text-align: center;
    padding:          2px;
}

#footer a { 
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
    font-weight:      bold;
    color:            white;
}                                                                       

