h1{font-size: 14px;
	color: #000000;}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.bodytextnolink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	link: #666666
}

.stepcarousel{
	position:relative; /*leave this value alone*/
	overflow:scroll; /*leave this value alone*/
	width:180px;
	height:210px; /*Height should enough to fit largest content's height*/
	}
	.stepcarousel .belt{
		position:absolute; /*leave this value alone*/
		left:0;
		top:0;
		}
	.stepcarousel .panel{
		float:left; /*leave this value alone*/
		overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
		margin:0px; /*margin around each panel*/
		width:180px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
		}
		
		
		
		
		.glossymenu{
margin: 0px 0px 5px 5px;
padding: 0;
width: 180px;
border: 0px;
color: #000000;
}

.glossymenu a.menuitem{
border-top:1px dotted #000000;
font: bold 11px Arial, Helvetica, sans-serif;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 10px;
text-decoration: none;
text-indent:0px;
}

.glossymenu a.selected{

padding-left: 0px;

}



.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #333333;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border: 0px;
text-indent:10px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 0px 0px 5px 0px;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{

color: #000000;
}
