body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;

}
#header {
	background-image: url(../../learning/images_lc/sphlc_topbkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	white-space: nowrap;
	display: block;
	overflow: visible;
}

#header .banner {
	white-space: nowrap;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	width: 100%;
	text-align: right;
}

#headertabs {
	background-image: url(../../learning/images_lc/sphlc_mastbkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 71px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	height: 20px;
}

#headertabs a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: relative;
	bottom: 6px;
}

#headertabs .righttab {
	text-align: right;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0px;
	background-color: #9F9F9F;
	height: 20px;
	top: 0px;
}

#headertabs a.end {
	border: none;
}

#headertabs a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#rightcol {
	display: block;
	float: right;
	margin-left: 20px;
	font-size: 80%;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#rightcol p {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#leftcol {
	margin-right: 300px;
}
#leftcol .note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-right: 15px;
}
#footer {
	background-image: url(../../learning/images_lc/sphlc_footerbkgnd.gif);
	width: 100%;
	background-repeat: repeat-x;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

#content {
	position: absolute;
	width: 100%;
	top: 120px;
}

#content ul{
	margin-right: 20px;
}

#content .floatright {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: .5em;
}

#content .floatleft {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: .5em;
}

#content h2 {
	font-size: 120%;
	color: #663366;
	margin-right: 20px;
	margin-left: 20px;
}

#content h3 {
	font-size: 110%;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}

#content p {
	margin-right: 20px;
	margin-left: 20px;
}

.clear {
	clear: both;
}

.smalltype {
	font-size: 11px;
}

.nowrap {
	white-space: nowrap;
	display: block;
}

.rightalign {
	text-align: right;
	vertical-align: text-top;
}

.textindent {
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}

.pagetop {
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 14px;
	top: 73px;
	z-index: 3;
}

.boldtype {
	font-weight: bold;
}

/* button formatting /////////////////////////////////////////////////// */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 6px 2px 7px;
	background-color: #FBDE89;
	border-right-color: #D8BD70;
	border-bottom-color: #D8BD70;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-image: url(../../learning/images_lc/button_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.button a {
	color: #000000;
	text-decoration: none;
}

.button-dim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C7C7C;
	padding: 3px 6px 2px 7px;
	background-color: #F8E9C0;
	border-right-color: #E6D9B3;
	border-bottom-color: #E6D9B3;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-image: url(../../learning/images_lc/button-dim_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.button-dim a {
	color: #7C7C7C;
	text-decoration: none;
}

.underline-black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* format the "top" button element */
.top {
	text-align: right;
	font-size: 11px;
}

.top a {
	color: #000000;
	text-decoration: none;
	background-image: url(../../learning/images_lc/top_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

.top a:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(../../learning/images_lc/top_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

