#delcontainer {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	height: 220px;
} 
#delcontainer .box01 {
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	color: #666666;
	margin: 0px;
	line-height: 20px;
	padding: 8px;
	background-color: #FFFFFF;
}
#delcontainer #del1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 180px;
}
#delcontainer a {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

#delcontainer #del2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin-right: 5px;
}
#delcontainer #del2 .bold {
	font-weight: bold;
	list-style-type: none;
}
#delcontainer #del3 {
	padding: 0px;
	width: 235px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	color: #FFFFFF;
}
#delcontainer  #del3 .bold {
	font-weight: bold;
	list-style-type: none;
	margin-top: 7px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#delcontainer ul {
	padding-top: 60px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#delcontainer li {
	margin-top: 0px;
}
#delcontainer h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.highlight01 {
	font-size: 16px;
	color: #000000;
	background-color: #CCCC00;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.promo01 {
	margin: 15px;
	padding: 0px;
	background-image: url(images/grey_01.jpg);
	height: 280px;
}
.promo01 img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.promo01 p {

}

.promo01  h2 {
	color: #FFFFFF;
	background-color: #CC6600;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.promo01 h3 {
	color: #333333;
	font-weight: bold;
}

#border {
	height: 45px;
}
