body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #14a9d6;
	margin: 0;
	text-align: center;
}
#wrapper {
	width: 930px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 930px;
	height: 88px;
	background-image: url(header.gif);
	float: left;
}
#nav {
	width: 930px;
	height: 45px;
	float: left;
}
.spacer {
	width: 452px;
	height: 55px;
	background-image: url(spacer.gif);
	background-repeat: no-repeat;
	float: left;
}
#content1 {
	width: 930px;
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;
	float: left;
}
#content2 {
	width: 840px;
	background-image: url(top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 30px;
}
/* Start IE 5 box model bug fix */
* html #content {
	width: 930px;
	w\idth: 840px;
}
/* End IE 5 box model bug fix */
#footer {
	width: 930px;
	height: 70px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding-top: 30px;
	text-align: center;
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}
#footer table {
	margin: 0 auto 0 auto;
}
#footer table td {
	padding: 0 10px 0 10px;
}
a.footerlink:link {
	color: #ffffff;
	text-decoration: none;
}
a.footerlink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footerlink:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.footerlink:active {
	color: #ffffff;
	text-decoration: none;
}
#nav a {
	text-indent: -5000px;
}
#header a {
	text-indent: -5000px;
}
a#but1 {
	float: left;
	display: block;
	background-image: url(but1.gif);
	width: 105px;
	height: 45px;
}
a#but2 {
	float: left;
	display: block;
	background-image: url(but2.gif);
	width: 167px;
	height: 45px;
}
a#but3 {
	float: left;
	display: block;
	background-image: url(but3.gif);
	width: 99px;
	height: 45px;
}
a#but4 {
	float: left;
	display: block;
	background-image: url(but4.gif);
	width: 107px;
	height: 45px;
}
a#but1:hover, a#but2:hover, a#but3:hover, a#but4:hover {
	background-position: 0 -45px;
}
#header a#but5 {
	float: right;
	display: block;
	background-image: url(but5.gif);
	width: 61px;
	height: 25px;
}
#header a#but6 {
	float: right;
	display: block;
	background-image: url(but6.gif);
	width: 73px;
	height: 25px;
}
#header a#but5:hover, #header a#but6:hover {
	background-position: 0 -25px;
}
h1 {
	font-family: verdana;
	margin: 0 0 25px 0;
	padding: 5px;
	color: #0a88ad;
	border: 1px solid #0a88ad;
	background-color: #c8f2ff;
	overflow: hidden;
}
h2 {
	font-family: verdana;
	margin: 15px 0 7px 0;
	color: #0a88ad;
	padding-bottom: 8px;
}
p {
	margin: 0 0 20px 0;
	font-family: verdana;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	font-weight: normal;
}
a:link {
	color: #0a88ad;
}
a:visited {
	color: #0a88ad;
}
a:hover {
	color: #0a88ad;
}
a:active {
	color: #0a88ad;
}
ol.clicktoc {
	background-color: #067699;
	color: #ffffff;
	margin: 0;
}
ol.clicktoc li {
	line-height: 180%;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #7cb9cc;
	background-color: #f0fafd;
	margin: 0;
}
ol.clicktoc li.toptoc {
	line-height: 180%;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #7cb9cc;
	border-top: 1px dotted #7cb9cc;
	margin: 0;
}

