/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 98%;
	font-family: "Arial", sans-serif;
	color: #000000;
}

h1,  h3, h4, h5, h6 {
	font-size: 160%;
	font-family: "Arial", sans-serif;
	color: #7f1416;
}

h2 {
  font-size: 120%;
  font-family: "Arial", sans-serif;
  color: #7f1416;
  margin-left: 20px;
}

h3 {
  font-size: 115%;
  font-family: "Arial", sans-serif;
  color: #000000;
}

div, span, img, form, h1, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
  border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background-color: #1b1b1b;
}

a:link,
a:visited {
  color: #7f1416;
  text-decoration: none;
}

a:hover {
  color: #555555;
  text-decoration: none;
}

#container {
  width: 920px;
  margin: 10px auto 20px auto;
  background-color: #ffffff;
}

#nav {
  background: #d7bf8d url("/images/nav_bg.jpg") no-repeat;
  float: left;
  width: 250px;
  margin-left: 10px;
}

#nav ul {
  list-style-type: none;
  padding-left: 30px;
  margin-top: 10px
}

#nav ul li {
  line-height: 2.4;
}

#nav ul li a:link,
#nav ul li a:visited {
  font-weight: bold;
  color: #231F20;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #7f1416;
}

p.pdf {
  text-align: center;
  font-size: 90%;
}

#content {
  background-color: #ede4d1;
  float: left;
  width: 640px;
  margin-left: 10px;
}

#content h1 {
  padding: 10px 20px;
  margin-bottom: -10px;
}

#content h1 span.h1_small {
  font-size: 63%;
}

#content_left {
  padding: 0 20px 20px 20px;
  float: left;
  width: 366px;
}

#content_left_2 {
  padding: 0 20px 20px 20px;
  float: left;
  width: 600px;
}

#content_left_2 img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

span.red {
  color: #7f1416;
  font
}

#content_right {
  margin-right: 20px;
  padding-top: 15px;
  float: left;
  width: 214px;
}

#content_right_2 {
  margin-right: 20px;
  padding-top: 15px;
  float: left;
  width: 264px;
}

#footer {
  background: #7f1416 url("/images/footer_bg.jpg") no-repeat;
  height: 60px;
  clear: both;
}

#footer p {
  color: #ffffff;
  text-align: center;
  font-size: 88%;
  padding-top: 22px;
}

#footer p a:link,
#footer p a:visited {
  text-decoration: underline;
  color: #ffffff;
}

#footer p a:hover {
  color: #000000;
}

table#performance {
  margin: 20px;
}

table#performance tr td {
  padding-bottom: 0px;
  padding-right: 10px;
}

table#performance tr td p{
  padding: 0px;
	margin:0px;
}

table#performance h2{
  padding: 0px;
	margin:0px;
}

p.links {
  line-height: 1.5;
}