@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica;
	font-size: 100%;
	background-color: #FFCC33;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(goldback2.jpg);
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #de9236;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E9E1CF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-position: center;
	vertical-align: top;
}
.undernavtext {
	padding-top: 10px;
	padding-left: 10px;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E2D1B1;
	font-size: 14px;
}
#navigation a:link {
	color: #FFFFCC;
}
.twoColFixLtHdr #mainContent {
	background-color: #de9236;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #7a2914;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E8D4B5;
}
.twoColFixLtHdr #footer a:link {
	color: #E8D4B5;
}
.twoColFixLtHdr #footer a:visited {
	color: #E8D4B5;
}
.twoColFixLtHdr #footer a:hover {
	color: #FADC8C;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftnav {
	width: 210px;
	background-color: #E9E1CF;
	padding-top: 10px;
	background-image: url(leftnav-top-round.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
.leftnav ul {
	margin: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #347CBE;
	background-image: url(leftnav-bottom-round.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-color: #E9E1CF;
}
.leftnav li {
	display: inline;
	font-size: medium;
}
.leftnav ul a {
	display: block;
	background-image: url(arrow-white-medium.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 20px;
	color: #191F50;
	background-color: #E9E1CF;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #347CBE;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.leftnav ul a:hover {
	text-decoration: none;
	background-color: #2989EC;
}
.leftnav ul .current a {
  color: #FCED69;
  background-image: url(arrow-yellow-medium.gif);
}
.leftnav ul .current ul a {
  color: #FFFFFF;
  background-image: none;
}
.leftnav ul ul {
  border-top-style: none;
  padding-bottom: 0px;
}
.leftnav ul ul a {
  background-image: none;
  font-weight: normal;
  padding-top: 1px;
  padding-bottom: 1px;
}
.leftnav ul ul a:hover {
	background-color: #2987EC;
}
.leftnav ul ul .current a {
  color: #FCED69;
}
.allCapsHeading {
	text-transform: uppercase;
	background-color: #347CBE;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #7A2914;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #7a2914;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #c2732f;
	color: #fff;
}