a.contentct:link {
	color: #0a88ad;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a.contentct:visited {
	color: #0a88ad;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a.contentct:hover {
	color: #14a9d6;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
a.contentct:active {
	color: #0a88ad;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

ol {
	font-weight: bold;
	font-family: verdana;
	color: #0a88ad;
}

li p {
	font-weight: normal;
	margin: 0 0 20px 0;
	font-family: verdana;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}

table.ratio {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
table.ratio td {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 5px;
	font-family: verdana;
	font-size: 16px;
}
table.ratio th {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 5px;
	font-family: verdana;
	font-size: 16px;
	background-color: #f0fafd;
}
h2.red {
	background-color: #fe7f91;
	color: #ca112b;
}
h2.green {
	background-color: #ccef9e;
	color: #76bd1a;
}
li {
	font-family: verdana;
	font-size: 16px;
}

.next {
	text-align: right;
	margin-top: 50px;
}
a.nextlink {
	font-weight: bold;
}

table.learnclicker {
	border-collapse: collapse;
	width: 550px;
	border: 1px solid #7d745a;
}

table.learnclicker th {
	background-color: #7d745a;
	color: #ffffff;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 10px 10px 15px;
}
table.learnclicker td {
	font-family: verdana;
	font-size: 16px;
	background-color: #f0eae0;
	vertical-align: top;
	padding-top: 10px;
	background-image: url(bg-table-clicker.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table.learnclicker td.tdlearnclick {
	font-family: verdana;
	font-size: 16px;
	background-color: #f0eae0;
	vertical-align: top;
	padding: 20px 40px 10px 0;
}
h1.home {
	font-family: verdana;
	margin: 0 0 5px 0;
	padding: 0;
	color: #0a88ad;
	border: 0;
	background-color: #ffffff;
}
a.learnclickerlink:link {
	color: #7d745a;
	font-size: 18px;
	font-weight: bold;
	background-image: url(arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 23px;
}
a.learnclickerlink:visited {
	color: #7d745a;
	font-size: 18px;
	font-weight: bold;
	background-image: url(arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 23px;
}
a.learnclickerlink:hover {
	color: #f27b07;
	font-size: 18px;
	font-weight: bold;
	background-image: url(arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 23px;
	background-position: 0 -18px;
}
a.learnclickerlink:active {
	color: #f27b07;
	font-size: 18px;
	font-weight: bold;
	background-image: url(arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 23px;
	background-position: 0 -18px;
}
ul.tablelink {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.boxwrapper {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.boxtop {
	background: url(boxtop.gif) center top no-repeat;
	width: 700px;
	height: 21px;
}
.boxmiddle {
	border-left: 10px solid #78bd1e;
	border-right: 10px solid #78bd1e;
	padding: 20px;
	text-align: left;
	background-color: #f7fdef;
}
.boxbottom {
	background: url(boxbottom.gif) center bottom no-repeat;
	width: 700px;
	height: 118px;
} 
.boxbottomnoarrow {
	background: url(boxbottomnoarrow.gif) center bottom no-repeat;
	width: 700px;
	height: 45px;
	margin-bottom: 80px;
} 
h3 {
	color: #78bd1e;
	font-family: verdana;
	font-size: 20px;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #dcf8b8;
}
h2.methods {
	margin-bottom: 30px;
}
table.contactform {
	font-family: verdana;
	font-size: 16px;
	margin-top: 30px;
}
img {
	border: 0;
}
.labsit {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
.clickerintro {
	width: 650px;
}

table.top10train {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	border-collapse:collapse;
	margin: 20px 0 20px 0;
	border: 1px solid #0a88ad;
}
table.top10train td {
	padding: 10px;
	border-bottom: 1px solid #0a88ad;
}
table.top10train td.rank {
	text-align: center;
	background-color: #c8f2ff;
	border-right: 1px solid #0a88ad;
}
table.top10train th {
	font-family: verdana;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0a88ad;
	padding: 5px 10px 5px 10px;
}
ul.articlelist {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul.articlelist li {
	margin: 0 0 20px 0;
	background-image: url(article.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 33px;
}
.articlelist a {
	font-size: 20px;
}
table.housetraindata {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 16px;
	margin-bottom: 20px;
}
table.housetraindata th {
	padding: 10px;
	border: 1px solid #000000;
	background-color: #b7e6ff;
}
table.housetraindata td {
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}
table.housetraindata td.housetrainleft {
	text-align: left;
}
.bannerct {
	width: 250px;
	height: 380px;
	float: left;
	margin: 0 10px 20px 0;
}
