/* CSS Document */
/* main content */	
div#content {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 220px; 
	}
div#leftside{
clear: left;
	text-align: left;
	color: #C4DCE3;
	float: left;
	width: 65%;
	font-size: 0.9em;
	padding: 5px 5px 5px 0px;
	background-position: center;
	margin: 5px 5px 5px 0px;
	font-weight: bold;
}
#leftside h2{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
#leftside p{
margin-left:25px;
}
#leftside ul {
margin-top: 0px;
	margin-bottom: -10px;
}

#leftside ul li {
	color: #C4DCE3;
	font-weight: bold;
	margin-bottom: 10px;
	list-style-image: url(../images/orangebullet.gif);
	line-height: 1em;
}
.indenttext{
	padding-left: 18px;
}
div#rightside{
	text-align: left;
	float: right;
	padding: 12px 5px 5px;
	width: 30%;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 10px 5px 5px;
/*	position: relative;*/
	line-height: 1.2em;
}
/* IE Hack */
div#rightside {
/	padding: 15px 5px 5px;
}
#rightside ul {
margin-top: 1px;
margin-bottom: 1px;
}
.whitetext {
	color: #FFFFFF;
}
.whitesmall {
	font-size: 0.9em;
	color: #FFFFFF;
}
div.dbbox{
	background-color: #6D9EBC;
	line-height: 1.4em;
	font-size: 1em;	
	padding-left: 25px;

}
div.blueboxtour {
	background-color: #C4DCE3;
	text-align: left;
	color: #2C698D;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
}
div.orangeboxtour {
	background: #F48130;
	color: #ffffff;
	padding: 4px 8px;
	text-align: left;
}
div.orangeboxtour a {
color: #2C698D;
}
/*.larger {
	font-size: 1em;
	padding-left: 25px;
}*/