body 
{
    background-color    : #333333;		
    color           		: #ffffff;	
    font-family         : Courier;
    font-size           : 15px;	
    margin              : 0 0 0 0;
    overflow-x					: auto;
} 
a
{
    text-decoration      : none;    
    color               : #ffffff;
}
img
{
    border-color        : White;
}
.headerText
{
    color               : #ffffff;
    font-family         : Courier;
    font-size           : 22px;
    font-weight         : bold;
}
.mainNavLinks
{
    color               : #ffffff;
    font-family         : Courier;
    text-decoration     : none;
    font-size           : 18px;
    
}
.mainNavLinks:hover
{
    text-decoration     : underline;
}

.header
{
    text-align          : left;
    padding             : 10 0 0 23;
    font-family         : Courier New; 
    font-size           : 48px; 
    text-decoration     : none; 
    color               : #ffffff; 
    font-weight         : bold;
}
.frontHeader
{
    text-align          : left;
    padding             : 0 0 0 0;
    font-family         : Courier New; 
    font-size           : 54px; 
    text-decoration     : none; 
    color               : #ffffff; 
    font-weight         : bold;

}
.subHeader
{
    text-align          : left;
    padding             : 0 0 0 0;
    font-family         : Courier New; 
    font-size           : 24px; 
    text-decoration     : none; 
    color               : #ffffff;     
}
.mainImage
{    
    float               : left;
    width               : 500px;
    padding             : 20 60 0 0;
    text-align          : right;	    
}
.mainNav
{
    padding             : 0 0 0 0;
}
.pageNav
{
    float               : left;
    width               : 180px;
    padding             : 0 0 0 0;
    text-align          : left;
    padding-left 	: 30px;
    overflow            : hidden;
}
.pageContent
{
     overflow-x         : scroll;    
}
.pageLink
{
    color               : #ffffff;
    font-family         : Courier;
    text-decoration     : none;
    font-size           : 22px;
}
.pageLinkSmall
{
    color               : #ffffff;
    font-family         : Courier;
    text-decoration     : none;
    font-size           : 14px;
    padding-left : 20px;
}
.pageLinkSmall:hover
{
    color               : #ffffff;
    font-family         : Courier;
    text-decoration     : underline;
    font-size           : 14px;
}
.portalNav
{
    padding             : 10 0 0 0;
}
.imageContent
{
    position            : absolute;
    margin              : 0 0 0 0;
}
