/* START NEW CSS */
body {
	background-color: #fff;
	text-align: center;
	}
body, td {
	font-family: Verdana, Tahoma, Arial, sans;
	font-size: 11px;
	color: #000;
	}
form {
	margin: 0;
	padding: 0;
	}

/* Compatibility Cheats */
.pixelClear {
	clear: both;
	display: block;
	width: 1px;
	}

/* Structure */
#pageContainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FF9900;
	}
#pageHeaderLogo {
	/*float: left;*/
	width: 330px;
	height: 76px;
	}
#pageHeaderText {
	/*float: left;*/
	width: 325px;
	font-size: 20px;
	font-weight: bold;
	color: #99CC00;
	}
#pageHeaderLink {
	/*float: right;*/
	width: 110px;
	height: 76px;
	margin-right: 5px;
	margin-top: 2px;
	}
#pageMainNavBar {
	clear: both;
	height: 31px;
	background-color: #99CC00;
	}
#pageMainNavSearch {
	float: left;
	width: 160px;
	height: 31px;
	line-height: 31px;
	}
#pageMainNav {
	float: right;
	width: 605px;
	height: 31px;
	text-align: right;
	margin-right: 5px;
	}
.dividerOrange {
	height: 20px;
	line-height: 20px;
	text-align: left;
	background-color: #FF9900;
	}
.dividerGreen {
	height: 20px;
	line-height: 20px;
	background-color: #99CC00;
	}
#breadcrumb {
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	width: 500px;
	}
#pageLanguage {
	float: right;
	width: 150px;
	height: 18px;
	text-align: right;
	padding-right: 5px;
	}
#pageLinkCabinet {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	}
#pageFooterLinks {
	font-size: 10px;
	background-color: #FF9900;
	text-align: center;
	}
#pageFooterProvinces {
	font-size: 10px;
	background-color: #99CC00;
	text-align: center;
	}
#pageFooterStates {
	line-height: 15px;
	font-size: 10px;
	background-color: #99CC00;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
.linkBoxLine {
	clear: both;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	}
.linkTextLine {
	clear: both;
	height: 26px;
	line-height: 13px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E9FDA0;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	text-align: center;
	}
.linkBoxLineTR td {
	height: 70px;
	text-align: center;
	}
.linkTextLineTR td {
	height: 26px;
	line-height: 13px;
	background-color: #E9FDA0;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	text-align: center;
	}
.linkBoxLineTR .adBox, .linkTextLineTR .adBox {
	width: 120px;
	}
.linkTextLineTR .blueArrow {
	width: 60px;
	text-align: center;
	}
.linkBox80 {
	float: left;
	width: 90px;
	height: 60px;
	}
.linkText80 {
	float: left;
	width: 90px;
	height: 26px;
	line-height: 13px;
	}
.linkBox108 {
	float: left;
	width: 112px;
	height: 70px;
	}
.linkText108 {
	float: left;
	width: 115px;
	height: 26px;
	line-height: 13px;
	}
.leftLineTag {
	float: left;
	width: 50px;
	height: 26px;
	line-height: 26px;
	}
.leftLineTag img {
	margin-top: 5px;
	}

/* Styles */
a {
	color: #333;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 10px;
	}
.medBoxCentered {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}

/* Search Page */
#searchBox {
	text-align: center;
	margin-bottom: 20px;
	}
.titleHeading {
	width: 600px;
	margin: 5px auto;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}
.searchResultCat {
	background-color: #f5f5f5;
	}
.searchResultLink {
	background-color: #DDFF77;
	}
.searchResultCat, .searchResultLink {
	width: 600px;
	margin: 5px auto;
	text-align: left;
	padding: 1px;
	border: 1px solid #ccc;
	}
.searchResultImage {
	
	}
.searchResultName {
	font-weight: bold;
	font-size: 12px;
	color: #0000FF;
	}
.searchResultDesc {
	font-size: 10px;
	color: #333;
	}
.searchResultExtraInfo {
	font-size: 10px;
	color: #555;
	}
.searchDetails {
	clear: both;
	margin-top: 3px;
	font-size: 10px;
	color: #777;
	}
.levelBox {
	float: left;
	width: 250px;
	margin-left: 10px;
	}