
body
{ 
  margin      	:  	0;
  background  	:  	#777777;
  height		:	100%;
min-height: 100%;
max-height: 100%;
  text-align  	: 	center;
}

div
{
  margin       :  0;
  padding      :  0px;
  left         :  0px;
  top          :  0px;
  position     :  relative;
   
  text-align   :  justify;  
}

div.mainLayout
{
  margin     :  0 auto 0 auto;
  left       :  0px;
  top        :  0px;  
  width      :  777px;
  border     :  solid 1px #000000;
  /*
  removed blue colour*/
  /*background :  #e0eaf2;
  */
  background :  #ffffff;

}

#navigation
{
  top         :  2px;
  width       :  777;
  height      :  24px;  
  background  :  #fa8c33 url(../images/navigationOut.jpg);
}

#navigation ul
{
  padding          :  0px;
  float            :  left;
  margin           :  0px;
  width            :  777px;
  list-style-type  :  none;
}

#navigation li
{
  float    :  left;
  margin   :  0px;
  display  :  inline;
}

#subNavigation
{
  width       :  777;
  height      :  22px;
  
  background  :  #d6cec3;
}

#subNavigation ul
{
  padding          :  0px;
  float            :  left;
  margin           :  0px;
  width            :  777px;
  list-style-type  :  none
}

#subNavigation li
{
  padding  :  0px 15px 0px 10px;
  float    :  left;
  margin   :  0px;
  display  :  inline;
}

div.leftBar
{
  height	   :  100%;
min-height: 100%;
max-height: 100%;
  float        :  left;
  width        :  150px;
  padding-top  :  1px;
  /* removed e0eaf2 from colour scheme */
  background   :  #ffffff;  
  
  }


div.mainContentArea
{
  left     :  13px;
  float    :  left;
  width    :  450px;
height:100%;
  background:	#ffffff;
  padding  :  10px 0px 10px 0px; 
}

div.rightBar
{
  left        :  27px;
  float       :  left;
  width       :  150px;
  background  :  #eeeeee;  
height:	100%;
}

div.footer
{
  clear       :  both;
  width       :  777px;
  padding     :  5px 0px 5px 0px; 
  
  background  :  #1f527f;
}

#rightBar ul
{
  margin   :  0px 0px 0px 25px;
  padding  :  0px;
}

#rightBar li
{
  margin            :  2px 0px 3px 0px;
  height            :  16px;
  list-style-image  :  url(../images/bullet.jpg);
   
  border-bottom     :  1px solid #bfbfbf;
  width             :  122px;

  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #000000;  
}

h1
{
  font-family  :  "trebuchet ms", geneva, sans-serif;
  font-size    :  18px;
  font-weight  :  bold;
  color        :  #ffb400;
  margin       :  0px 0px -5px 0px;
}

h2
{
  font-family  :  "trebuchet ms", geneva, sans-serif;
  font-size    :  15px;
  color        :  #1f527f;
  margin       :  0px;
}

h3
{
  font-family  :  "trebuchet ms", geneva, sans-serif;
  font-size    :  15px;
  color        :  #ffffff;
  margin       :  0px;
}

h4
{
  font-family  :  "trebuchet ms", geneva, sans-serif;
  font-size    :  15px;
  color        :  #b32704;
  margin       :  0px;
}

h5
{
  font-family  :  "trebuchet ms", geneva, sans-serif;
  font-size    :  14px;
  color        :  #2f3237;
  margin       :  0px;
}

.plainText
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #000000;
  line-height  :  200%;
}

.title
{
  font-family  :  arial, verdana, sans-serif;
  font-size    :  36px;
  color        :  #ffffff;
}

.tagLine
{
  font-family  :  arial, verdana, sans-serif;
  font-size    :  15px;
  font-weight  :  bold;
  font-style   :  italic;
  color        :  #b6d8f4;
}
 
a, a:link
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  
  color            :  #3f75a4;
  /*color            :  #ffb400;*/
  font-weight:	bold;
  text-decoration  :  none;
}

a, a:visited
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #3f75a4;
  /*color            :  #ffb400;*/
  font-weight:	bold;
  text-decoration  :  none;
}

  
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color:			#ffb400;
  /*color            :  #000000;*/

  text-decoration  :  underline;
}


a.blueLink, a.blueLink:visited
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #1f527f;

  text-decoration  :  underline;
}
  
a.blueLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #000000;

  text-decoration  :  none;
}

a.footerLink, a.footerLink:visited
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;

  text-decoration  :  none;
}
  
a.footerLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #fda414;

  text-decoration  :  underline;
}

a.navigationLink, a.navigationLink:visited
{
  width            :  104px;
  height           :  22px;
  display          :  block;
  padding-top      :  4px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #93490e;
  
  text-align       :  center;
  text-decoration  :  none;
  
  border-right     :  solid 1px #ffffff;
  background       :  #fb9e1b url(../images/navigationOut.jpg);
}
  
a.navigationLink:hover
{
  width            :  104px;
  height           :  22px;
  display          :  block;
  padding-top      :  4px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #ffffff;
  
  text-align       :  center;
  text-decoration  :  none;
  
  border-right     :  solid 1px #ffffff;
  background       :  #fa8c33 url(../images/navigationOver.jpg);
}

a.selectedNavigationLink, a.selectedNavigationLink:hover, a.selectedNavigationLink:visited
{
  width            :  104px;
  height           :  22px;
  display          :  block;
  padding-top      :  4px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #ffffff;
  
  text-align       :  center;
  text-decoration  :  none;
  
  border-right     :  solid 1px #ffffff;
  background       :  #fa8c33 url(../images/navigationOver.jpg);
}

a.subNavigationLink, a.subNavigationLink:visited
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #333333;
  
  text-decoration  :  none;
}
  
a.subNavigationLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #1f527f;
  
  text-decoration  :  none;
}