/* external style sheet for Exercise Plus */

body {
	background-color: #224488;
}

td.buttons2 {
	padding-right: 22px;
	padding-left: 22px;
}

td.buttons2Left {
	padding-left: 41px;
	padding-right: 22px;
	text-align: left;
}

td.buttons2Right {
	padding-right: 41px;
	padding-left: 22px;
	text-align: right;
}

div.ticker {
	width: 705px;
}

div.subNav {
	background-image: url(graphics/toolbar/bg.gif);
	width: 705px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
}
div.subNav table{
margin-left:auto; margin-right:auto;
}

.contentLayer {
	width: 705px;
	border-left: 2px solid #6688BB;
	border-right: 2px solid #6688BB;
	background-color: #AABBDD;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contentLayerHome {
	width: 705px;
	border-left: 2px solid #6688BB;
	border-right: 2px solid #6688BB;
	background-color: #AABBDD;
	text-align: left;
	padding-top: 10px;
}

.contentLayer2 {
	width: 705px;
	border-left: 2px solid #6688BB;
	border-right: 2px solid #6688BB;
	background-color: #AABBDD;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 4px;
}

div.contentText {
	margin-left: 25px;
	margin-right: 25px;
	width: 651px;
}

div.contentBanner {
	margin-left: 22px;
	margin-right: 22px;
}


div.footer {
	width: 705px;
	background-image: url(graphics/bg_footer.gif);
	height: 30px;
	text-align: center;
}

div.copyright {
	font-weight: normal;
	color:#6688BB;
	font-size: 10pt;
	line-height: 13pt;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
	padding-top: 5px;
}





