﻿body {
    background-color: #0000000;
}

a			{ text-decoration: none; color: #000000;}
a:visited	{ text-decoration: none; color: #000000;}
a:active	{ text-decoration: none; color: #000000;}
a:hover		{ text-decoration: underline; color: #000000;}

a.navlink	        { text-decoration: none; color: #385D8A;}
a.navlink:visited	{ text-decoration: none; color: #385D8A;}
a.navlink:active     { text-decoration: none; color: #385D8A;}
a.navlink:hover		{ text-decoration: underline; color: #385D8A;}

.text {
    font: 10pt arial;
    color:#000000;
}
.navbartext {
    font: 8pt arial;
    color:#000000;
}
.footertext {
    font: 8pt arial;
    color:#000000;
}

#container {
    width: 800px ;
    margin-left: auto ;
    margin-right: auto ;
    background-color: White;
}
#spacer
{
    width: 800px;
}
#border
{
   width: 800px;
    height: 20px;
    background-color: #679BD4;
    background-position: bottom;
    border-top: solid 2px #385D8A;
    border-bottom: solid 2px #385D8A;
}
#navbar {
    width: 800px;
    text-align:center;
}
#content
{
    width: 800px;
    height: 300px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("Graphics/bg.jpg");
    background-repeat: no-repeat;
}
#footer {
    width: 800px;
    text-align:center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: solid 1px #385D8A;
}
#menu {
    width: 80%;
}


