/*** CONTINGENCIES PAGE***/

#bodyContingencies {
	width: 700px;
	float: left;
	background-image: url(../images/page_divider_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top:6px;
}

#bodyContingencies h2 {
    color:#223027;
}

#bodyContingenciesContent {
    display: block;
    float: left;
	width: 700px;
	/* height: 600px; */
	padding-top: 23px;
	margin-top:17px;
	background-image: url(../images/page_title_contingencies_sponsorship.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: white;	
}

#bodyContingenciesContent .textBlurb {
  width: 450px;
  margin-bottom: 20px;
}

#bodyContingenciesContent .textBlurb a {
  color:#eae9ea;
  text-decoration:underline;
}

#bodyContingenciesContent .textBlurb a:hover {
  text-decoration:underline;
}

#bodyContingenciesContent hr {
	size: 1; 
	color: #550E0C;
}

#bodyContingenciesContent #listOfContingencies li {
  color:#fff;
  font-weight:bold;
  margin:1em 0;
  display:block;
  font-size:1em;
  list-style: none;
}

#bodyContingenciesContent #listOfContingencies a {
  color:#8C8C8C;
  text-decoration:none;
}

#bodyContingenciesContent #listOfContingencies a:hover {
  text-decoration:underline;
}

#bodyContingenciesContent #listOfLinks li {
  color:#fff;
  font-weight:bold;
  margin:0em 0;
  display:block;
  font-size:1em;
  list-style: none;
}

#bodyContingenciesContent #listOfLinks a {
  color:white;
  text-decoration:none;
}

#bodyContingenciesContent #listOfLinks a:hover {
  text-decoration:underline;
}

/*** SPONSORSHIP ***/

#bodySponsorship {
	width: 700px;
	float: left;
	color:#fff;
}

#bodySponsorship h2 {
    color: #454545;
}

#bodySponsorshipContent {
    display: block;
    float: left;
	width: 445px;
	/* height: 670px; */
	margin-top: 0px;
	color: white;
	font-size:0.9em;
}

#bodySponsorshipContent ol li { font-size:1em; 
}

#bodySponsorshipContent ul li { font-size:1em; 
    list-style: none;
}

#bodySponsorshipContent div {
  padding-right:300px;
}

#bodySponsorshipContent a {
  color:#595959;
}

.mailto {
  margin-top:3em;
  font-weight:bold;
}