body
{
    padding: 0px;
    background-position: center;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/pagebackground.jpg);
    background-repeat: repeat-y;
    font-size: 11px;
    text-align: center;
}
#mainNav
{
    width: 940px;
    height: 26px;
}
#mainNav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 940px;
}
#mainNav ul li
{
    float: left;
    background: url(../menu/lightGreenTabRight.jpg) no-repeat top right;    
}
#mainNav li a:link, #mainNav li a:visited
{
    display: block;
    padding: 0px 25px 0px 25px;
    line-height: 23px;
    background: url(../menu/lightGreenTabLeft.jpg) no-repeat top left;
    text-decoration: none;
    color: #fff;
    float: left;
}
#mainNav li a:hover, #mainNav li a:active
{
    display: block;
    padding: 0px 25px 0px 25px;
    line-height: 23px;
    background: url(../menu/lightGreenTabLeft.jpg) no-repeat top left;
    text-decoration: none;
    color: #fff;
    float: left;
    text-decoration: underline;
}
#mainNav li.nounderline a:hover, #mainNav li.nounderline a:active
{
    display: block;
    padding: 0px 25px 0px 25px;
    line-height: 23px;
    background: url(../menu/lightGreenTabLeft.jpg) no-repeat top left;
    text-decoration: none;
    color: #fff;
    float: left;
    text-decoration: none;
}
#mainNav ul li.CurrentTab
{
    float: left;
    background: url(../menu/darkGreenTabRight.jpg) no-repeat top right;
}
#mainNav li.CurrentTab a:link, #mainNav li.CurrentTab a:visited
{
    display: block;
    padding: 0px 25px 0px 25px;
    margin: 0px 0px 0px 0px;
    line-height: 23px;
    background: url(../menu/darkGreenTabLeft.jpg) no-repeat top left;
    text-decoration: none;
    color: #fff;
    float: left;
}
#mainNav li.CurrentTab a:hover, #mainNav li.CurrentTab a:active
{
    text-decoration: underline;
} 
#pageheader
{
    padding: 0px;
    background-color: #000;
    height: 30px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #C0C0C0;
    margin-right: auto;
    margin-left: auto;
}
#siteheader
{
    width: 965px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#siteheader p
{
    position: absolute;
    right: 30px;
    top: -13px;
    font-size: 16px;
    font-family: 'Trebuchet MS';
    font-weight: bolder;
    font-style: normal;
    color: #C0C0C0;
}
#siteheader span
{
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 10px;
    font-size: 11px;
}
#siteheader img
{
    right: 0px;
    position: absolute;
    z-index: 500;
    top: 2px;
}
#navheader{ margin:10px auto auto auto; width:940px; position:relative}
#navheader a img{ border-style:none}
#tabbedmenu
{
    margin: -4px auto auto auto;
    padding: 10px 0px 5px 0px;
    width: 940px;
}
#pagefooter
{
    width: 100%;
    background-color: #000;
    height: 60px;
    border-top-style: solid;
    border-width: 2px;
    border-color: #C0C0C0;
    margin-bottom: 0px;
}
#pagefooter p
{
    width: 940px;
    margin: 15px auto auto auto;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#container
{
    padding: 0px;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
    width:940px;   
    margin-top: 2px;
    position: relative;
}
#ads468x60
{
    width: 468px;
    height: 60px;
    position: absolute;
    z-index: 1000;    
    top: 12px;
    right: 12px;
}
.AddThis
{    
    padding-left: 15px;
}
.ManualHome
{    
    padding-right: 15px;
}
.clear
{
    clear: both;
}