body
{ 
background-image: 
url('images/background.jpg');
background-repeat: 
 repeat;
background-position: 
 right; 
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px
}


h1 {color: rgb(50,65,130)}
h1 {font-family: arial}
h1 {font-size: 14pt}

h2 {font-family: arial; font-size: 90%; 
    color: rgb(50,65,130); 
    margin-left: 10px; margin-right: 200px}

h3 {font-family: arial; font-size: 13pt;
    color: rgb(50,65,130)}

p {color: rgb(50,65,130)}
p {font-family: arial}
p {font-size: 90%}
p {margin-left: 50px}
p {margin-right: 35px}

p.two {color: rgb(50,65,130)}
p.two {font-family: arial}
p.two {font-size: 90%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

p.three {color: rgb(50,65,130)}
p.three {font-family: arial}
p.three {font-size: 14px}
p.three {margin-left: 0px}
p.three {margin-right: 0px}

ul {color: rgb(50,65,130)}
ul {font-family: arial}
ul {font-size: 100%}
ul {list-style-image: url('images/diamond.GIF')}
ul {margin-left: 50px}
ul {margin-right: 200px}

ul.two {color: rgb(50,65,130)}
ul.two {font-family: arial}
ul.two {font-size: 90%}
ul.two {list-style-image: url('images/diamond.GIF')}
ul.two {margin-left: 75px}
ul.two {margin-right: 200px}


ol {color: rgb(50,65,130)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: #A06E46; 
font-size: 90%; text-decoration: none}
a:visited {color: #A06E46; 
font-size: 90%; text-decoration: none}
a:hover {color: white; 
font-size: 90%; text-decoration: none}
a:active {color: #A06E46; 
font-size: 90%; text-decoration: none}

a.two:link {color: rgb(50,65,130); font-weight: normal; 
font-size: 90%; text-decoration: underline; font-family: arial}
a.two:visited {color: rgb(50,65,130); font-weight: normal;  
font-size: 90%; text-decoration: underline; font-family: arial}
a.two:hover {color: rgb(160,110,70); font-weight: normal; 
font-size: 90%; text-decoration: underline; background: none; 
 font-family: arial}
a.two:active {color: rgb(50,65,130); font-size: 90%; font-weight: normal; 
text-decoration: underline; font-family: arial}

a.three:link {color: rgb(50,65,130); font-weight: bold; 
font-size: 90%; text-decoration: none; font-family: arial}
a.three:visited {color: rgb(50,65,130); font-weight: bold;  
font-size: 90%; text-decoration: none; font-family: arial}
a.three:hover {color: rgb(160,110,70); font-weight: bold; 
font-size: 90%; text-decoration: none; background: none; 
 font-family: arial}
a.three:active {color: rgb(50,65,130); font-size: 90%; font-weight: bold; 
text-decoration: underline; font-family: arial}

a.four:link {color: rgb(50,65,130); font-weight: normal; 
font-size: 100%; text-decoration: underline; font-family: arial}
a.four:visited {color: rgb(50,65,130); font-weight: normal;  
font-size: 100%; text-decoration: underline; font-family: arial}
a.four:hover {color: rgb(160,110,70); font-weight: normal; 
font-size: 100%; text-decoration: underline; background: none; 
 font-family: arial}
a.four:active {color: rgb(50,65,130); font-size: 100%; font-weight: normal; 
text-decoration: underline; font-family: arial}

a.five:link {color: rgb(50,65,130); font-weight: normal; 
font-size: 14px; text-decoration: underline; font-family: arial}
a.five:visited {color: rgb(50,65,130); font-weight: normal;  
font-size: 14px; text-decoration: underline; font-family: arial}
a.five:hover {color: rgb(160,110,70); font-weight: normal; 
font-size: 14px; text-decoration: underline; background: none; 
 font-family: arial}
a.five:active {color: rgb(50,65,130); font-size: 14px; font-weight: normal; 
text-decoration: underline; font-family: arial}

#navcontainer ul
{
margin: 0;
padding: 10px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 5px 5px 4px 15px;
border: 1px solid navy;
width: 135px;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.html);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px solid navy;
color: navy;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid navy;
background-color: rgb(173, 195, 255);
background-image: url(images/button_over.html);
color: navy;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid navy;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.html);
color: blue;
}


