html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/2009/home/full-bg.jpg);
	background-repeat: repeat-x;
	background-color: #54580B;
	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;
}
#Header {
	background-image: url(../images/2009/home/header.jpg);
	height: 82px;
	width: 1024px;
}
#Nav {
	background-image: url(../images/2009/home/navbar.jpg);
	height: 33px;
	width: 1024px;
	background-repeat: no-repeat;
}
#Content {
	background-image: url(../images/2009/home/content-greengrad-bg.jpg);
	background-repeat: repeat-y;
}
#TopContent {
	background-image: url(../images/2009/home/content-bg.jpg);
	height: 592px;
	width: 1024px;
	background-repeat: no-repeat;
}
#topNavigation {
	background-image: url("../1ColumnFixedCenteredHeaderandFooter_images/navbar.jpg");
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-width: 0px; /* Sets the border width properties for an element using shorthand notation */
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	margin: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	line-height: 34px;
}
#topNavigation a, #outerWrapper #topNavigation 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;
}
#topNavigation 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;
}
#topNavigation 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;
}
#topNavigation 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;
}
#topNavigation 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;
}
#SlideshowContainer {
	background-color: #333333;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-width: 0px; /* Sets the border width properties for an element using shorthand notation */
	height: 210px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 413px;
	margin-top: 122px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
#ContentTable {
	margin-top: 20px;
	margin-left: 55px;
}
#LeftContent {
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
}
#ContentFooter {
	background-image: url(../images/2009/home/bottom-content-x.jpg);
	height: 21px;
	width: 1024px;
}
#Footer {
	background-color: #515809;
	background-image: url("../1ColumnFixedCenteredHeaderandFooter_images/green-bg0.jpg");
	background-repeat: repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-width: 0px; /* Sets the border width properties for an element using shorthand notation */
	color: #d0d864;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
	line-height: 16px;
	margin: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	float: none;
	clear: both;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15em;
}
#Footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C5C871;
	text-decoration: none;
}
#Footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C5C871;
	text-decoration: none;
}
#Footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C5C871;
	text-decoration: none;
}
#Footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C5C871;
	text-decoration: underline;
}
#Footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C5C871;
	text-decoration: none;
}
#Footer #FooterNavLinks {
	float: left;
	margin-right: 10px;
}
