/* CSS Document */

.dummy {
}

.images {
float: right; 
margin: 3px;
}

.insetbox {
float: right;
margin: 3px;
padding: 1px;
width: 205px;
height: auto;
font:Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #f1eeee;
border-style: solid;
border-color:#999999;
border-width:thin;
}

.RevMainContent {
font-family: Arial, Helvetica, sans-serif;
font-size: 92.3%;
line-height: 1.5;
color: #000000;
}

.headings {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

.box1 {
float: left;
margin: 3px;
padding: 1px;
width: 300px;
height: auto;
font: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align:left;
}


.box2 {
float: right;
margin: 3px;
padding: 1px;
width: 300px;
height: auto;
font: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align:left;
}
	
.table {
float: middle;
margin: 3px;
padding: 1px;
width: 350px;
height: auto;
font:Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #f1eeee;
border-style: solid;
border-color:#999999;
border-width:thin;
}


.table2 {
float: middle;
margin: 3px;
padding: 1px;
width: auto;
height: auto;
font:Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #f1eeee;
border-style: solid;
border-color:#999999;
border-width:thin;
}

.ataglance {
float: right;
margin: 3px;
padding: 1px;
width: 325px;
height: auto;
font: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align:left;
}

.othertax {
float: left;
margin: 3px;
padding: 1px;
width: 275px;
height: auto;
font: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align:left;
}

div#SlideShowImage { /*(NOTE: This is replacing the settings you have for #imageWrap) */
	float: right;
	text-align: center;
	width: 300px; /* Larger than the slideshow image to allow for fake padding */
	margin: 3px 3px 3px 3px; /* (Margin would be better to use than padding, because it padding is not processed properly in all browsers) */
}

