body{background-color: #FFFFFF;
     color: #000000;
	 line-height: 150%;
	 font-size: 11pt;
     font-family:"Myriad Pro",Arial, sans-serif;
}
/*GLC Corporate Standards Guide colour palette:  */
/* Teal Blue: #005293; Turquose: #00ADD0; Bright Green: #3F9C35; Steel Grey: #6C6F70; */
h1{background-color: #FFFFFF;
   color: #005293;
   font-size: 16pt;
   font-weight: bold;
   font-family:"Myriad Pro",Arial, sans-serif;
}

h2{background-color: #FFFFFF;
   color: #00ADD0;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   font-family:"Myriad Web Pro",Arial, sans-serif;
}
h3{background-color: #FFFFFF;
   color: #3F9C35;
   font-size: 11pt;
   font-weight: bold;
   font-style: italic;
   font-family:"Myriad Web Pro",Arial, sans-serif;
}
h4{background-color: #FFFFFF;
   color: #000000;
   font-size: 11pt;
   font-weight: bold;
   font-family:"Myriad Web Pro",Arial, sans-serif;
}
hr{color: #6C6F70;
}
table, th, td{background-color: #FFFFFF;
              color: #000000;
	          line-height: 150%;
	          font-size: 11pt;
              font-family:"Myriad Pro",Arial, sans-serif;
              border:no-border;
              border-collapse:collapse;
              cell-padding:15px;
              vertical-align: top;
              text-align: left;
}
/*Layout table But I should be doing this with image float in the banner*/
table, td.banner{background-color: #FFFFFF;
             color: #005293;
             font-size: 36pt;
             font-weight: bold;
             font-family:"Myriad Pro",Arial, sans-serif;
             border:no-border;
             border-collapse:collapse;
             cell-padding:5px;
             vertical-align: middle;
             text-align: center;
}

a.nounderline{text-decoration:none;   
}
a:link{color:#0000FF;
}
a:visited{color:#00ADD0;
}
a:hover{color:#6C6F70;
}
a:active{color:#FF0000;
}
.navBar li{display: inline;
list-style-type:none;
text-decoration:none;
}

#wrapper{margin-left: auto;
         margin-right: auto;
         width: 960px;
}

#banner{background-color: #FFFFFF;
        color: #005293;
        font-size: 24pt;
        font-weight: bold;
        font-family:"Myriad Web Pro",Arial, sans-serif;
}

#nav{text-decoration:none;
}

/*
Main Content seperated into two columns
*/
#content{background-color: transparent;
         color: #000000;
	     line-height: 150%;
	     font-size: 11pt;
         font-family:"Myriad Web Pro",Arial, sans-serif;
         float: left;
         width:450px;
		 padding:10px;
         border-color:#3F9C35;
         border-width:5px;
         border-top-style:none;
         border-right-style:solid;
         border-bottom-style:none;
         border-left-style:none;

}

#columnRight{background-color:transparent;
             color: #000000;
	         line-height: 150%;
	         font-size: 11pt;
             font-family:"Myriad Web Pro",Arial, sans-serif;
             margin-left:470px;
		     padding:10px;
             border-color:#3F9C35;
             border-width:5px;
             border-top-style:none;
             border-right-style:none;
             border-bottom-style:none;
             border-left-style:solid;
}

#footer{clear: both;
        background-color: #FFFFFF;
        color: #6C6F70;
        font-size:8pt;
        font-style: italic;
        font-family:"Myriad Web Pro",Arial, sans-serif;
        line-height: 100%;  
}

