/* general stylesheet for NHSPA website */
body {
	background-color: transparent;
	color: Black;
	height:100%;
	font-size:100%;
	font-family:verdana,arial,helvetica,sans-serif;
}
a:link {
	text-decoration: underline;
	color: #0701b8;
}
a:active {
	text-decoration: underline;
	color: #fd0906;
}
a:visited {
	text-decoration: underline;
	color: #4c00a6;
}
hr {
   background: #ddd;
   color: #ddd;
   clear: both;
   float: none;
   width: 100%;
   height: 1px;
   margin: 0 0 1.45em;
   border: none;
}
hr.separator {
	margin-bottom: 20px;
	margin-top: 5px;
}
h1{
   font-size:1em;
	font-weight:bold;
}
h2{
  font-size:0.875em;
  font-weight:bold;
}
div.normal{
   font-size:0.875em;
}
div.artist{
   font-size:0.625em;
}
table.main {
	width: 760px;
	border: none;
}
td.left-nav {
	width: 150px;
	text-align: left;
	vertical-align: top;
	background-color: black;
}
td.right-bar {
	width: 10px;
	text-align: left;
	vertical-align: top;
	background-color: black;
}
td.content-area {
	width: 600px;
	text-align: left;
	vertical-align: top;
}
p {
   margin: 0 0 1.5em;
   font-size:0.875em;
}
#container {
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 0;
}
#section-container {
  font-size:0.875em;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 0;
}
.image_section_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-right: 20px;
	margin-bottom:10px;
}
.image_section_left {
	float: left;
	margin-top:0px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:10px;
}
.image_center {
	text-align: center;
}
