
.page_multistate .header {
	margin: 0;
	padding: 0 100px 0 40px;
	height: 115px;
}
.page_multistate .header H1 {
	margin: 0;
	padding: 30px 0 0 0;
	font-weight: bold;
	font-size: 30px;
}
.page_multistate .header H2 {
	margin: 0;
	font-weight: normal;
	font-size: 26px;
	line-height: 100%;
}

.page_multistate .left {
	float: left;
	width: 40%;
	margin: 20px 5% !important;
	_margin-left:20px;
}

.page_multistate .right {
	float: left;
	width: 40%;
	padding: 30px 5% 0 0;
}


.buttons A {
	display: block;
	clear: left;
	float: left;
	margin-bottom: 10px;
	/* fix for IE6 to make the buttons full width (not sizing the buttons right when floated) */
	//* ie7 */ float: none;
	//* ie6 */ _float: none; 
}
.buttons A SPAN {
	display: block;
	padding: 0 22px 0 0;
	cursor: pointer;
}
.course_button {
	padding: 0 0 0 35px;
	height: 30px;
	overflow: hidden;
	font-size: 19px;
	text-align: left;
	background: #000000 url(/img/portalImages/rounded_button_black.png) no-repeat left top;
	color: #FFCE08;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.course_button SPAN {
	background: url(/img/portalImages/rounded_button_black.png) no-repeat right top;
}

.teen_button {
	padding: 0 0 0 35px;
	height: 30px;
	overflow: hidden;
	font-size: 19px;
	text-align: left;
	background: #FFCC00 url(/img/portalImages/rounded_button_yellow.png) no-repeat left top;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.teen_button SPAN {
	background: url(/img/portalImages/rounded_button_yellow.png) no-repeat right top;
}



A.disabled,
A.disabled SPAN {
	cursor: default;
}


P.note {
	background-color:#fff9c6;
	padding:10px 14px;
	margin:20px 0;
}

.social_bar {
    position: absolute;
    margin: 20px 0 0 30px;
}
.social_bar DIV {
	float: left !important;
}



