﻿body 
{
    margin:0px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size:11px;
}

hr
{
    border:none;
}

p
{
    margin:5px 0 5px 0;
}

/* Global Links */

a:link
{
    color:#1A1C27;
}

a:visited
{
    color:#1A1C27;
}

a:hover
{
    color:#1A1C27;
    text-decoration:none;
}

a:active
{
    color:Black;
}

/*

End Global Links

--------------------

Header

*/

#fixHeader
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:9999;
}

#header
{
    width:960px;
    background-color:#EFEFEF;
    border-left:Solid 1px #CCC;
    border-right:Solid 1px #CCC;
    border-bottom:Solid 1px #CCC;
    margin:0px auto 20px auto;
    
}

#header table
{
    padding:0px 0px 0px 5px;
}

#header td
{
    padding:0px 20px 0px 0px;
}

/*

End Header

--------------------

Footer

*/

#footer
{
    width:100%;
    margin:50px 0px 0px 0px;
}

#footer table
{
    width:960px;
    background-color:White;
    margin:50px auto 0px auto;
}

#footer p
{
    color:#999;
}

/*

End Footer

--------------------

Content Place Holder

*/

#cPlaceHolder
{
    margin:30px 0px 0px 0px;
}