body {
  margin: 0;
  padding: 0;
}

p, ul, li, h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  font-size: 4em;
  font-weight: bold;
  color: #555;
}

h3 {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

ul {
  list-style-type: none;  /* globally removes unordered list bullet */
}

#mast { margin: 0 0 0 0;}

#nav {
  width: 930px;
  padding: 8px;
  background: #333;
  text-align: center;
}

#nav ul li {
  display: inline;
  padding: 10px;
}

#nav ul li a {
  color: #888;
  padding: 20px;      /* spacing between nav items */
  text-decoration: none;
  font-size: 1.2em;
}

#nav ul li.active {
  padding: 20px;
  background: #fff;
}

#nav ul li.active a {
  font-weight: bold;
  color: #555;
}

#nav ul li:hover a {
  color: #333;
}

#nav ul li:hover {  
  background: #fff;  
}

#header h2 em {
  color: #ccc;
}

#contentwrapper { background: #fff;}

#content, #sidebar {
  margin: 40px 0 20px 0;
}

#content em {
	font-size: 1em;
}

#content h4 {
  font-weight: bold;
  font-size: 1.4em;
}

#content h5 {
  font-style: italic;
}

#content p {
	font-size: 1em;
	padding: 0 0 10px;
}


#content li p {
  margin: 0 0 70px 0;
}

#sidebar {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#sidebar p {
  margin: 0 0 10px 0;
}

#content ul.bulleted li{
	list-style-type: disc;
	margin: 20px 20px 20px 20px;
	padding: 0 5px 10px;
	font-size: 1em;
}

#content ul.testimonial li {
  background: #fff;
  border: solid 1px #aaa;
  padding: 10px;
  margin: 15px 0 15px 0;
}

#content ul.testimonial p {
  margin: 0 0 12px;
}

#sidebar ul li {
	margin: 20px 20px 20px 20px;
	padding: 0 0 5px 0;
	list-style-type: disc;
	font-size: 1em;
}

#footer {
  border-top: 5px solid #bbb;
  background: #bbb;
}

#footer p {
  margin: 0 auto;
  padding: 10px;
  width: 930px;
  text-align: center;
}

#footer p.small {
	font-size: 0.9em;
	text-align: right;
}

#footer a:link {color: #000000; text-decoration: none; }

#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	vertical-align:top;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.back {
	float:right;
	padding-right:10px;
}

.center {
	text-align:center;
	font-size:1em;
}
