﻿html, body { margin: 0; height: 100%; background-color: #000000; text-align: center; overflow: hidden; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
html, body, div { height: 100%; color: #ffffff; }

#container { width: 722px; margin: auto; text-align: left; }
#header { width: 720px; height: 80px; border-left: solid 1px #ffffff; border-right: solid 1px #ffffff; }
#left { float: left; width: 120px; border-left: solid 1px #ffffff; background-image: url(/_global/images/left_back.jpg); background-repeat: repeat-y; text-align: center; }
#right { float: right; width: 600px; border-left: solid 1px #ffffff; }
#navspacer { width: 722px; height: 20px; }
#navspacerleft { width: 120px; height: 20px; border-left: solid 1px #ffffff; background-image: url(/_global/images/left_back.jpg); background-repeat: repeat-y; float: left; }
#navspacerright { width: 600px; height: 20px; border-left: solid 1px #ffffff; border-top: solid 1px #ffffff; float: right; }
#navigation { width: 722px; height: 22px; background-color: #6b4be6; border-left: solid 1px #ffffff; padding-top: 5px; }
#content { margin: 0px 5px 0px 15px; background: #000000 url(/_global/images/sax_back.gif) no-repeat; }
#contentnobg { margin: 0px 5px 0px 15px; background: #000000;}

a:link, a:active, a:visited, a:hover { color: #4169e1; text-decoration: underline; }
a.small:link, a.small:active, a.small:visited, a.small:hover { color: #ffffff; text-decoration: underline; }
a.navlink:link, a.navlink:active, a.navlink:visited, a.navlink:hover { color: #ffffff; font-size: 14px; font-weight: bold; text-decoration: none; }

.pageheader { margin: 20px 0px 20px 0px; border-right: #ffffff 1px solid; border-bottom: #ffffff 1px solid; font-weight: bold; font-size: 16px; font-family: 'Trebuchet MS' , Arial, Verdana; }
.navlinkbox { width: 100px; float: left; text-align: center; }
.centerimage { text-align: center; }
.regulartext { text-align: justify; }
.highlightbold { color: #ffffff; font-size: 13px; font-weight: bold; }
.highlightboldcoloured { color: #6b71e6; font-size: 13px; font-weight: bold;}
.highlightcenterboldcoloured { color: #6b71e6; font-size: 13px; font-weight: bold; text-align: center; }
.small { font-size: 10px; }
