#maincontentDiv {
	width: 768px;
	background-color : #ffffff;
	float: left;
}

.text {
	
}

#upperdotsDiv {
	width: 768px;
	height: 3px;
	background-image : url(/aspenv/images/dots_bg_horizont.gif);
	background-repeat : repeat-x;
}

#bottomdotsDiv2 {
	width: 768px;
	height: 3px;
	background-image : url(/aspenv/images/dots_bg_horizont.gif);
	background-repeat : repeat-x;
}

#leftclDiv {
	width: 534px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#titlemainDiv {
	margin-left: 7px;
	margin-top: 5px;
}

#textsubDiv {
	margin-left: 20px;
	margin-right: 15px;
}

.textsubDiv2 {
	margin-left: 15px;
	margin-right: 15px;
}

.textsubDivRed {
	margin-left: 15px;
	margin-right: 15px;
	color: #9F0007;
}

#middledotsDiv {
	background-image : url(/aspenv/images/dots_bg_vert.gif);
	background-repeat : repeat-y;
	height: 300px;
	float: left;
	width: 3px;
}

#rightclDiv {
		width: 191px;	
		float: right;
		margin: 0px;
		padding: 0px;
}

.rightboxDiv {
	background-image : url(/aspenv/images/box_right.gif);
	background-repeat : no-repeat;
	height: 164px;
	margin-bottom: 5px;
}

.rightboxDivbig {
	background-image : url(/aspenv/images/box_right_bigger.gif);
	background-repeat : no-repeat;
	height: 191px;
	margin-bottom: 5px;
}


.rightboxtitleDiv {
	margin-top: 2px;
	margin-left: 5px;
	height: 30px;
	float: left;
	width: 190px;
}

.rightboxtextDiv {
	margin-left: 5px;
	margin-top: 5px;
	float: left; 
	margin-right:10px;
}

#contableDiv {
	margin: 0px auto;
	width: 520px;
	
}

/* Formatting */

table {
	border-collapse: collapse;
}

tr, td {
	margin: 2px;
	padding: 2px;
	border: 0px;
}

#tablecontent {
	border: 0px;
	width: 516px;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
}

.titlecell {
	background-image : url(/aspenv/images/cont_table_bg.gif);
	background-repeat : repeat-x;
	height: 22px;
	color: #CA680F;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.greycell {
	background-color : #F2F2F2;
}

#col1 {
	width: 164px;
}

#col2 {
	width: 266px;
}

#col3 {
	width: 35px;
}

#col4 {
	width: 35px;
}

.bold {
	font-weight: bold;
}


#twocols {
	float: left;
	width: 558px;
}

.onecol {
	width: 59%;
	float: left;
}

.secol {
	width: 40%;
	float: left;
}

.packages {
	width: 40%; 
	float: left;
	margin-right: 30px;
}


.dots_short {
	width: 180px;
	height: 3px;
	background-image : url(/aspenv/images/dots_bg_horizont.gif);
	background-repeat : repeat-x;
	margin: 0px auto;

}

.dots_line {
	width: 90%;
	height: 3px;
	background-image : url(/aspenv/images/dots_bg_horizont.gif);
	background-repeat : repeat-x;
	margin: 0px auto;

}

.right_align {
	text-align: right;
}

.bigger_text {
	font-size: 12px;
}


/* DEMO SUBPAGE  */


.demo_first {
	float: left;
	width: 200px;
	clear: both;
}

.lefter {
	float: left;
}