html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/2009/internal/long-bg.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
/* Commonly used to style page titles. */
h1 {
  color: #606428;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h2 {
  color: #8C9610;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #8C9610;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #8C9610;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #8C9610;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #8C9610;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
#Container {
	height: 100%;
}
#Container #Header {
	background-color: #FFF;
	background-image: url(../images/2009/internal/logo-header.jpg);
	background-repeat: no-repeat;
	height: 56px;
}
#Container #Navigation {
	background-image: url(../images/2009/internal/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	background-color: #E3E3E3;
	vertical-align: middle;
	line-height: 34px;
	padding-left: 30px;
}
#Container #Navigation a:link {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#Container #Navigation a:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#Container #Navigation a:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#Container #Navigation a:focus {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#Container #Navigation a:active {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}#Footer {
	background-image: url(../images/2009/internal/content-bg-bottom.gif);
	background-repeat: no-repeat;
	height: 24px;
}
#Container #ContentHeader {
	background-color: #FFF;
	background-image: url(../images/2009/internal/page-header.jpg);
	background-repeat: no-repeat;
}
#Container #ContainerBG {
	background-color: #FFF;
	background-image: url(../images/2009/internal/page-header.jpg);
	background-repeat: no-repeat;
}
#InternalHeadline {
	padding-top: 10px;
	padding-bottom: 10px;
}
#InternalHeadline h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	padding-left: 30px;
	color: #405365;
}
#Container #Content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.Headline {
	color: #606428;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.ListingTitle {
	color: #8C9610;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
