body {
  margin: 0; padding: 0; 
  background-color: #000; 
  font-size: 10px;
  font-family:  Verdana, Arial, Sans-Serif;
}

a {
  color: #333;
}

a:hover {
  color: #DF8F50;
}

table {
  padding: 0; margin: 0; 
}
td {
  padding: 0; margin: 0;
  vertical-align: top;
}
            
img {
  border: 0; 
}

form {
  margin: 0; padding: 0;
}

hr {
  height: 1px; 
  width: 100%; 
  border-top: 1px dotted #666;
  border-bottom: 0; border-left: 0; border-right: 0;
  color: #000;
}

#topNav {
  background: url(images/outer/bg_top_nav.gif) center no-repeat;
  text-align: center;
  text-align: center;
  vertical-align: middle;
  height: 30px;
}

#topNav a {
  text-decoration: none;
  font-family: 'Georgia',Arial;
  font-size: 12px;
  padding-left: 7px;
  color: #fff;
}

#topNav a:hover {
  color: #DF8F50;
}

.activeLink {
  font-weight: bold; 
  text-decoration: none; 
  color: #DF8F50;
}

#container {
  left: 50%; 
  top: 15px;
  position: absolute; 
  margin-left: -381px; 
  width: 762px;
}

.strongLink {
  font-weight: bold; 
  text-decoration: none; 
  background: url(images/home/read_more.gif) left no-repeat; 
  padding-left: 13px;
  color: #000;
}
.strongLink:hover {
  color: #DF8F50;
  background: url(images/home/read_more_hover.gif) left no-repeat; 
}

#bottomNav {
  text-align: center;
  color: #ccc;
}

#bottomNav a {
  color: #fff;
  text-decoration: none; 
}

#content {
  float: left;
  width: 441px;
}

#content h1 {
  font-size: 14px; 
  font-weight: bold; 
  color: #000;
  margin: 0; padding: 0;
}

#secondaryContent {
  float: left; 
}

#secondaryContent blockquote {
  background: url(images/secondary/middle.gif) left repeat-y;
  padding: 5px 25px;
  margin: 0; 
  text-align: center;
}

#smallSecondaryContent {
	background: url(images/secondary/middle_small.gif) left repeat-y;
	padding: 5px 25px;
	margin: 0; 
	text-align: center; 
}

#secondaryContent h2 {
  font-size: 13px; 
  font-weight: bold; 
  color: #000;
  margin: 0; padding: 0;
  text-align: left; 
}

#news {
  background: url(images/home/bg_news.gif) repeat-x;
  border-bottom: 1px solid #fff; 
  border-right: 1px solid #fff; 
  border-left: 1px solid #fff; 
  height: 78px; 
  width: 650px; 
  margin: 0px 30px;
  padding: 0;
}

#news h2 {
  font-size: 14px; 
  font-weight: bold; 
  color: #000;
  margin-top: 15px;
  margin-bottom: 0px;
}