/* CSS Document */

body
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;	
}

#wrapper
{
	width: 755px;
	hieght: 1em;
	text-align: left;
}

#scrollWrapper
{
	/*height: 18em;*/
	position: relative;
	top: 5px;
	height: 455px;
	overflow: auto;
	border: thin solid orange;
}

div.menu
{
	text-align: center;
}

div.content
{
	padding-left: 5pt;
	padding-right: 5pt;
}

div.footer
{
	position: relative;
	top: 5px;
	text-align: center;
	font-size: 8pt;
}

font.phonenumber
{
	font-weight: bold;
	font-style: oblique;
	color: orange;
}

.title
{
	font-size: 16pt;
	color: orange;
	text-align: left;
}

font.emailAddress
{
	word-spacing: -3pt;
}

#headerImg
{
	border: thin solid orange;
}

.centered
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.midHorAds
{
	text-align: center;
	padding: 5px 0px 5px 0px;
}


