.standardText a:hover {
color:#003300;
}


.standardText {
	text-align: left;
	margin: 5px 10px;
	width: 90%;



}
.smallTextBlack {
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
color:#000000;


}
.smallErrorText {
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
color:#FF0000;


}

td {
padding-left: 2px;
padding-right: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size:80%;
color:#000000

}
.container {
	background-color: #FFFFFF;
	background-image: url(back.jpg);
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	border: 1px solid #999999;
}

.phonecontainer {
	background-color: #FFFFFF;
	background-image: url(clouds.gif);
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	position: relative;
	height: 310px;


}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
	background-color: #E1EBDE;

}
.box {
	float: left;
	width: 47%;
	margin: 5px;
	text-align: center;
	padding: 4px;


}
.box2 {
	float: right;
	width: 47%;
	margin: 5px;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px dashed #666666;
}

.box3 {
	float: left;
	width: 47%;
	text-align: center;
	padding: 4px;


}
.box4 {
	float: right;
	width: 47%;
	text-align: left;
	padding: 4px;
}

.container2 {
	background-color: #FFFFFF;
	background-image: url(clouds2.gif);
	width: 800px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:230px;
	overflow:hidden;
	height:expression( this.scrollHeight < 230? "230px" : "auto" );

}
.smallbox {
	border: 1px dotted #666666;
	background-color: #FFFFFF;
	float: right;
}
.pledge {
	border: 1px dashed #666666;
	width: 90%;
	padding: 4px;
	background-color: #F1F1ED;
	position: relative;
	text-align: center;
}

.pledge P {
	text-align: left;
	font-size: 105%;
padding:5px;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
.phonecontainer img {
	left: 50px;
	top: 45px;
	position: relative;

}
.bigbox {
	width: 80%;
	margin: 5px;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px dashed #666666;
}

A:link {
	color: #000066;
}
A:visited {
	color: #663300;
}
A:active {
	color: #006600;
}
A:hover {
	color: #660000;
}
