/* ---- redefined tags ---- */

body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;

}



/* ----  ID selectors ---- */

#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#containershadow {
	display:none
} 
#header {
	display: none
}
 

#headershot {
	display:none
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer {
	padding: 5px 10px 20px 20px;
	/*	text-align: center;	*/
	margin: 10px 0 0 0;
	text-align: center;
/*	position: relative;
	bottom: 0px;	*/
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

#nav {
	display: none
}


#wideContent {
	margin: 15px 60px 0 10px;
	padding: 0 20px 20px 30px;
	text-align: left;
} 

#wideContent h1 {
	display:none
}

#wideContent .h1sub, #mainContent .h1sub {
	font-size: 16pt;
	color: #333333;
	font-weight: normal;
}

#wideContent .h1sublabel {
	width: 236px;
	text-align:right
}

#wideContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	margin-top: 20px;
}

#wideContent p{
	line-height: 140%;
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size:12.5pt
} 



/* ----  classes ---- */

.backtomain {
	display:none
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatdiv {
		clear:both;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}

.imgfltlft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top:5px;
}

.footerGray
{
	FONT-SIZE: 10pt;
	COLOR: #000000;
	LINE-HEIGHT: 14px;
	font-family: "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: normal;
}

