body {
	font-family: trebuchet ms;
	font-size: 18px;
	color: #000;
	background-color: #e1e3e0;
	margin: 0px;
	padding: 0px;
	}
	
/* MainNav current page highlight ---------- */
body.home #mainNav a#home {
	color: #636570;
	text-decoration: underline;
}
body.sellers #mainNav a#sellers {
	color: #636570;
	text-decoration: underline;
}
body.buyers #mainNav a#buyers {
	color: #636570;
	text-decoration: underline;
}
body.gbr #mainNav a#gbr {
	color: #636570;
	text-decoration: underline;
}
body.us #mainNav a#us {
	color: #636570;
	text-decoration: underline;
}
body.contact #mainNav a#contact {
	color: #636570;
	text-decoration: underline;
}
	
html {
	height : 100.1%;
	}
	
img {
	border: none;
	}
	
#pictures a:link, a:active, a:visited, a:hover {
	border: none;
	}

h1 {
	font-family: trebuchet ms;
	font-size: 24px;
	font-weight: bold;
	color: #095ba7;
	text-transform: capitalize;
	text-decoration: underline;
	margin-bottom: -2px;
	}
	
h2 {
	font-family: trebuchet ms;
	font-size: 20px;
	color: 095ba7;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	}
	
h3 {
	font-family: trebuchet ms;
	font-size: 22px;
	color: 095ba7;
	text-decoration: underline;
	text-transform: capitalize;
	}
	
h4 {
	margin: 0px;
	padding: 0px;
	}
	
p {
	font-family: trebuchet ms;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	}

#container {
	margin:0 auto 15px auto;
	width:1000px;
	padding:0;
	background:#fff;
	}
	
#top-container {
	width: 980px;
	background: #fbfbfc url(../images/topcont-bg.png) no-repeat top;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
	
#bottom-container {
	width: 980px;
	min-height: 356px;
	background: url(../images/botcont-bg.png) no-repeat bottom;
	margin: 0px;
	padding: 0 0 20px 0;
	}

#logo-bar {
	width: 100%;
	height: 175px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	background: url(../images/logo.png) no-repeat;
	}
	
#logo-bar a {
	border: none;
	}
	
#banner {
	width: 100%;
	height: 100%;
	border: none;
	}

/* Main Nav ---------------------- */
#mainNav {
	width: 950px;
	font-family: trebuchet ms;
	margin-top: -35px;
	text-align: right;
	font-size: 14px;
	color: #636570;
	}

#mainNav ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

#mainNav li {
	margin-left: 0;
	margin-bottom: 0;
	float: right;
	background: url(../images/right-tab.png) no-repeat right top;
	}
	
#mainNav a {
	display: block;
	background: url(../images/left-tab.png) no-repeat left top;
	padding: 5px 15px;
	border: none;
	color: #095ba7;
	}
	
#mainNav a:hover {
	text-decoration: underline;
	}
	
#mainNav #current {
	background-image: url(../images/right-tab-current.png);
	}
	
#mainNav #current a {
	background-image: url(../images/left-tab-current.png);
	}
/*----End mainNav---- */

a {
	text-decoration: none;
	}
	
#index-content {
	margin: -20px 0 0 0;
	}
	
#header {
	text-align: left;
	width: 720px;
	margin: 0;
	padding-top: 10px;
	}
	
#header-left {
	float:left;
	text-align: left;
	width: 720px;
	margin: 0 0 0 20px;
	padding-top: 10px;
	}
	
#header-right {
	float: right;
	text-align: right;
	width: 720px;
	margin: 0 20px 0 0;
	padding-top: 10px;
	}
	
#list-home {
	font-family: trebuchet ms;
	font-size: 16px;
	text-align: center;
	width: 940px;
	height: 550px;
	}
	
#list-home a:link, a:active {
	color: #095ba7;
	border-bottom: #999 dotted 1px;
	text-decoration: none;
	}
	
#list-home a:visited {
	color: #095ba7;
	border-bottom: #999 dotted 1px;
	text-decoration: none;
	}
	
#list-home a:hover {
	color: #000;
	border-bottom: #999 solid 1px;
	text-decoration: none;
	}
	
#steps-header {
	font-family: trebuchet ms;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	width: 800px;
	padding-top: 5px;
	}
	
#map {
	padding-top: 10px;
	}
	
