﻿body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;  
}
#contentContainer {
    width: 100%;
    border-right: 0px;
    float: left;
    background-image: url(/images/fauxColumnsBg.jpg);
    background-repeat: repeat-y;
}

#masthead1
{
	overflow: hidden;
	width: 558px;
    height: 76px;
    float: left;
    border: 0px;
}

#search {
    display: none;
}

#primaryNavAreaGrayForPrinting {
	display: block;
	border-right: 0px;
	border-bottom: 0px;
    border-left: 0px;
	background-color: #665C53;
	overflow: hidden;
	width: 558px;
	height: 28px;
}

#primaryNavAreaGray {
    /*background-color: #665C53;
    width: 559px;
    height: 28px;
    border-right: 1px solid #827461;
    border-bottom: 1px solid #827461;
    border-left: 1px solid #827461;
    float: left;*/
    display: none;
}

#primaryNav
{
    display: none;
    width: 20%;
}

#colorTrim 
{
    display: none;
    width: 0px;
}

#contentContainer {
    float: left;
    border: 0px;
}

#left {
    overflow: hidden;
    float: left;
    border: 0px;
}

#footer 
{
    display: none;
}

#subFooter 
{
	width: 558px;
	margin-top: 25px;
	font-size: 90%;
}
.printHide
{
	display: none;
}