/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #666666;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #c17456;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #c17456;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #FFFF00;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #a14a35;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #c92c17;
  text-decoration: underline;
}
a:focus {
  color: #c92c17;
}
a:active {
  color: #732600;
}
#outerWrapper {
	background-color: #333333;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1200px;
}
#outerWrapper #header {
	background-color: #333333;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #header h1 {
  color: #000066;
}
#outerWrapper #header h2 {
  color: #000033;
}
#outerWrapper #topNavigation {
  background-color: #000000;
  border-bottom: groove 1px #333333;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #topNavigation a, #outerWrapper #topNavigation a:link {
	color: #CCCCCC;
	font-weight: bold;
}
#outerWrapper #topNavigation a, #outerWrapper #topNavigation a:active {
	color: #FF6600;
	font-weight: bold;
}
#outerWrapper #topNavigation a:hover {
  color: #FFFF99;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #999999;
	border-right: solid 1px #bd9c76;
	color: #000000;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 12em;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #000000;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
  color: #990000;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
  color: #000000;
}
#outerWrapper #contentWrapper #content {
	background-color: #000000;
	margin: 0 0 0 14em;
	padding: 10px 10px 10px 10px;
	width: 1026px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #333333;
	border-top: solid 1px #000000;
	padding: 10px 10px 10px 10px;
}
