/* CSS Document */


body {
  background: url(images/bg.jpg) repeat-x;
  background-color: #CCCCCC;
  margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
}


.header_bg {
  background: url(images/header_bg.jpg) repeat-x;
  width: 490px;
  height: 250px;
  background-color: #ffffff;
}

.header_left {
  background: url(images/header_left.jpg) no-repeat;
  width: 9px;
  background-color: #CA343A;
}

.header_right {
  background: url(images/header_right.jpg) no-repeat;
  width: 9px;
  background-color: #ffffff;
}

.logo_right {
  background: url(images/logo_right.jpg) no-repeat;
  width: 27px;
  background-color: #ffffff;
}

.spacer_top {
  background: url(images/spacer_top.jpg) no-repeat;
  width: 9px;
  background-color: #ffffff;
}

.footer {
  background: #000000;
  height: 75px;
}

.footer_text {
font-size: 12px;
color:#FFFFFF;
}

.red {
  background: #CA343A;
}

.nav {
  background: url(images/nav_bg.jpg);
}

.nav_top {
  background: url(images/nav_top.jpg);
  height: 20px;
}

.nav_bottom {
  background: url(images/nav_bottom.jpg);
  height: 21px;
}

.nav_content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 30px;
  color: #FFFFFF;
  background: #3C3C3C;
  border-bottom: 1px solid #959595;
}

.nav_content_bottom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 30px;
  color: #FFFFFF;
  background: #3C3C3C;
}

.headings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #3C3C3C;
}

.bottom_left {
  background: url(images/bottom_left.jpg);
  height: 10px;
}

.bottom_right {
  background: url(images/bottom_right.jpg);
  height: 10px;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  padding-top: 5px;
}