#Left Float {
	float: left;
	text-align: center;
}
#LeftFloat {
	float: left;
	text-align: center;
}

 
 
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#mainCntnt {
	margin-left: 225px;
	margin-right: 20px;
	text-align: center;
}

.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #CCCCCC;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20%;
	background-color: #54756D;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #8E4454;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 955px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.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;
}
#sidebarNav {
	text-align: center;
	background-color: #54756D;
	height: auto;
}
 
.whiteText {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#introvideo {
	text-align: center;
	margin-top: 15px;
}
.paragraphCenteredMargins {
	text-align: left;
	padding-right: 10px;
	padding-left: 220px;
}
#paragraphMargins {
	padding-right: 20px;
	padding-left: 0px;
}
#flashLogo {
	float: left;
	padding-right: 25px;
}
#donations {
	text-align: center;
	padding-left: 200px;
}
#calendar {
	margin-left: 235px;
	background-color: #728B88;
	margin-right: 25px;
	text-align: center;
}
#divHeader {
	background-color: #7D9893;
	margin-left: 24%;
}
#mainTextCenter {
	text-align: left;
	margin-left: 210px;
	margin-right: 0px;
	background-color: #54756D;
	padding-left: 15px;
}
#newsSideNavCenter {
	background-color: #54756D;
	text-align: center;
	border: thin double #999999;
}
#smallTextBox {
	height: auto;
	width: 300px;
	float: right;
	background-color: #6367B0;
	margin-top: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#smallTextBox {
}
#smallTextBox {
}
#smallTextBox2 {
	float: right;
	width: 300px;
	height: auto;
	background-color: #F9F5C5;
	padding-right: 10px;
	padding-left: 10px;
}
#ASLclass {
	left: 498px;
	top: 1008px;
}
#FlashASLClass {
	z-index: auto;
}
.mainFlashHeader {
}
.mainflashfooter {
}
.mainbackgroundimage {
	background-image: url(../images/home/PSWhatsUp3.jpg);
	height: 800px;
	width: 700px;
	margin-left: 10px;
}
.MainAdsLeft {
	text-align: center;
	float: left;
	width: 345px;
	padding-left: 15px;
	height: auto;
	padding-top: 5px;
}
.MainAdsRight {
	text-align: center;
	float: right;
	padding-right: 15px;
	width: 336px;
	padding-top: 5px;
}
.bingoAdMargin {
	padding-left: 225px;
	text-align: center;
	background-color: #54756D;
}
.DSCHeader {
	height: 150px;
	width: 800px;
}
.footerBar {
	height: 50px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
}
.MainContentContainer {
	height: auto;
	width: 950px;
}
#PayPal {
	width: auto;
	margin-right: 30px;
	margin-left: 475px;
}
#paypalfloatleft {
	float: none;
}
#PayPalFloatRight {
	margin-left: 0px;
	margin-top: 0px;

}
.photoPage {
	background-color: #54756D;
	width: 700px;
	margin-right: 10px;
	margin-left: 235px;
	text-align: center;
}
#webbuttonwrapper {
	height: auto;
	background-color: #54756D;
}
.PayPalRideDEAF {
	width: 600px;
	background-repeat: no-repeat;
	height: auto;
	margin-left: 250px;
	text-align: center;
	left: 190px;
	top: 280px;
}

