﻿
body 
{
     background: none;
}

h2, h4 {
	color: #000; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-size: 15px;
	padding-left: 0px;
}


#shell 
{
    width: 100%;
}

#shell table
{
    width: 100%;
}

#header 
{
    width: 100%;
    height: auto;
    text-align: right;
    background: none;
    color: #000;
    font-size: 13px;

}

#header h1 
{
	position: relative;
	top: -15px;
    font-size: 13px;
    text-align: left;
    height: 20px;
    padding: auto;
    padding-left: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #000;
    width: 100%;
}

#content 
{
    background: none;
}

#content #navShell 
{
    display: none;
}

#pageContent 
{
    padding-top: 0px; 
    padding-left: 0px; 
    padding-right: 0px;
    width: 100%;
}



#footer 
{
    background: none;
    height: auto;
    text-align: left;
    border-top: 1px solid #000;
    padding: 0px;
}

