﻿a { 
  background-color: Transparent;
  color: #06c;
  text-decoration: none;
}

a:focus, a:hover {
  background-color: Transparent;
  color: #39f;
  text-decoration: underline;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Segoe UI', Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 9pt;
  line-height: 14pt;
  margin: 0;
  padding: 0;
}

.templateLimiter { margin: 0 auto; width: 800px; }

#templateBannerCentre {
  background-image: url(/Images/Template/Banner_Centre.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  color: #000;
  height: 149px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  width: 800px;
  z-index: 10px;
}

#templateBannerLeft {
  background-color: #fff;
  background-image: url(/Images/Template/Banner_Left.gif);
  background-position: left top;
  background-repeat: repeat-x;
  color: #000;
  left: 0;
  position: absolute;
  top: 20px;
  width: 50%;
  height: 149px;
}

#templateBannerRight {
  background-color: #fff;
  background-image: url(/Images/Template/Banner_Right.gif);
  background-position: left top;
  background-repeat: repeat-x;
  color: #000;
  right: 0;
  position: absolute;
  top: 20px;
  width: 50%;
  height: 149px;
}

#templateBannerMenu {
  left: 260px; 
  position: absolute;
  top: 47px;
}

#templateBannerMenu ul { list-style-type: none; margin: 0; padding: 0; }
#templateBannerMenu ul li { display: inline; }
#templateBannerMenu a { background-color: inherit; color: #304A7B; text-decoration: none; padding: 2px 10px; }
#templateBannerMenu a:focus, #templateBannerMenu a:hover { background-color: #304A7B; color: #fff; }

#templateAuthentication {
  position: absolute;
  top: 0;
  right: 0;
}

#templateFooter {
  background-color: #fff;
  border-top: solid 10px #A3A9B9;
  -moz-border-top-colors: #A3A9B9 #A3A9B9 #A3A9B9 #FFF #304A7B;
  color: #444;
  font-size: 9px;
  line-height: 13px;
  margin-top: 20px;
  padding-top: 5px;
}

#templateFooterLeft {
  float: left;
  width: 400px;
}

#templateFooterRight {
  float: right;
  text-align: right;
  width: 400px;
}

#templateContent { margin: 30px auto 0 auto; width: 800px;}