body {
	margin: 0;
	padding: 0;	
}
	

.container {
	max-width: 1040px;
	padding: 0;
	margin: auto;
	clear: both;
	
}
.content
{
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: .7%;
	width:95%;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: left;
	margin: auto;

}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	padding: 8px 0 8px 0 ;
	background-color: inherit;
	color: #000000;
	border-top: 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width: 100%;

}
h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #800000;
	margin-top: 0;
}
h2 
{
font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top: 0;	
}
h3
{
font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
}
h4
{
font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
}
h5
{
font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #800000;
}
h6
{
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	
}
hr {
	color: #800000;
	width: 90%;
	text-align: center;
}
.masthead {
	clear: both;
	margin: auto;
	text-align: center;
	z-index: 5;
	box-shadow: 0px 0px 0px  #000;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	max-width: 875px;
}
a img {
	border: none;	
}
img.scalable {
	height: auto !important;
	width: auto !important;
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #0000000;
	text-align: left;
}
.p-center {
	text-align: center;
}


/*ol 
{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
}*/
.top-navigation {
	background-color: #b7cdc3;
	border: 0;
	box-shadow: 0px 0px 5px #999;
	position: relative;
	z-index: 9;
}
.nav ul li {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration: underline;

}
.nav visited {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.nav hover, a:active {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1.4em;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a:link 
{
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin:0;
	padding:0;
}
a:hover, a:active, a:focus 
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1.4em;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	
}	

.p7IR2-01 {
	padding: 0;
	position: relative;
}
table {
	margin: auto;
	width: 70%;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #0000000;
	text-align: left;
}

