@charset "utf-8";
.stepcarousel{
	position: relative; /*leave this value alone*/
	border:none;
	overflow: scroll; /*leave this value alone*/
	width: 790px; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
	
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	border:none;
	width: 790px;
	height: 202px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
border:none;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.titleLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-align: left;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 772px;
	height: 15px;
}
#contentleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 270px;
	height: 300px;
	position: absolute;
	left: 1px;
	z-index: 3;
	top: 0px;
}
#contentright1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 100px;
	height: 200px;
	position: absolute;
	left: 270px;
	top: 20px;
	text-align:justify;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 772px;
	height: 300px;
	position: relative;
	left: -2px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 772px;
	height: 65px;
	position: absolute;
	top: 15px;
}
#contentright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 100px;
	height: 200px;
	position: absolute;
	left: 370px;
	top: 20px;
}
#contentright3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 100px;
	height: 200px;
	position: absolute;
	left: 470px;
	top: 20px;
}
#contentright4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 100px;
	height: 200px;
	position: absolute;
	left: 570px;
	top: 20px;
}
#contentright5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 494px;
	height: 200px;
	position: absolute;
	left: 272px;
	top: 3px;
}
#JUSTtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 772px;
	height: 15px;
	margin-left: 7px;
}
#contentright {
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	width: 502px;
	height: 275px;
	position: absolute;
	left: 270px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	text-align:justify;
	
}#topcontentleft {
	position: absolute;
	height: 200px;
	width: 160px;
	top: 25px;
	left: 12px;
}


#topcontentmid {
	position: absolute;
	height: 200px;
	width: 160px;
	top: 25px;
	left: 177px;
}

#topcontentright {
	position: absolute;
	height: 200px;
	width: 160px;
	top: 25px;
	left: 342px;
}
.bodycopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: BOLD;
	color: #CC0000;
	text-decoration: none;
}

