﻿/**Main Layout**/
body
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    background: #fff url('hedr33.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
}
#centersitelayout 
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 750px;
    height: auto;
}
a 
{
    color: #82ACF6;
    text-decoration: underline;
}
a:hover 
{
    color: #82ACF6;
    text-decoration: none;
}

/**Header**/
#headercontainter 
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    height: 58px;
    padding-top: 10px;
}
    
#sitetitle 
{
    font-family: Georgia;
    font-size: 28px;
    font-weight: bold;
    color: #003366;
}
#sitetitle a
{
    font-family: Georgia;
    font-size: 28px;
    font-weight: bold;
    color: #003366;
}
#sitetagline 
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    width: 100%;
}
#phonenumber 
{
    position: relative;
    top: -29px;
    left: 600px;
    color: #CC0000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/**Content**/
#contentpane 
{
    width: 490px;
    height: 100%;
    padding: 20px;
    float: right;
}
#rfipane 
{
    width: 210px;
    float: left;
    padding: 5px;
}
#rfipaneinternal 
{
    margin-top: 100px;
    padding: 5px;
    background-color: #cfddf6;
    border: solid 1px #003366;
    background-image: url('/gui/rfi-bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
}
#phonenumberrfi 
{
    color: #CC0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#footercontainer 
{
    background-color: #003366;
    background-image: url('/gui/footer-bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 25px;
    width: 100%;
    height: auto;
    clear: both;
}
#footer 
{
    width: 750px;
    height: auto;
    clear: both;
    padding-top: 35px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#footer p 
{
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
}
#footer table 
{
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
}
#footer a 
{
    color: #ffffff;
}
p 
{
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-top: 0px;
}
h1 
{
    font-size: 22px;
    font-weight: bold;
    color: #003366;
    font-family: arial, sans-serif;
}
h2 
{
    font-size: 14px;
    color: #CC0000;
    padding-top: 15px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
h3 
{
    font-size: 12px;
    color: #003366;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
li 
{
    font-size: 12px;
}
