body{
    font-family:Georgia, Sans-Serif;
    color:#ddd;
    font-weight:normal;
}
#PageWrapperOuter {
    width:100%;
}
#PageWrapperInner{ 
    width:100%;
}
#Main{
}
a{
    /* remove outline that Firefox puts on */
    outline:none;
}


/* --- HEADER ---*/
#Header{
    display:none;
}
#SubHeader{
   display:none;
}

/* --- SIDE NAVIGATION BAR --- */

#Navigation{
   display:none;
}


/* --- BREADCRUMBS ---*/

#Breadcrumbs{
   display:none;
}

/* --- CONTENT --- */
#ContentContainer{
     width:100%;
}
#ContentContainerInner{
    width:100%;
}
#PrintLogo{
    display:block;
    padding-bottom:10px;
    margin-left:30px;
    border-bottom:solid 2px #ccc;
}
#ColumnMiddle{
    width:100%;
}
#Content{
    font-size:0.95em;
    margin-left:30px;
}

/* Switch positions with the left column and the
middle column as the middle column appears first in the
markup.  This is to help with SEO */
#ColumnLeft{
   Display:none;
}
#ColumnRight{
    display:none;
}

/* --- FOOTER ---*/

#Footer{
   font-size:0.7em;
   /* Firefox seems to need a border or the margins on the p tag don`t work!! */
   border-top: solid 1px #E0DDC6;
   margin-top:10px;
   margin-left:30px;
}
#Footer p, #Footer a{
    color:#666;
    font-family:Verdana, Sans-Serif;
    text-decoration:none;
}
#Footer p{
    padding-top:0.3em;
    padding-bottom:0.3em;
}

#ClearerContent{
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:100%;
}

#ContentContainerInner{
}




