body
{
	margin: 0px;
	padding: 0px;
	background-color: #e7eded;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	color:#000000;
}

a {
	text-decoration:none;
	color:#000000;
}

#mainContainer {
	width:916px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:180px;
}

#top {
	background-image:url(images/rentals/stripesBkg.jpg);
	background-repeat:repeat-x;
	height:91px;
}

#top #logo {
	margin-right:18px;
}

#leftDiv {
	width:360px;
	float:left;
	margin-top:10px;
}

#greenBox {
	background-color:#adc2c2;
	border:2px solid #000000;
	padding-left:15px;
	font-size:18px;
	margin-bottom:20px;
}

#rightDiv {
	float:right;
	width:550px;
}

#clear {
	clear:both;
	height:1em;
}

#yellowBox {
	width:300px;
	background-color:#fcd0a4;
	border:2px solid #000000;
	padding:8px;
}
	

/*Text Formating*/

.boldTxt {
	font-size:20px;
	font-weight:bold;
}

.headerTxt {
	font-size:18px;
}

.bigTxt {
	font-size:36px;
	font-weight:bold;
}


#mainContainer table {
	font-size: 18px;
	text-align:left;
}