#next-step-left {
	float: left;
	text-align: left;
	font-size: 16px;
	font-family: trebuchet ms;
	}
	
#next-step-left a {
	border-bottom: #999 dotted 1px !important;
	text-decoration: none;
	color: #6b9e30 !important;
	}
	
#next-step-left a:hover {
	border-bottom: #000 solid 1px !important;
	text-decoration: none;
	color: #6b9e30 !important;
	}
	
#next-step-right {
	float: right;
	text-align: right;
	font-size: 16px;
	font-family: trebuchet ms;
	height: 20px;
	}
	
#next-step-right a {
	border-bottom: #999 dotted 1px !important;
	text-decoration: none;
	color: #6b9e30 !important;
	}
	
#next-step-right a:hover {
	border-bottom: #000 solid 1px !important;
	text-decoration: none;
	color: #6b9e30 !important;
	}
	
#center {
	text-align: center;
	}
	
#rec-links {
	display: none;
	}
	
#rec-links a {
	text-decoration: none;
	border: none;
	}
	
#rec-links tr td {
	width: 170px;
	}
	
.nodisplay {
	display: none;
	}
	
#content {
	width: 650px;
	text-align: left;
	font-family: trebuchet ms;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding-top: 5px;
	}
	
#listed-content {
	font-family: trebuchet ms;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	font-size: 18px;
	clear: both;
	padding-bottom: 5px;
	padding-top: 3px;
	}
	
#listed-content a:link, a:active {
	font-family: trebuchet ms;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	border: none;
	font-size: 18px;
	}
	
#listed-content a:visited {
	font-family: trebuchet ms;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	border: none;
	font-size: 18px;
	}

#listed-content a:hover {
	font-family: trebuchet ms;
    color: #095ba7;
    text-decoration: none;
    font-style: normal;
    border-bottom: #999 dotted 1px;
	font-size: 18px;
	}
	
#listed-content ol {
	font-family: trebuchet ms;
	font-style: italic;
	color: #999;
	border: none;
	font-size: 18px;
	}
	
#subtitle {
	font-family: trebuchet ms;
	font-size: 14px;
	text-align: left;
	float: left;
	}
	
#button-left{
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;
	border: none;
	}
	
#button-left a:link, a:visted, a:active {
	outline: none;
	border: none;
	}
	
#button-right{
	float: right;
	margin-left: 20px;
	padding-bottom: 5px;
	border: none;
	}
	
#button-right a:link, a:visted, a:active {
	outline: none;
	border: none;
	}
	
#contact-content {
	font-family: trebuchet ms;
	text-align: center;
	width: 800px;
	margin: 10px auto 0px auto;
	clear: both;
	padding-bottom: 10px;
	}
	
#contact-content a:link {
	color: #C41700;
	text-decoration: underline;
	border: none;
	}
	
#contact-content a:visited {
	color: #C41700;
	text-decoration: underline;
	border: none;
	}
	
#contact-content a:active {
	color: #C41700;
	text-decoration: underline;
	border: none;
	}
	
#contact-content a:hover {
	color: #C41700;
	text-decoration: underline;
	border: none;
	}
	
#table {
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
#calculator {
	text-align: left;
	width: 800px;
	}
	
#calculator-code a:link, a:visited {
	color: #095ba7;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	font-size: 11px;
	}
	
#calculator-code a:active {
	color: #095ba7;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	font-size: 11px;
	}
	
#calculator-code a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-size: 11px;
	}
	
#privacy {
	text-align: center;
	width: 840px;
	font: 16px #000;
	padding-top: 50px;
	clear: both;
	}
	
#steps {
	text-align: left;
	min-height: inherit;
	width: 940px;
	font: 16px #000;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	}
	
#steps a:active, a:link {
	color: #095ba7;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	font-size: 16px;
	}
	
#steps a:visited {
	color: #095ba7;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	font-size: 16px;
	}
	
#steps a:hover {
	color: #000;
	border-bottom: 1px solid #999;
	font-size: 16px;
	}
	
#steps ul li {
	font-family: trebuchet ms;
	color: #000;
	font-size: 16px;
	}
	
#relo {
	width: 800px;
	}
	
#relo-left a:link, a:active, a:hover {
	border: none;
	color: #000;
	}
	
#relo-left a:visited {
	border: none;
	color: #000;
	}
	
