html{
}
body{
    font-family:arial, sans-serif;
    line-height:1.35em;
    font-size: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:40px;
}
#PrintLogo img{ 
    position:absolute;
    top:0;
    left:20px;
}
#PrintLogo #printContactDetails{
    font-size:0.75em;
    margin-left:130px;
    border-left:solid 1px #333;
    padding-left:20px;
}


#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;
}

/* --- SUB-CONTENT --- */

/* Used on the HomePage page-type only */

#SubContent{
   border-top:dotted 1px #999;
}
#SubContent div#SubContentLeft,
#SubContent div#SubContentRight{
   float:none;
   margin:0;
   padding:0;
}
#SubContent div#SubContentLeft h2,
#SubContent div#SubContentRight h2{
   font-size:1.1em;
   font-weight:bold;
   line-height:1.5em;
   margin:0;
   padding:0;
   margin-top:1em;
   margin-bottom:0.3em;
}
#SubContent div#SubContentLeft p{
   line-height:1.4em;
   font-weight:bold;
}
#SubContent div#SubContentRight ul{
   font-size:1em;
   line-height:1.5em;
   margin-left:20px;
}
#SubContent li{
   list-style-type:disc;
}
#SubContent div#SubContentRight a{
   color:#333;
}
#SubContent div#SubContentRightInner{
   padding:0px;
}


/* --- 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; border:solid 1px #666 !important;}
/*table{border-collapse:collapse;border-spacing:0;}*/