body {
padding:        0;
border:         0;
margin:         0;
text-align:	center;
font-family: 	helvetica, arial, sans-serif;;
}

a {
text-decoration:	none;
}

#allContent {
width:          100%;
height:         100%;
}

#siteBorder {
text-align:	left;
}

#siteHeader {
margin:         0;
border:         0;
padding:        0;
height:		 0;
}

#mainNavigation {
margin:		0 0 0 0;
}

#textNav {
text-align:	left;
}

#contents {
padding:		10px;
}

#siteFooter {
height:         55px;
}

.speechListing {
	padding:	5px 0 5px 5px;
  border-top:		1px solid black;
}

.speechListing_alt {
	padding:	5px 0 5px 5px;
  border-top:		1px solid black;
}

.h1 {
	font-weight: bold;
  font-size:	1.3em;
  padding:	5px 0 5px 0;
}

.h2 {
	font-weight: bold;
  font-size:	1em;
}

.p {
	margin-top:	15px;
  line-height: 1.3em;
}

.box_heading {
	width:120px;
  color:#000000;
  font-weight:bold;
  border:2px solid #000000;
  text-align:center;
  margin-right:10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