#relo-center a:link, a:active, a:hover {
	border: none;
	color: #000;
	}
	
#relo-center a:visited {
	border: none;
	color: #000;
	}
	
#relo-right a:link, a:active, a:hover {
	border: none;
	color: #000;
	}
	
#relo-right a:visited {
	border: none;
	color: #000;
	}
	
#relo-left {
	padding: 15px;
	text-align: center;
	vertical-align: top;
	}
	
#relo-center {
	padding: 15px;
	text-align: center;
	border-left: 1px dotted #999;
	vertical-align: top;
	}
	
#relo-right {
	padding: 15px;
	text-align: center;
	vertical-align: top;
	}
	
#relo-packet {
	text-align: left;
	width: 800px;
	font: 15px #000;
	padding-top: 10px;
	}
	
td.left {
	width: 80px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

#captcha-area {
	margin-left: 140px;
}

#relo-packet input, #relo-packet textarea {
	padding: 5px;
	width: 420px;
	font-family: trebuchet ms;
	font-size: 15px;
	margin-left: 15px;
	border: 2px solid #ccc;
}

#relo-packet textarea {
	height: 90px;
}

#relo-packet textarea:focus, #relo-packet input:focus {
	border: 2px solid #900;
}

#relo-packet input.submit-button {
	width: 100px;
	float: right;
	margin-right: 200px;
	margin-bottom: 10px;
}

#relo-form {
	margin-left: 125px;
	}
	
#search {
	padding-top: 10px;
	}
	
#steps-listed-content {
	font-family: trebuchet ms;
	text-align: left;
	width: 940px;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
	}
	
#steps-listed-content ol {
	color: #999;
	font-style: italic;
	}
	
#steps-listed-content a {
	color: #000;
	text-decoration: none;
	font-style: normal;
	}

#steps-listed-content ul {
	color: #000;
	font-style: normal;
	font-size: 16px;
	}
	
#article-outline {
	font-family: trebuchet ms;
	font-size: 16px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	}
	
#article-outline ol {
	color: #999;
	font-style: italic;
	}
	
#article-outline li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

#article-outline ul {
	color: #000;
	font-style: normal;
	font-size: 16px;
	}
	
#article-outline ul a {
	color: #095ba7;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}
	
#def-content {
	font-family: trebuchet ms;
	text-align: left;
	width: 940px;
	}
	
#def-content a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	}
	
#def-content ul {
	color: #000;
	font-family: trebuchet ms;
	font-size: 16px;
	font-style: normal;
	}
	
#def-content ol {
	color: #999;
	font-style: italic;
	}
	
#def-content acronym {
	border: none;
	text-decoration: none;
	}
	
#def-list {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	}
	
#def-list a {
	font-size: 14px;
	text-align: center;
	}
	
#aboutgbr {
	width: 800px;
	margin-bottom: 20px;
	clear: both;
	padding-top: 5px;
	}
	
#aboutgbr a:link, a:active {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	}
	
#aboutgbr a:visited {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	}

#aboutgbr a:hover {
	color: #095ba7;
	text-decoration: underline;
	font-size: 16px;
	}
	
#aboutgbr2 {
	width: 800px;
	clear: both;
	margin-bottom: 10px;
	}
	
#aboutgbr2 a:link, a:active {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	}
	
#aboutgbr2 a:visited {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	}

#aboutgbr2 a:hover {
	color: #095ba7;
	text-decoration: underline;
	font-size: 16px;
	}
	
.aboutgbr-left {
	width: 380px;
	text-align: center;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	}
	
.aboutgbr-right {
	width: 379px;
	text-align: center;
	float: right;
	padding-left: 10px;
	}
	
#footer {
	clear: both;
	font-family: trebuchet ms;
	text-align: center;
	width: 800px;
	font-size: 16px;
	margin-top: 10px;
	color: #636570;
	height: 93px;
	}
	
#footer a:link, a:active, a:visited {
	color: #636570;
	border: none;
	font-size: 16px;
	}
	
#footer a:hover {
	color: #095ba7;
	border-bottom: #095ba7 1px solid;
	font-size: 16px;
	}
	
#remax-button {
	padding-bottom: 5px;
	}
	
.footer {
	font-family: trebuchet ms;
	font-size: 16px;
	color: #636570;
	}
