﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #3333cc repeat-y center top;
    font-size: small;
    color: white;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #ff9900;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: white;
    font-family: 'Century Gothic';
    
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: white;
}

#MasterPageHeading h2
{
    font-size: 13px;
    font-weight: bold;
    color: orange;
    text-align: center;
}
/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#MasterPageHeading
{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 100px;
    margin-top: 14px;
}

/* Navigation strips */
#navtop
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 25px;

    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 10px;
    font-weight: bold;
}
#navtop ul li
{
    display: inline;
    margin-right: 25px;
    font-weight: bold;
   
}
#navtop a:link, #navtop a:visited
{
    color: #00967f;
    text-decoration: none;
}
#navtop a:hover
{
    text-decoration: underline;
}
#navtop a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 80%;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


H4
{
    background-color: white;
    width: 80%;
    border-right: gray thin solid;
    border-top: gray thin solid;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    left: 10%;
    position: absolute;
}
