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 */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF;
	list-style-type: circle;
}
#container {
	width: 930px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#outerWrapper {
	padding: 0px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
#innerWrapper {
	clear: both;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#innerWrapper #mainContent {
	margin: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomsection {
    margin: 10px;
    padding-bottom: 5px;
}

#innerWrapper #mainContent #mcLeft {
	height: auto;
	width: 49%;
	float: left;
	clear: both;
}
#innerWrapper #mainContent #mcRight {
	width: 49%;
	height: auto;
	float: right;
	clear: none;
}
#innerWrapper #mainContent #mcLeft30 {
	width: 30%;
	float: left;
}
#innerWrapper #mainContent #mcRight68 {
	width: 68%;
	clear: none;
	float: left;
	height: auto;
	margin-left: 2%;
}
#innerWrapper #mainContent #mcLeft43 {
	width: 43%;
	float: left;
}
#innerWrapper #mainContent #mcRight55 {
	width: 55%;
	clear: none;
	float: left;
	height: auto;
	margin-left: 2%;
}

#innerWrapper #mainContent #mcTop {
	clear: both;
	float: left;
	width: 100%;
}

#innerWrapper #mainContent #mcMid {
	clear: both;
	float: left;
	width: 100%;
}
#innerWrapper #mainContent #mcBot {
	clear: both;
	float: left;
	width: 100%;
}






#mcBleft {
	float: left;
	width: 33%;
}
#mcBmid {
	width: 32%;
	float: left;
	margin-left: 1%;
}
#mcBright {
	float: right;
	width: 33%;
}
#footer {
	padding-top: 0;
	padding-bottom: 10;
	font-size: 0.75em;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	text-align: center;
}



.imgLeft {
}


.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.clearAll {
	clear: both;
}

.imgRnd {
	border-radius: 15px;
}

#mcLeft .text-indent {
    margin-left: 25px;
}
