/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 21 December 2019 06:17:22
*/


/* 
 * Print css - OIC
 * desc: Print only styles for non print version of pages
 * media="print"
 * auth: TNT [Jan 20123]
 * updated: 
*/

/*hide the following elements from print*/
#navigation,
#left-col,
#asides,
#header,
#fat-footer .section,
#footer,
.page-tools{
    display: none !important;
}

#main-col, #content {
    width: 100%;
}
body {
    border-top: 1px solid #00437A;
}
.cc-logo {
    text-align: left;
    position: relative;
    right: auto;
    left: auto;
    margin-bottom: 1.0em;
}
#fat-footer #footer-links {
  width: 100%;
  margin-top: 20px;
  float: left;
}

#footer, #content-info ul,
#content-info p {
    text-align: left;
}

#content-info li {
    display: block;
    padding: 0px;
    margin: 0px;
}
table {
  border-color:#000;
}
