body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	clear: both;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/corkboardplain.jpg);
}
	
	 
html {overflow-y: scroll;}


.purple {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
#tableback {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
	background-image: url(../images/backgroundform.jpg);
	color: #000;
	border: thin solid #000;
}
#topstuff {
	float: right;
}

#starthere {
	text-align: center;
}

#olmsteadpledgetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	float: left;
}
.titleyellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
}
.red10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F0F;
}

#pledgebottom {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}
#callout {
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	width: 500px;
	
}

#oldmantop {
	float: left;
	margin: 0px;
	padding: 0px;
}
.pwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-style: normal;
}

.italicsmall {
	font-size: 10px;
	font-style: italic;
	color: #333;
	font-weight: normal;
}
.italicsmallbold {
	font-size: 10px;
	font-style: italic;
	color: #333;
	font-weight: bold;
}

.yellowp {
	color: #FF0;
}


.tablepledge {
	background-image: url(../images/olmanpledgebottom.jpg);
	float: left;
	width: 610px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding: 0px;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#newsinfo {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 600px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#infoform {
	background-image: none;
	float: left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
}


h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30%;
}
.bluebold10 {
	font-size: 10px;
	color: #00F;
}


h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#message {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 0px;
	float: left;
	visibility: visible;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#middlestuff {
	text-align: center;
	margin-left: 40px;
}
#message2 {
	margin: 10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: auto;
	visibility: visible;
}

p {
	text-align: left;
	margin: 0px;
	width: auto;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	font-style: normal;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


#sidebar {
	float: left;
	background-color: #335E86;
	color: #FF0;
	text-align: left;
	width: 120px;
}
.clearfix {display: block;}
#signpost {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	visibility: visible;
}

/* End hide from IE-mac */


#text {
	width: 650px;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
#wrapper {
	text-align: center;
}
#footer a {
	color: #00F;
	text-decoration: none;
	text-align: center;
}
#heady a:hover {
	color: #F0F;
	text-decoration: underline;
	text-align: center;
}

#sidebar a {
	color: #FF0;
	text-decoration: none;
	text-align: center;
}
#sidebar a:hover{
	color: #FF0;
	text-decoration: underline;
	text-align: left;
}
#footer {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
#footer p {
	margin: 0px;
	text-align: center;
}
#footer a:hover {
	color: #F0F;
	text-decoration: underline;
}
#mainimage {
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
}
#familyphoto {
	margin: 0px;
	z-index: 10;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	visibility: visible;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: auto;
	height: 120px;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FF0;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:link {
	color: #00F;
}
.navfont {
	color: #FF0;
}

a {
	text-decoration: none;
}
#olmstead {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#marqueecontainer{
	width: 100px; /*marquee width */
	height: 300px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 1px solid #000;
	left: 0px;
	position: relative;
	top: 30px;
	bottom: 0px;
	color: #333;
	padding: 1px;
}

#container {
	width: 792px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
	background-image: none;
	background-color: #FFF;
}
.italicnormal
{
	height:0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
.boldnormal 
{
	height:0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}
.table3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.darkblue
{
	
	height:0;
	font-size: 12px;
	line-height: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #00F;
}
.centerp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

.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;}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#testionialslink a:hover {
	color: #F00;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
#testionialslink a{
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
#info {
	background-image: none;
	float: left;
}
#minicare {
	float: left;
	padding-top: 2px;
	padding-bottom: 4px;
}


#floater {
	float: left;
	height: auto;
	width: auto;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	margin-top: 20px;
	margin-left: 0px;
	}
#container #mainimage #table #InfoForm #tableback tr td .purple .boldbigblack {
	font-weight: normal;
}
.bigboldblack14 {
	font-size: 14px;
}
#container #mainimage #table #InfoForm #tableback tr td p .bigboldblack14 .boldbigblack {
	font-weight: normal;
}
#formleft {
	margin: 10px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#picture {
}
#texts {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
#yellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FF9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: bold;
	background-color: #00F;
}
#2ndquote {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	float: left;
	margin-top: 0px;
}

.bigblackcenter {
	color: #000;
	background-color: #FFF;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.bigblack {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#centerblue {
	font-size: 14px;
	color: #06C;
	text-align: center;
}
#indexpagebottomfiber {
	background-image: none;
	float: none;
	margin-left: 0px;
	background-color: #FFF;
	width: 792px;
}
#lefttext {
	float: left;
	width: 380px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 5px;
	padding: 0px;
}
#inforight {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 385px;
	margin-top: 10px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fiberbottom {
	float: left;
}
#inptuformstuff {
	float: left;
	font-size: 12px;
	background-image: url(images/backgroundform.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#newhome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-left: 40px;
}
#video {
	float: left;
}

