body /* the white centre section   */
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #000099; /* the blue background */
	font-family: Tahoma;
  font-size: 12px;
  color: black;
  
  

  
  
  
}
td,th /* comments */
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}
.wrapper /* class(.) - the background to the banner */
{
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ededed;
  border-left: 3px solid #ededed;
}
.navbg /* class - the red navigation panes */ 
{
	background: url(navbg_02.gif) repeat-x; /* height influences height of the panes */
  /* but size of navhover_02.gif influences size of the black hover over panes */
	width: 100%;
	height: 20px;
	border-bottom: 20px solid #ffffff;
}
#navcontainer ul /* id(#) - affects the behaviour, placement etc of the red navigation panes */
{
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
#navcontainer ul li 
{ 
  display: inline; 
}
#navcontainer ul li a
{
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  width: 100%;
  border-right: 1px  #ffffff solid;
  border-left: 1px  #ffffff solid;
}
#navcontainer ul li a:hover /* size of navhover_02.gif influences size */
{
color:#EDEDED;
background: url(navhover_02.gif) repeat-x top;
font-size: 11px;
font-weight: bold;
text-decoration: none;
width: 100%;

}
.banner /* pale blue background to the logo - height is also influenced by bannerontop.png and bannerbg_13.gif */
{
  background: url(bannerbg_13.gif) repeat-x;
  height: 130px;
  width: 100%;
  border-bottom: 3px solid #d6dcff;
}
.bannerontop /* curvy line under banner and logo */
{
  background:url(bannerontop1000.png) no-repeat center;
  height: 96px;
  padding-top: 3px; /* affects placement of logo */
  text-align: center;
  vertical-align: top;
}
.imagealigntext 
{
  vertical-align: middle;
}
.leftalign 
{
  text-align: left; 
  vertical-align: top;
}

h1
{
font-size:17px;
color:#333366;
font-weight:bold;
text-align:center;
width:100%;
margin-top: 10px;
}

h2 {font-family: Tahoma;color: black; font-size: 13pt;}
h3 {font-family: Tahoma;color: #006699; font-size: 12pt;}
h4 {font-family: Tahoma;color: #006699; font-size: 11pt;}
h5
{
  font-size: 11px;
  color: blue;
  font-weight: normal;
  text-align: center;
  margin: 0;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 3px;
  
}
h6
{
font-size:17px;
color:#333366;
font-weight:bold;

width:100%;
margin-top: 10px;
}




.footer /* comment */
{
	width:100%;
  background:url(navbg_02.gif) repeat-x;
  padding-top:2px;
  position:relative;
  padding-bottom:6px;
	padding-top: 3px;
  border-bottom: 3px solid #ffffff;
  clear:both;
  text-align:center;
  color:#fff;
}
.footer a:link
{
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
.footer a:visited
{
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
.footer a:hover
{
  color: #CCCCCC;
  font-size: 11px;
  font-weight: normal;
}

.sblink a:link
{
color:blue;
font-size:12px;
}
.sblink a:visited
{
color:blue;
font-size:12px;
}
.sblink a:hover
{
color:gray;
font-size:12px;
}

