body 
{
	background-color: #E5E3D2;
	margin: 0;
	border: 0;
	padding: 0px 20px 0px 20px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	height: 100%;
}

img 
{ 
	border: 0px; 
	display: inline;
}

a:link, a:visited  
{ 
	color: #0F2E44; 
	text-decoration: underline; 
}

a:hover, a:active 
{ 
	color: #578AD0; 
	text-decoration: underline; 
}

#bounds
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#closeWindowControl
{
	background-color: #E5E3D2;
	float: right;
	clear: both;
	height: 36px;
}

#closeWindowButton
{
	position: relative;
	top: 9px;
}

#content
{
	float: left;
	clear: both;
	background-color: #FFFFFF;
	padding: 10px;
}

#header
{
	height: 128px;
}

#logo
{
	float: left;
}

#contactInfo
{
	float: right;
	position: relative;
	top: 10px;
	width: 190px;
	font-size: 12px;
	line-height: 18px;	
	text-align: left;
}

#mainCell
{
	clear: both;
	line-height: 16px;
	text-align: center;
}

span.header 
{
	font-weight:bold;
}

.caption
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.availability 
{
	margin: 10px;
	width: 740px;
	border: 1px solid black;
	font-size: 11px;
}

.availability th, td 
{	
	padding: 8px;
	border-right: 1px solid black;	
}

.availability th
{
	border-bottom: 1px solid black;
}

.availability  .pdfCol
{
	border-right: 0px solid black;
}


.availability .even 
{	
	background-color: #edf5ff;	
}

.availability .unitCol
{
	font-weight: bold;
	font-size: 12px;
}