#body-content {
  margin: auto;
  min-width: 750px;
  width: 70em;
  text-align: left;
}

#header-menu #content {
  margin-bottom: 1em;
  text-align: left;
}

.header-menu-nav {
  background-color: #006600;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  padding: 2px 2px;
}

.header-menu-nav ul {
  list-style-type: none;
  text-align: center;
  line-height: 24px;
}

.header-menu-nav li {
  display: inline;
  margin-left: 6px;
}

.header-menu-nav li a {
  color: #FFFFFF;
	text-decoration: none;
}

.header-menu-nav li a:hover {
  background-color: #990099;
}

.left-sidebar {
  min-width: 180px;
  width: 25%;
  border-right: 1px solid #AAAAAA;
  float: left;
}

.left-menu-block {
  margin: 0 10px 15px 0;
  padding: 0;
}

.left-menu-block h5 {
  background-color: #96D40D;
  vertical-align: top;
  margin: 0px;
  padding: 0 0 5px 5px;
}

.left-menu-block ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.left-menu-block ul a:hover {
  background-color: #006600;
  color: #FFFFFF;
}

.right-sidebar {
  float: right;
  font-size: 85%;
  text-align: center;
  white-space: normal;
  width: 150px;
}

.right-sidebar h5 {
  font-size: 130%;
  margin-bottom: 2px;
  color: #660000;
}

.video_title {
  font-size: 95%;
  margin-bottom: 2px;
}

#content-b {
  min-width: 550px;
  width: 73.4%;
  float: right;
}

#article_row:hover {
  background-color: #f4f4f4;
}

.article {
  margin: 5px 0;
}

.article-title {
  display: inline;
  line-height: 24px;
}

.article-title a {
  color: #003300;
	text-decoration: none;
}

.article-title a:hover {
  background: #fff;
  color: #DD6633;
  text-decoration: underline;
}

.article-summary {
  display:none;
  background:#ccc;
  text-align:center;
  padding: 5px 5px;
}

.article_img { 
  float: left; 
  width: 150px; 
  margin: 0 10px 10px 0px; 
  padding: 1px; 
  border: 0px solid black; 
  text-align: center;
}

#footer {
  clear: both;
  font-family: verdana;
  font-size: 80%;
}

.text-a {
  float: left;
}

input.search {
  background: #FFFFFF url(/images/search.gif) no-repeat scroll 0 5px;
  padding-left: 20px;
  width: 170px;
}

.left-menu-block td:hover {
  border: 2px solid #FF6600;
}
