body, p, table{

     font-family: helvetica, arial;
	font-size: 9px;
	line-height: 17px;
	color: #4D4D4D; 
	letter-spacing: 0px;
	padding:0px;
	font-weight: none;
	text-transform: uppercase;
	}

img {
    border: 0;
	}
a:link, a:active, a:visited  { 
	text-decoration: none;
	color: #000000;
	font-weight: none;
	}
a:hover { 
	text-decoration: none;
	color: #CCCCCC;
	font-weight: none;
	border-bottom: 1;
}
a.noline:hover, a.noline:link, a.noline:active, a.noline:visited {border-bottom: 0;
}

a.pointer:hover, a.pointer:link, a.pointer:active, a.pointer:visited 
{cursor: pointer;
}

div.leftside {
	position:absolute;
	left: 21px;
	top: 169px;
}

div.main {

}


.projecttitle {font-size:10px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	font-family: helvetica, arial;
}

.projectcat {font-size:10px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	font-style: italic;
	background-color: #D7DF23;}
	
.nametitle {font-size:30px;
     font-family: georgia, helvetica, arial;
	color: #4D4D4D; 
	letter-spacing: 0px;
	padding:0px;
	font-weight: bold;
	line-height: 14px;
	font-style:italic;
	text-transform: none;}
	
.nameaccent {font-size:10px;
     font-family: georgia, helvetica, arial;
	color: #4D4D4D; 
	letter-spacing: 0px;
	padding:0px;
	line-height: 14px;
	font-weight: bold;
	font-style:italic;
	text-transform: none;}
	
.container {
	position: absolute;
	height: 50%;
	width: 50%;
	left: 183px;
	top: 153px;}
	
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 500px; /*Width of Carousel Viewer itself*/
height: 366px; /*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: 5px; /*margin around each panel*/
}

