#column1of2 {
	float: left;
	width: 164px;
}
#column2of2 {
	float: left;
	width: 800px;
}
#primaryListContent {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 810px;
	border: 1px solid #416072;
	display: block;
}

#listHeading1Container {
	width: 100%;
	display: block;
	min-height: 25px;
	height: auto;
	overflow:auto;
	background-image: url('../images/heading_background.png');
	border-bottom: 1px solid #416072;
}
#listHeading2Container {
	width: 100%;
	display: block;
	min-height: 25px;
	height: auto;
	overflow:auto;
	background-image: url('../images/secondary_heading_bkg.png');
	border-bottom: 1px solid #BF811C;
	padding: 3px 0px 5px 0px;
}
#listHeading3Container {
	width: 100%;
	display: block;
	min-height: 25px;
	height: auto;
	overflow:auto;
	background-color: #666666;
	border-bottom: 1px solid #8EA2A0;
	padding: 3px 0px 5px 0px;
}
#listHeading4Container {
	width: 100%;
	display: block;
	min-height: 25px;
	height: auto;
	overflow:auto;
	background-color: #8EA2A0;
	border-bottom: 1px solid #8EA2A0;
	padding: 3px 0px 5px 0px;
}

#listHeading1 {
	float: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: 4px 0px 0px 5px;
}
#listHeading2 {
	float: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: 2px 0px 0px 5px;
}
#listHeading3 {
	float: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: 5px 5px 0px 5px;
}
#listHeadingBottomBorder {
	width:100%; 
	border-bottom: 1px solid #416072;
	clear: both;
}
#listHeading3 a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: underline;
}
#listHeading3 a:hover {
	text-decoration: none;
	color: #416072;
}

#primaryListContentEntry {
	width: 810px;
	display: table-row;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #E4E9EE;
}

#primaryListContentEntry.light {
	background-color: #F7F9FA;
}
#primaryListContentEntry.dark {
	background-color: #E4E9EE;
}
#listCell {

	float: left;
	padding: 5px;
}
#listCell a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #416072;
	text-decoration: underline;
}
#listCell a:hover {
	text-decoration: none;
}

#contentDivider {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #416072;
}

#previous {
	float: left;
	width: 100px;
	min-height: 1px;
	overflow: auto;
}
#next {
	float: right;
	width: 100px;
	text-align: right;
	min-height: 1px;
	overflow: auto;
}
#previous a {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#previous a:hover {
	color: #416072;
	text-decoration: none;
}
#next a {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#next a:hover {
	color: #416072;
	text-decoration: none;
}
#resultDetails {
	float: left;
	width: 600px;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
