﻿body 
{
    width: 90%;
    margin: auto auto;
    margin-top: 0;
    font-size: .72em;
    /*font: 0.7em;*/
}

#shadow
{
    width: inherit;
    /*background: url(img/50black.png) repeat;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

#container
{
    width: 99%;
    /*height: 95%;*/
    margin: auto auto;
}

.rounded_corners
{
    /*Although this looks absolutely pointless it is absolutely neccesary */
    padding-top: 1px;
    margin: auto auto;
}

#header
{
    width: 95%;
    height: 109px;  /*Needs to be Converted to em or %*/
    margin: auto auto;
    margin-top: 5px;
}

#content
{
    width: 95%;
    /* min-height: 1000px;  /*Temporary height, will be dynamic so take this line out */    
    /*height: inherit !important;*/
    margin: auto auto;
    /*min-height: 100px;*/
    height: auto !important;
    /*height: 500px;*/
}

#footer
{
    width: 95%;
    height: auto;
    margin: auto auto;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    color: White;
}

#bottom_nav
{
    width: 250px;
    margin: auto auto;
    padding-bottom: 9px; 
}

.notopmargin
{
    margin-top: 0px;
}

.module_links
{
    /* The amazing trick that makes firefox work with AJAX rounded
    corners extender */
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto auto;
}

.PictureLink a
{
    border-bottom: none !important;
    text-decoration: none;
}

.PictureLink a:hover
{
    border-bottom: none !important;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{ 
    margin-bottom: 0px;
    margin-top: 4px;
}

h5
{
    margin-bottom: 3px;
}

#content_frame
{    
    padding-top: 0px; /*This is the margin need to go in global css layout */
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 4px;
    /*width: 95%; /*This was added for debugging, if problems arise delete it 1-25 */
}

.indent /*move to global layout */
{
    margin-left: 20px;
}

h1
{font-size: 2.9em;}
h2
{font-size: 2.1em;}
h3
{font-size: 1.6em;}
h4
{font-size: 1.4em;}
h5
{font-size: 1.1em;}
h6
{font-size: 0.9em;}