body {
  margin-top: 0;
  margin-left: 17px;
  background-color: #99CCCC;
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
}

#topnav {
  float: right;
  margin-top: 35px;
  margin-right: 10px;
}

#topnav a, #topnav a:link {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-size: 90%;
}

#tabs {
  border-collapse: collapse;
  border-top: solid 1px white;  
  border-right: solid 1px white;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
}

#tabs td {
  color: back;
  text-align: center;
}

#tabs td.selected {
  border-bottom-width: 0;
}

#tabs a, #tabs a:link {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

#tabs a.selected {
  color: white;
}

#subtabs {
  border-collapse: collapse;
  border-right: solid 1px white;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
}

#subtabs td {
  text-align: center;
}

#subtabs a, #subtabs a:link {
  color: black;
  text-decoration: none;
}

#subtabs td.selected a {
  color: white;
}

#main {
  border-collapse: collapse;
  border: solid 1px white;
}

#nav {
  width: 130px;
  padding: 5px;
  font-size: 85%;
}

#nav ul {
  margin: 0;
  padding: 0;
  color: black;
}

#nav li {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}

#nav li li {
  margin-left: 10px;
}

#nav a, #nav a:link {
  color: black;
  text-decoration: none;
}

#nav a.selected {
  color: white;
}

#content {
  background-color: white;
  padding: 10px;
}

#content h1 {
  border-bottom: solid 24px #66CCCC;
  padding: 5px;
  margin: 0;
  background-color: black;
  font-size: 21px;
  font-weight: normal;
  color: white;
}

#content h2
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0px;
	color: white;
	padding-top: 10px;
	background-color: black;
	text-align: center;
}

#content p
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0px;
	color: black;
	padding-top: 10px;
	background-color: white;
	text-align: left;
}

#exam_list_description, 
#track_list_description, 
#vendor_list_description,
#cert_list_description {
  background-position: top right;
  background-repeat: no-repeat;
  height: 206px;
  padding-right: 240px;
}

#exam_list_description {
  background-image: url(../images/exam_list_bg.jpg);
}

#track_list_description {
  background-image: url(../images/track_list_bg.jpg);
}

#vendor_list_description {
  background-image: url(../images/vendor_list_bg.jpg);
}

#cert_list_description {
  background-image: url(../images/cert_list_bg.jpg);
}

#exam_list_description p,
#track_list_description p, 
#vendor_list_description p,
#cert_list_description p {
  margin: 10px 0 15px 0;
  padding: 0;
}

#exam_list {
  border-width: 5px 0;
  border-color: black;
  border-style: solid;
}
#exam_list table {
  border-collapse: collapse;
}

#exam_list table td {
  /*border-top: solid 1px #66CCCC;*/
  border-bottom: solid 1px #66CCCC;
}

#exam_list th {
  padding: 5px 0;
  font-weight: bold;
  font-size: 120%;
  text-align: left;
  border-top: solid 5px #66CCCC;
}

#exam_list .first, #exam_list .first td {
  border-top: none 0px white;
}

#exam_list a, #exam_list a:link {
  font-size: 1px;
  display: block;
  height: 23px;
  overflow: hidden;
}

#product_list {
  background-image: url(../images/product_bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 305px;
  padding-right: 240px;
}  

#product_list blockquote {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
}

.selected {
  color: white;
}

