﻿strong, b {font-weight: 800;}
big {font-size: larger;}
small {font-size: smaller;}
a:visited
{
	color: blue; }
	
#background
{
    background-image: url(images/watermark.gif);
    background-repeat: repeat;
}
#header
{
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;    
}
#container
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top:0px;
    text-align: left;
    position: relative;
    background: #FFFFFF;
   /* background-image: url(images/background.jpg);
    background-repeat: repeat-y;*/
	/*border-style: ridge;
    border-color: Black;
    border-spacing: 10px;
    border-width: thin;*/
    
}
#maincontent
{
	background: #FFFFFF;
    color: #000088;
    margin-left: 225px;
    margin-right: 20px;
    padding: 5px;
    font-family : Arial, Eyechart, Geneva, verdana, Helvetica, sans-serif;
    width: auto;
    max-width: 800px;
    text-align: justify;
    min-height: 325px;
}

#maincontent span a
{
    text-decoration:none;
    display: block;
}
#maincontent ul
{
    text-align: left;
}
#maincontent p
{
    text-align: justify;
}
#maincontent span
{
    text-align: center;
}
#maincontent a
{
    text-align: center;
}
#maincontent h4
{
    text-align: center;
}
#maincontent h3
{
    text-align: center;
}
#maincontent h2
{
    text-align: center;
}
#navigation
{
    position: absolute;
    top: 142px;
    left: 0px;
    width: 190px;
    /*height: auto;*/
    color: #BFBFDF;
    font-family: Arial, Geneva, Verdana, Helvetica, Sans-Serif;
    line-height: 150%;
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    padding-left: 5px;
    padding-right: 5px;
    font-size: smaller;
    
}
#navigation a
{
    color: #BFBFDF;
    text-decoration: none;
    display: block;
    font-weight: bold;
}
#header {
    margin-top: 0px;
    margin-left: 0px;
    } 
#footer {
    color : #000088;
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding : 2px;
    margin: 2px;
    text-align: center;
    clear: both;
  }
