body,div {
   background-color: white;
   color: #7b4c51;
   color: #555;
   text-align: justify;
}
a:link,a:visited {
	text-decoration:none;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration:none;
	color:teal;
}

#breadcrumb {
	color: #888;
	font-size: 0.8em;
}
#breadcrumb a:link, #breadcrumb a:visited{
	color: #888;
    text-decoration: none;
    font-style: italic;
}

#banner {
    border-bottom: 3px solid #ffeabb;
}

#left-column {
	background-color: orange;
	background-color: #2f777c;
    width: 23%;
}

#right-column {
	margin-left: 23%;
}

#footer {
	margin-top: 30px;
}
#footer strong {
	color: #0099BC;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #324590;
	font-weight: bold;
}

#rbcard {
	font-size: .8em;
	min-width: 200px;
}
a:link.menu,a:visited.menu {
  text-decoration:none;
  color: white;
  font-weight: bold;
  font-size: 1.0em;
}

strong {
	color: #666;
	font-size: 1.13em;
}



ul {
	list-style-type: "- ";
}

ul.menu > li {
  text-align: left;
}

ul.menu {
	list-style-type: none;
    padding: 16px;
}

h1,h2,h3,h4,h5 {

  color: #a07000;
  color: #a0a050;
  color: #7b4c51;

}

h2.title {
   font-size: 2em;
   color: #613a25;
}

dl {
   padding-left: 5px;
}
dt {
  font-weight: bold;
  color: #777;
}

dd {
  font-style: italic;
}

.img_caption {
	font-size: .8em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}

.table_title {
	font-size: 1.4em;
  color: #7b4c51;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
	
}

tr.today:nth-child(even)> td {border:2px solid teal;background-color: #f1f1f1}
tr.today:nth-child(odd)>td {border:2px solid teal;background-color: #ffffff} 
