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

body {
  margin: 5px 0 0 0;
  padding: 0;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 70%;
  color: #231C4A;
  }

html {overflow-y: scroll;}

a {
  color: #36A7E9;
  border-bottom: 1px solid #E5E5E5;
  text-decoration: none;
  }

a:visited {
  color: #96C;
  }

a:visited:hover {
  border-color: #96C;
  }

a:hover {
  border-color: #36A7E9;
  }

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

p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 1em 0;
  }

strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

img {
  border: 0;
  }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }

li {
  background: transparent url(/resources/images/lm_tab_off.gif) no-repeat 0px 0.4em;
  padding: 0 0 0.6em 12px;
  line-height: 1.4em;
  }

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

/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageBodyContainer {
  width: 853px; 
  background-color: white;
  margin: 0 auto;
  }

.TopMenuItem a {
  float: left;
  border-style: none;
  }

.TopMenuPoint {
  float: left;
  margin: 3px 7px 0 7px;
  }

.LeftImageLink {
  margin-top: 24px;
  }

/* End styles for layout */

/* Left Navigation Styles */

.LeftNav1stLevel a {
  display: block;
  padding: 4px 0.4em 4px 16px;
  background: transparent url(/resources/images/lm_tab_off.gif) no-repeat 3px 0.6em;
  color: #231C4A;
  border-bottom: 1px solid #AECBF1;
  }

.LeftNav1stLevelOn a {
  display: block;
  padding: 4px 0.4em 4px 16px;
  background: #F6F9FC url(/resources/images/lm_tab_on.gif) no-repeat 3px 0.6em;
  color: #36A7E9;
  border-bottom: 1px solid #AECBF1;
  }

.LeftNav1stLevel a:link, .LeftNav1stLevel a:visited {
  text-decoration: none;
  color: #231C4A;
  }

.LeftNav1stLevel a:hover, .LeftNav1stLevel a:visited:hover, .LeftNav1stLevelOn a:hover, .LeftNav1stLevelOn a:visited:hover {
  color: #36A7E9;
  background: #EBF2FB url(/resources/images/lm_tab_on.gif) no-repeat 3px 0.6em;
  border-bottom: 1px solid #AECBF1;
  }

.LeftNav1stLevelOn a:link, .LeftNav1stLevelOn a:visited {
  text-decoration: none;
  color: #36A7E9;
  background: #F6F9FC url(/resources/images/lm_tab_on.gif) no-repeat 3px 0.6em;
  border-bottom: 1px solid #D7E2F1;
  }

.LeftSep1stLevel {
  height: 30px;
  }

.LeftNav2ndLevel a {
  display: block;
  padding: 3px 0.4em 3px 24px;
  background: #EBF2FB url(/resources/images/dash.gif) no-repeat 17px 0.8em;
  font-size: 0.9em;
  color: #231C4A;
  font-weight: normal;
  border-bottom: 1px solid #D7E2F1;
  }

.LeftNav2ndLevelOn a {
  display: block;
  padding: 3px 0.4em 3px 24px;
  background: #EBF2FB url(/resources/images/dash.gif) no-repeat 17px 0.8em;
  font-size: 0.9em;
  color: #36A7E9;
  font-weight: normal;
  border-bottom: 1px solid #D7E2F1;
  }

.LeftNav2ndLevel a:link, .LeftNav2ndLevel a:visited {
  text-decoration: none;
  }

.LeftNav2ndLevel a:hover, .LeftNav2ndLevel a:visited:hover, .LeftNav2ndLevelOn a:hover, .LeftNav2ndLevelOn a:visited:hover {
  background: #F6F9FC url(/resources/images/dash.gif) no-repeat 17px 0.8em;
  color: #36A7E9;
  border-bottom: 1px solid #D7E2F1;
  }

.LeftNav2ndLevelOn a:link, .LeftNav2ndLevelOn a:visited {
  background: #F6F9FC url(/resources/images/dash.gif) no-repeat 17px 0.8em;
  color: #36A7E9;
  }

/* End of Left Navigation Styles */

/* Styles for news extension */

.HomepageNewsItemTitle {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0.7em 0 0.1em 0;
  }

.HomepageNewsItem {
  padding: 0 0 0.2em 0;
  }

.HomepageNewsItemLink {
  font-weight: bold;
  }

ul.NewsStoryList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }

.NewsStoryList li {
  background: transparent url(/resources/images/lm_tab_off.gif) no-repeat 1px 0.4em;
  padding: 0em 0em 0.4em 14px;
  }

.NewsItemTitle {
  font-weight: bold;
  font-size: 1.2em;
  }

.NewsItemBody {
  margin: 0.2em 0 1em 0;
  }

/* End of styles for news extension */