body {
	font-family:Arial,Helvetica,sans-serif;
	background-color: black;
	color:white;
}

ul {
	list-style-type:none;
}

#pageContent {
	min-width:1050px;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}

a,
a:active,
a:visited,
a:hover
 {
	color:white;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#banner {
	text-align:center;
	height:270px;
}
#companyLink {
    float: right;
    font-style: italic;
    font-weight: bold;
    position: relative;
	bottom: 23px;
    right: 24px;
}
.redLine {
	height:5px;
	min-height:5px;
	background-image:url(../zimages/lineRed.jpg);
}
.resetLayout {
	clear:both;
}

.left {
	text-align:left;
}

.centred {
	text-align:center;
}
.right {
	text-align:right;
}

.blurb {
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	text-align:left; 
	width:350px
}

div.navigationButtons {
	bottom: 1em;
    height: 50px;
    position: relative;
}

ul {
	padding:0 0;
}

ul.navigationButtons {
	margin: 0 0;
}

ul.navigationButtons li {
	float:left;
}

.bl, 
.bm,
.br {
         margin-top:5px;
         height: 50px;
         line-height: 50px;
         float:left;
}

.bl, 
.br {
         width: 20px;
}
.bl {
         margin-left:5px;
         background-image: url(../zimages/buttons/bl.png);
}	
.br {
         margin-right:5px;
         background-image: url(../zimages/buttons/br.png);
}	
.bm { 
         background-image: url(../zimages/buttons/bm.png);
         width: 150px;
         text-align:center;
}

li.button a {
              font-size:20px;
              font-wight:bold;
}
li.button a,
li.button a:active,
li.button a:visited,
li.button a:hover
{ 
  color:black;
  text-decoration:none;
}

li.button a:hover {
  color:white;
}
.fullWidth { 
             width:100%;
}
.listColumn { 
              float:left;
              margin: 0px 20px 0px 20px;
}

li.pdf { 
         list-style-image: url(../zimages/pdf.png);
}
li.pdf, 
li.pdf a { 
         line-height:32px;
}
