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

body {
  margin: 0 0 30px 0;
  padding: 0;
  background-color: white;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 76%;
  color: black;
  }

a, a:link, a:visited {
  color: #333;
  border-bottom: 1px solid #999;
  text-decoration: none;
  }

a:hover, a:visited:hover {
  color: #C5A5C2;
  border-color: #C5A5C2;
  }

h1 {
  
  }

h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.2em 0 2px 0;
  }

h2 a {
  border-style: none;
  }

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

p {
  line-height: 20px;
  margin: 1.2em 0 1.2em 0;
  }

strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

input {
  margin: 0;
  }

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


/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageContainer {
  width: 864px;
  background-color: white;
  /*margin: 0 auto;*/
  }

#HeaderContainer {
  padding-bottom: 12px;
  }

#HeaderContainer a {
  border-style: none;
  }

#HeaderLeft {
  float: left;
  width: 503px;
  }

#HeaderWide {
  float: left;
  width: 864px;
  }

#HeaderRight {
  float: left;
  width: 281px;
  padding: 128px 0 0 80px;
  }

#HeaderLogo {
  padding: 0 0 15px 20px;
  }

#HeaderLinks {
  text-align: right;
  font-size: 1.1em;
  margin: 10px 0 5px 0;
  }

#HeaderBreadcrumb {
  font-size: 0.9em;
  padding: 0 0 5px 20px;
  }

.TitleBarWide {
  background-color: #C5A5C2;
  text-align: right;
  }

#ProximityLink {
  width: 281px;
  background-color: #272425;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 2px 0 5px 0;
  }

#ProximityLink a {
  color: #90C1E9;
  }

#TitleHome, #TitleLearning, #TitleFunding, #TitleInvolved, #TitleContacts, #TitleLearningWide {
  background-color: #C5A5C2;
  }

#TitleHome h1, #TitleLearning h1, #TitleFunding h1, #TitleInvolved h1, #TitleContacts h1 {
  font-size: 1.7em;
  font-weight: bold;
  color: white;
  margin: 0;
  padding-right: 25px;
  text-align: right;
  }

#TitleLearningWide h1 {
  font-size: 1.7em;
  font-weight: bold;
  color: white;
  margin: 0;
  padding-left: 246px;
  }

.Note {
  font-size: 0.8em;
  color: #666;
  line-height: 18px;
  }

#MainContentTitle {
  margin: 1.2em 0 2px 0;
  font-size: 1.2em;
  font-weight: bold;
  }

/* End styles for layout */