html{
}
body{
    font-family:arial, sans-serif;
    line-height:1.35em;
    font-size:1.1em;
    padding-left:30px;
}

a img{
    border:none;
    outline:none;
}
p{
    line-height:1.35em;
}

/* --- HEADER ---*/
#HeaderContainer{
   display:none;
}
#Header{
}
#HeaderLogo{
}
#HeaderLogo a{
}

/* --- TOP NAVIGATION BAR --- */

#Navigation{
    display:none;
}
#Breadcrumbs
{
    display:none;
}


/* --- CONTENT --- */

#ContentContainer{
}
#ContentContainerInner{
}
#PrintLogo{
    margin-bottom:50px;
}
#ColumnMiddle{
}
#Content{
}
/* 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{
    display:none;
}
#Footer a{
    color:#333;
}
#ClearerContent{
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:100%;
}

/* --- TABLES --- */
th,td{margin:3px;padding:3px;}
table{border-collapse:collapse;border-spacing:0;}