body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CC3B7B;
	background-image: url(../images/background-new.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
}
td {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menu-top {
	background-color: #CC3B7B;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
}
.menu-top a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
}
.menu-top a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3B7B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3B7B;
}


.designer {
	font-size: 8pt;
	font-style: normal;
	color: #666666;
}
.designer2 {
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.list {
	list-style-type: disc;
	text-indent: 30px;
}
.smallText {
	font-size: 10px;
}
#container {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: thin solid #CC3B7B;
	
	position: relative;
    text-align: left;
    height: 90%;	
	
}
#container2 {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#leftColumn {
	width: 300px;
	float: left;
	padding: 20px;
	overflow: visible;
	height: auto;
	text-align: left;
}

#rightColumn {
	width: 570px;
	float: right;
	padding-left: 0px;
	padding-right: 40px;
	overflow: visible;
	height: auto;
	text-align: left;
}
#pageTitle {
	width: 570px;
	float: right;
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 20px;
	overflow: visible;
	height: auto;
	text-align: left;
}
.acmca {
	font-size: 10px;
		position: absolute;
	bottom: 20px;
}
#footerLeft {
	width: 500px;
	float: left;
	padding: 20px;
	overflow: visible;
	height: auto;
	text-align: left;
}

#footerRight {
	width: 300px;
	float: right;
	padding: 20px;
	overflow: visible;
	height: auto;
	text-align: right;

	
}

.banner {
	background-color: #FFFFFF;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 0px;
}
.banner a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.banner a:hover {
	text-decoration: underline;
}