body  {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 9pt;
   background-color: #FED;
   color: #444;
   margin: 0px;
   margin-top: 10px;
   padding: 10px;
   }

hr  {
   height: 2px;
   color: gray;
   border: 1px solid gray;
   clear: both;
   }

a  {
   color: #444;
   }

img {
   border: 1px solid #FCB;
   padding: 1px;
   }

span.siteTitle {
   float: left;
   font-size: 13pt;
   font-weight: bold;
   margin: -20px 0px 10px 0px;
   background-color: #FCB;
   }

#siteTitle {
   text-decoration: none;
   background: #FCB;
   font-size: 11pt;
   border: none;
   padding: 0px;
   position: relative;
   top: 0px;
   color: #444;							/* same as body's color. */
   }

#siteTitle:hover {
   color: maroon;
   }

div.topNav {
   background: #FCB url(../images/borderRightTop.png) no-repeat top right;
   text-align: center;
   margin-bottom: 10px;
   padding: 6px 6px 6px 0px;
   line-height: 1.8em;
   }

div.topNav a {
   text-decoration: none;
   background: #FCB url(../images/topNavLinkBgInverted.png) repeat-x top;
   color: #C66;
   font-size: 10pt;
   font-weight: bold;
   border: 1px solid #FCB;
   padding: 1px 3px 2px 3px;
   }

div.topNav a:hover, #topNavSet {
   color: maroon;
   border: 1px solid #FED;
   background: #FCB url(../images/topNavLinkBg.png) repeat-x top;
   }

div.leftNav {
   float: left;
   color: maroon;
   font-size: 8pt;
   border: 1px solid #FCB;
   padding: 10px;
   width: 110px;
   }

ul.leftNavLinks li {
   /* list-style: none; */
   color: #FCB;
   font-size: 8pt;
   padding: 5px 2px 5px 2px;
   margin-left: -20px;
   }

ul.leftNavLinks a {
   color: #A76;
   font-weight: bold;
   text-decoration: none;
   }

ul.leftNavLinks a:hover, #leftNavSet {
   color: black;
   }

div.mainContent  {
   color: #456;
   background: #FED;
   padding: 10px;
   margin-left: 140px;
   line-height: 1.5em;
   }

div.mainContent p  {
   margin: 1.5em 0.1em 1.5em 0.1em;
   line-height: 1.5em;
   }

div.mainContent li {
   margin: 0.5em 0em 0.5em 1em;
   list-style-type: square;
   }

h4.subHeading {
   font-size: 11pt;
   text-decoration: underline;
   }
   
a.topLink {
   text-decoration: none;
   float: right;
   }

a.siteMapLinks {
   color: gray;
   text-decoration: none;
   }

a.siteMapLinks:hover, a.heading:hover {
   text-decoration: underline;
   }

a.heading {
   font-size: 10pt;
   font-weight: bold;
   color: gray;
   text-decoration: none;
   }

img.noBorder {
   vertical-align: top;
   border: none;
   padding: 0px;
   }

img.imageContent {
   border: 1px solid #CCC;
   padding: 1px;
   margin: 5px;
   text-align: left;
   }

#errorDisplay {
   display: none;
   clear: left;
   float: left;
   margin-top: 10px;
   width: 130px;
   color: red;
   font: 8pt Verdana, sans-serif;
   border: 1px solid red;
   background-color: #FFF;
   }

#footerMarker {
   background: #FCB url(../images/borderRightBottom.png) no-repeat bottom right;
   font-size: 0pt;
   height: 5px;
   margin: 0px;
   }

div.footer {
   clear: both;
   margin-top: 10px;
   font-size: 8pt;
   color: #999;
   }

/*
 * Author: Sunpreet Jassal - A CAP Youth from the Victoria Free-Net Association.
 * Date: February 25, 2005
 */