a, a:link, a:visited, a:hover, a:hover {
	color: #0099cc;
	text-decoration:none;
}

a:hover {
	color: #0099cc;
	text-decoration:underline;
}
html, body {
    font-size: 14px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Helv, sans;
    color: #333 ;
    line-height: 1.1em;
    word-spacing: 1px;
    background-color: #f0ede6;
    width: 100%;
    height: 100%;	
    margin: 0px; 
	background-image: url(../images/header-BG.gif);
	background-repeat:repeat-x;
}
  
p, td {
    font-size: 14px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Helv, sans;
    color: #333 ;
    line-height: 1.1em;
    word-spacing: 1px;
}
  
img {
    border: 0px;
}	
   
#Wrapper {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto; 
    text-align: left; 
    z-index: 0;
}

#Header {
	width: 100%;
	height: 45px;
	margin-bottom:10px;
	background-image: url(../images/header-BG.gif);
	background-repeat:repeat-x;
	
}

#MillwardBrownLogo {
	position: absolute;
	width: 168px;
	height: 45px;
	left: 1px;
	top: 0px;
	background-image: url(../images/MillwardBrown.gif);
	background-repeat:no-repeat;
}

#Location {
	position: absolute;
	width: 68px;
	height: 45px;
	left: 918px;
	top: 0px;
}

#Photos {
	width: 980px;
	height: 164px;
	margin-bottom:5px;
	margin-left:5px;
	background-image: url(../images/HeaderPhotos.jpg);
	background-repeat:no-repeat;
}

#Content {
	width: 100%;
	height: auto;
}

#Content {
	width: 100%;
	height: auto;
	padding: 5px;
}

#FooterRule {
	width: 100%;
	height: 5px;
	margin-left:5px;
	background-image: url(../images/FooterRule.gif);
	background-repeat:no-repeat;
}

.sectionTitle {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#5090CD;
	padding: 5px;
}
  
.resultsPageCount {
	background-color:#2f4e9b;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}
  
.colHead {
	background-color:#c8d2ed;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

