﻿body {
font-family:Arial;
font-size:93%;
background-image:url('../img/backgrounds/body_gradient_dark.jpg');
background-repeat:repeat-x;
margin:0;
padding:0;
}

#header div a img
{
    margin:0px;
    margin-right:1px;
}

.title
{
    color:#123456;
    font-size:180%;
}

.secondary
{
    color:#970202;
}

a, a:visited
{
    color:#123456;
}

#header
{
    /*background-image:url('../img/backgrounds/banner_v2.jpg');
    background-repeat:no-repeat;*/
    margin:0px auto;
    width:980px;
    padding:0px;
    height:38px;
    /*float:left;*/
}

#header a img
{
    margin:0;
    padding:0;
}

#container
{
    width:980px;
    padding:0px 0px;
    margin:0px auto;
    background:#ededed;
}

#banner
{
    padding:4px; 
    font-size:x-large;
    text-align:center;
}

#banner p
{

}

.page_title
{
    float:left;
    width:760px;
    background-image:url('../img/backgrounds/title_background.jpg');
    background-repeat:no-repeat;
}


#sidebar
{
    width:218px;
    float:left;
    background-color:#ededed;
    font-size:85%;
    border-right:solid 1px #e3e3e3;
    text-align:center;
}
#sidebar p
{
    line-height:1.4;
    padding:0px 24px;
    text-align:left;
}

#main
{
    float:left;
    width:900px;
    padding:10px;
    padding-top:0px;
    margin-top:0px;
    margin-left:20px;
    padding-left:0px;
    
}

#main p
{
    font-size:medium;
    line-height:1.3;
    text-align:justify;
    margin:40px 0px 20px 0px;    
}

.clear
{
    clear:both;
}

img
{
    margin:16px;
}

#sidebar img
{
    margin:0px;
}


#main img
{
    margin-top:0px;
    margin-right:4px;
}

#footer
{
    background:#333333;
    color:White;
    width:960px;
    padding:16px 10px;
    font-size: x-small; font-weight: bold; text-align: center;
    background-image:url('../img/backgrounds/footer_gradient_navy.jpg');
    background-repeat:repeat-x;
}

.input
{
    color:#123456;
}

.med
{
    width:200px;
}

.medium
{
    font-size:small;
}

.primary
{
    color:#123456;
    font-weight:bold;
}

.req
{
    color:red;
}
