.siteLogo
{
	 background-image:url("../images/logo.png");
	 background-repeat:no-repeat;
	 height:66px;
	 width:300px;
	 cursor:pointer; /*not hand on chrome*/
	 cursor:hand;
	 margin-top: 3px;
	 margin-bottom: 2px; 
}

.pagetitle
{
	font-size: 12pt;
	font-weight: bold;
	font-family: calibri;
}

.pagecontentheader
{
	font-size: 11pt;
	font-family: calibri;
	font-weight: bold;
}

.pagecontent
{
	font-size: 11pt;
	font-family: calibri;
}

table.container
{
	width:1000px;
	min-height: 680px;
	border:0px;
	margin-left:auto; 
    margin-right:auto;
    vertical-align: top;
}

table.topRightTable
{
	width:480px;
	border:0;
}

table td
{
	/*overflow:hidden;*/
}

table 
{
    table-layout:fixed;
}

.linkFormat
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	letter-spacing: 0px;
}

.searchBar 
{
	background-color: #E0E0E0;
	padding-top: 2px;
	padding-bottom: 1px;
}

.searchButton 
{
	background-image: url("../images/greenbg.jpg");
	background-repeat: repeat-x;
	height: 22px;
	width: 90px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: normal;
}

.searchButton:hover
{
	background-image: url("../images/hover_.png");
	background-repeat: repeat-x;
	cursor: pointer;
	height: 22px;
	width: 90px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: normal;
}

.cityDealLabel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	padding-left: 0px;
	text-align: right;
	font-weight: bold;
}

.footerTable 
{
	/*border: 1px solid #666;*/
}

.footerText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-left: 10px;
}

.footerTextBold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-left: 10px;
	font-weight: bold;
}


