
/* backgrounds and positioning and padding */
body {
	background-color: #ccc;
	color: #000;
	padding: 0px;
	}
	
#resMain {
	margin-left: 10%;
	margin-right: 10%;
	}



div.resHeader, div.resSubHeader {
	text-align: center;
	border: 1px solid #000;
	margin: 0px;
	}

div.resSubHeader {
	color: #ccc;
	background-color: #333;
	border-color: #fff;
	}
div.resBodyExpTitle{
	background-color: #ddd;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
div.resBody {
	border:1px solid #000;
	margin: 0px;
	}
/* font coloring */

a	{
	color: #333;
	}

/* font size and formatting */
body, p, a, td, th {
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.bold {
	font-weight: bold;
	}

h1.resName {
	font-size: 15px;
	margin: 0px;
	padding:0px;
	}
p.resStyle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	}
