﻿body 
{
    margin:0;
    padding:0;
    font-family:Verdana, Sans-Serif;
    background-image: url('../images/bg_notes.gif');
    background-repeat:repeat;
}
h1, h2, h3
{
    text-align:center;
}
h1
{
    font-size:x-large;
    margin-top:5px;
}
h2
{
    font-size:large;
}
h3
{
    font-size:medium;
    font-variant:small-caps;
}
a
{
    text-decoration:underline;
    color:#29395A;
}
a:active, a:hover
{
    text-decoration:none;
}
a.hidden
{
    text-decoration:none;
}
div.body
{     
    margin:0 auto;
    width:650px;
    background-image: url('../images/bg_body.gif');
    background-repeat:repeat-y;
}
div.content
{
    text-align:left;
    position:relative;
    margin-left:25px;
    margin-right: 25px;
}
div.header
{
    height:175px;
    text-align:center;
    background-image: url('../images/header.gif');
    background-repeat:no-repeat;
    background-position:center;
}
div.header div
{
    padding-top:120px;
    padding-left:100px;
    font-variant:small-caps;
    font-size:small;
}
div.header a
{
    text-decoration:none;
}
div.header a:active, div.header a:hover
{
    text-decoration:underline;
}
div.footer
{
    text-align:center;
    font-size:xx-small;
    padding-top:5px;
    margin-bottom:0;
}
div.footer img
{
    vertical-align:bottom;
    padding-top:5px;
}
li
{
    list-style-image: url('../images/bullet.gif');
}
ul.longways 
{
    margin:0;
    padding:0;
    text-align:center;
}
ul.longways li
{
    display:inline;
    margin-left:10px;
    margin-right:10px;
}
ul.longways a
{
    font-variant:small-caps;
    font-size:small;
}
div.center
{
    text-align:center;
}
div.rtp
{
    text-align:center;
}
div.rtp img
{
    border:0;
}
