/************* AES UK css ***************/

a:link
 {
 color: #0000ff; 
 text-decoration: none; 
 border: 0px;
 }

a:visited
 {
 color: #0000ff; 
 text-decoration: none; 
 border: none;
 }

a:hover
 {
 color: #0000ff; 
 text-decoration: underline; 
 border: none;
 cursor: crosshair;
 }

a:active
 {
 color: #0000ff; 
 text-decoration: underline; 
 border: none;
 }

a.hidden
 {
 color: #ccdaff; 
 text-decoration: underline; 
 border: none;
 }

a.hidden:hover
 {
 color: #ccdaff; 
 text-decoration: underline; 
 border: none;
 }

body
 {
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 text-align: center;
 color: #000000;
 background-color: #ffffff;
 background-position: center center;
 background-repeat: repeat;
 padding: 0px;
 margin: 3px;
 border: none
 }
 
/*********** division classes *************/

div.pagehead 
 {
 width: 770px;
 padding-bottom: 2px;
 margin-left: auto;
 margin-right: auto;
 }

div.mainpage
 {
 width: 770px;
 margin-left: auto;
 margin-right: auto;
 background-color: #ccdaff;
 }

div.pagefoot 
 {
 width: 770px;
 margin-top: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 background-color: #ccdaff;
 font-size: 10px;
 }

div.banner-left
 {
 position: relative;
 width: 150px;
 float: left;
 background-color: #ccdaff;
 text-align: center;
 }

div.pagecentre
 {
 margin-left: 160px;
 margin-right: 160px;
 top: 0px;
 position: relative;
 text-align: left;
 background-color: #ffffff;
 padding: 20px;
 height: 100%;
 }

div.banner-right
 {
 position: relative;
 width: 150px;
 float: right;
 background-color: #ccdaff;
 text-align: center;
 }

div.leftcol
 {
 padding-top: 10px;
 padding-bottom: 10px;
 position: relative;
 float: left;
 width: 125px;
 background-color: #ffffff;
 text-align: left;
 vertical-align: top;
}

div.rightcol
 {
 padding-top: 10px;
 padding-bottom: 10px;
 position: relative;
 margin-left: 125px;
 margin-right: 10px;
 background-color: #ffffff;
 text-align: left;
 vertical-align: top;
}

div.box
 {
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 padding-bottom: 25px;
 position: relative;
 width: 350px;
 left: 20px;
 background-color: #ffffff;
 border-style: solid;
 border-width: 1px;
 border-color: #0000ff;
}
 
/*********** list classes *************/

li
 {
 padding-top: 0.25em;
 padding-bottom: 0.25em
 }
 
/*********** image classes *************/

img
 {
 border: none;
 border: 0px;
 }

img.centre
 {
 display: block;
 border: none;
 border: 0px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }

img.right
 {
 float: right;
 border: none;
 border: 0px;
 margin: 10px;
 }

/*********** divider classes *************/

hr
 {
 height: 3px;
 width: 300px;
 text-align: center;
 }

hr.right
 {
 height: 2px;
 width: 100px;
 text-align: center;
 }

fieldset
 {
 border: solid;
 border-width: 1px;
 border-color: #888888
 }

/*********** heading classes *************/

h1
 {
 text-align: center;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 16px;
 line-height: 135%;
 color: #000000;
 }

h2
 {
 text-align: left;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 12px;
 line-height: 135%;
 color: #000000;
 }

h3
 {
 text-align: center;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 12px;
 line-height: 135%;
 color: #000000;
 }

/*********** paragraph classes *************/

p
 {
 text-align: left;
 font-weight: normal;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #000000;
 }

p.name
 {
  font-size: x-small;
  font-style: italic
 }

p.centre
 {
  text-align: center;
 }

p.b
 {
 text-align: left;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #000000;
 }

p.bindent
 {
 text-align: left;
 font-weight: bold;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #000000;
 margin-left: 40px;
 }

p.indent
 {
 text-align: left;
 font-weight: normal;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 line-height: 135%;
 color: #000000;
 margin-left: 40px;
 }

/************** css end ****************/