﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    /* background-color: #5c87b2; 
    background-color: #575e68;*/
    border: 10px solid #b3b8bc;
    background-color:#b3b8bc;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    background-color: #4c6c9d;
    position: relative;
    margin: 0;
    color: #000;
    padding: 2px;
    border:0;
    height:50px;
    margin-top:0px;
}

#header h1
{
    font-weight: bold;
    padding: 0px 25px;
    margin: 0;
    color: #fff;
    border: none;
    /*line-height: 2em;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    vertical-align:middle;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}
#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#menu
{
    background-color: #3a4f62;
    position: relative;
    margin: 0;
    color: #000;
    padding: 5px;
    border:0;
    height:30px;
    margin-top:0px;
    padding-left:20px;
}
#menu a
{
    text-decoration:none;
    color: #b9bfcd;
}

#main
{
    background-color: White;
    position: relative;
    color: #000;
    margin: 0px;
    border:2px solid #575e68;
    min-height:500px;
    padding:0px;
}
#content
{
    padding: 20px;
}

