﻿body
{
    margin: 0 auto;
    font-family: Trebuchet MS , Tahoma, Arial,Helvetica,sans-serif;
    width: 1000px;
    color: #0537c8;
    font-weight: inherit;
    line-height: 1.5em;
    background-image: url('images/background.png');
    background-repeat: repeat;
}
a:link
{
    text-decoration: underline;
    color: #0537c8;
    font-weight: inherit;
}
a:hover
{
    text-decoration: none;
    color: #0537c8;
    font-weight: bold;
}
div
{
    position: relative;
}
a:visited
{
    text-decoration: underline;
    color: #0537c8;
}
h1
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: x-large;
    color: #0537c8;
    text-transform: uppercase;
}
#container
{
    min-height: 100%;
    width: 1000px;
    left: auto;
    position: relative;
}
#footer
{
    clear: both;
    bottom: 0;
    width: 100%;
    height: 100px;
}
#mainbody
{
    width: 1000px;
    background-color: White;
}
#header
{
    padding: 0px;
    height: 145px;
}

.dynbox
{
    
    background-color: #EEEEFF;
    border-width: thin;
    border-color: Blue;
    border-style: solid;
    margin-left: 40px;
    padding:10px 20px 10px 20px  ;
}
