/* Begin generic styles for font controls and basic HTML elements */

body {
  margin: 30px 0 20px 0;
  padding: 0;
  /*background-color: #E7F1F2;*/
  background-color: #FFEF6C;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  /*font-family: Arial, Helvetica, Verdana, Sans-Serif;*/
  font-size: 76%;
  color: #333;
  }

a {
  color: #11568B;
  border-bottom: 1px solid #D2DDDF;
  text-decoration: none;
  }

a:visited {
  color: #11568B;
  }

a:hover, a:visited:hover {
  color: #7C98AE;
  border-color: #D2DDDF;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  }

p {
  margin: 1em 0;
  line-height: 16px;
  }

strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

img {
  border: 0;
  }
  
/* End generic styles for font controls and basic HTML elements */
  

/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageBodyContainer {
  width: 782px;
  margin: 0 auto;
  }

#HeaderContainer {
  margin-bottom: 15px;
  }

#BodyContentOuterContainer {
  border-left: 194px solid #FFEF6C;
  background-color: #FFEF6C;
  }

#BodyContentInnerContainer { margin: 0; width: 100%; }

#LeftContainer {
  width: 194px;
  margin-left: -194px;
  float: left;
  position: relative;
  }

#LeftContainerImage {
  margin-top: 12px;
  }

#LeftNavContainer {
  text-align: right;
  margin: 0 10px 10px 14px;
  font-size: 0.9em;
  }

.LeftNav1stLevel a {
  display: block;
  color: #253255;
  padding: 2px 10px 3px 10px;
  background: url(/resources/images/template/bgleftNav_divider.jpg) no-repeat bottom right;
  border-style: none;
  }

.LeftNav1stLevel a:hover {
  background: url(/resources/images/template/bgleftNav_hover.jpg) no-repeat bottom right;
  color: #7C98AE;
  }

.LeftNav1stLevelOn a {
  display: block;
  color: #253255;
  padding: 2px 10px 3px 10px;
  background: url(/resources/images/template/bgleftNav_selected.jpg) no-repeat bottom right;
  font-weight: bold;
  border-style: none;
  }

#WeatherContainer {
  background: url(/resources/images/template/bgWeatherCentre.gif) no-repeat top right;
  text-align: right;
  margin: 16px 0 0 0;
  padding: 20px 10px 10px 0;
  position: relative;
  }

#WeatherContainer p {
  margin: 0;
  }

#WeatherContainer a, #WeatherContainer a:link, #WeatherContainer a:visited {
  color: #253255;
  /*border-style: none;*/
  }

#WeatherContainer a:hover, #WeatherContainer a:visited:hover {
  color: #7C98AE;
  /*border-style: none;*/
  }

#MainContentContainer {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  background-color: white;
  }

#MainContent {
  background-color: #FFEF6C;
  /*background: white url(/resources/images/template/bgContent.gif) no-repeat bottom left;*/
  }

#MainContentFormer {
  float: left;
  width: 1px;
  height: 42em;
  }

#MainContentTopMargin {
  padding-top: 14px;
  }

#MainContentPadding {
  /*padding: 14px 24px 20px 24px;*/
  padding: 0px 24px 0px 24px;
  }

#NavigationBarContainer {
  float: left;
  width: 540px;
  background: url(/resources/images/template/bgNavigationBar.gif) repeat-x bottom right;
  }

#NavigationBarSubContainer {
  float: right;
  }

#MainContentTitleSpacer {
  height: 2.6em;
  }

.NavigationBar {
  float: left;
  }

.NavigationBar a, .NavigationBar a:link, .NavigationBar a:visited {
  float: left;
  font-size: 0.9em;
  color: #253255;
  margin: 10px 0 0px 12px;
  padding: 0 0 7px 0px;
  border-bottom: 1px solid #D2DDDF;
  }

.NavigationBar a:hover, .NavigationBar a:visited:hover {
  color: #7C98AE;
  padding: 0 0 6px 0px;
  border-bottom: 2px solid #D2DDDF;
  }

.NavigationBarOn {
  float: left;
  }

.NavigationBarOn a, .NavigationBarOn a:link, .NavigationBarOn a:visited {
  float: left;
  font-size: 0.9em;
  color: #253255;
  /*font-weight: bold;*/
  margin: 10px 0 0px 12px;
  padding: 0 0 6px 0px;
  border-bottom: 2px solid #7C98AE;
  }

#MainContentTitle {
  float: left;
  font-size: 1.8em;
  color: #293F6F;
  }

#MainContentBody {
  float: left;
  width: 538px;
  /*margin: 55px 0 0 0;*/
  font-size: 0.9em;
  }

#MainContentBodyPadding {
  padding-top: 15px;
  }

#FooterContainer {
  font-size: 0.9em;
  color: #253255;
  text-align: center;
  padding: 30px 0px 10px 0px;
  width: 100%;
  position: relative;
  }
  
/* End styles for layout */
