body {
	background-color: #eeeeee;
}

p	{
	margin-top: 0px;
	}

#outerContainer{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	border:#cccccc solid 1px;
    background-image:url(graphics/sbcBackground.jpg);
    background-repeat:no-repeat;
    background-color: #FFFFFF;
    margin-top: 25px;
} 
#topBanner {
	width:850px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
}

#bodyBlock {
	width:490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	float:left;
	margin-left: 50px;
	margin-bottom: 5px;
    margin-top: 0px;
	}

#rhBlock {
	width:300px;
	float:right;
	margin-right: 50px;
	margin-top: 55px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
    padding-left: 15px;
    /*border-left-color: #999999;
    border-left-style:solid;
    border-left-width: 2px;*/
}

#contentContainer {
	width:850px;
	margin-left: 50px;
    float:left;
}


#bottomBanner {
	width:850px;
	margin-left: 50px;
    border-top-color: #ccccff;
    border-top:solid;
    border-top-width: 1px;
    float:left;
}
#w3cLogo{
    float:right;
    margin-bottom: 4px;
    margin-top: 4px;
}


/******************Classes***************/

.mainHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
    font-style:italic;
	color: #000066;
    padding-left: 300px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
    font-style:normal;
	color: #666666;
}
.mediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
    font-style:normal;
	color: #333333;
	padding-left: 8px;
}
.listingDecoration {
	border-bottom:solid;
    border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-top:solid;
    border-top-color: #cccccc;
    border-top-width: 1px;
	border-left:solid;
	border-left-color: #cccccc;
    border-left-width: 1px;
	}
.pictureTable	{
					margin-left:auto;
					margin-right:auto;
					margin-bottom:10px;
					}
