body {
	background: url(images/d01.jpg) repeat-x #CCCCCC;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #000000;
}

a,
a.blue 
{
	color: #007BA9;
}

a:hover,
a.blue:hover
{
	color: #00AEEF;
}

a#bookmarklink {
	color: #888888;
	text-decoration: none;
	background: url(images/icon_bookmark.gif) no-repeat 0px 3px;
	padding-left: 19px;
	padding-top: 1px;
	font-size: 90%;
	text-transform: uppercase;
	position: relative;
	top: 20px;
	left: 550px;
}

a#homelink {
	color: #888888;
	text-decoration: none;
	background: url(images/icon_home.gif) no-repeat 0px 2px;
	padding-left: 17px;
	padding-top: 1px;
	font-size: 90%;
	text-transform: uppercase;
	position: absolute;
	left: 850px;
	top: 3px;
}

a#bookmarklink:hover,
a#homelink:hover 
{
	color: #000000;
}

#adtop {
	position: relative;
	top: -540px;
	left: 205px;
	width: 470px;
	height: 62px;
}

#adtop a#adherelink {
	display: block;
	width: 468px;
	overflow: hidden;
	height: 20px;
	border: 1px solid #007BA9;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	background: url(images/d02.jpg) repeat-x #007BA9;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold; 
}

#adtop a#adherelink:hover {
	text-decoration: underline;
}

#adleft {
	position: relative;
	top: -430px;
	left: -110px;
	width: 112px;
	height: 242px;
}

#adright {
	position: relative;
	top: -672px;
	left: 695px;
	width: 112px;
	height: 242px;
}

#adbottom {
	position: relative;
	top: -620px;
	left: 100px;
	width: 470px;
	height: 62px;
}

#oopstv {
	position: relative;
	top: -1175px;
	left: 23px;
	width: 185px;
	height: 200px;
}

#page {
	text-align: left;
	width: 720px;
}

#page #designleft,
#page #designright,
#page #designcenter
{
	display: block;
	float: left;
}

#page #designleft {
	background: url(images/d08.jpg) no-repeat;
	width: 23px;
	height: 170px;
	margin-top: 196px;
}

#page #designright {
	background: url(images/d09.jpg) no-repeat;
	width: 39px;
	height: 172px;
	margin-top: 198px;
}

#page #designbottom {
	background: url(images/d06.jpg) repeat-x;
	height: 112px;
	width: 650px;
}

#page #designbottom #designbottomleft {
	float: left;
	background: url(images/d05.jpg) no-repeat;
	height: 112px;
	width: 154px;
}

#page #designbottom #designbottomright {
	float: right;
	background: url(images/d07.jpg) 100% 0 no-repeat;
	height: 112px;
	width: 168px;
}

#logo {
	position: relative;
	top: 10px;
	left: 450px;
	width: 262px;
	overflow: hidden;
	margin-top: 120px;
	margin-bottom: 30px;
}

#clearboth {
	clear: both;
}

#alignright {
	text-align: right;
}

#tabs_outer {
	width: 650px;
}

#tabs #tabtitle_outer {
}

#tabs #tabtitle {
	float: left;
	background: url(images/d03.jpg) repeat-x #E0E0E0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 3px 7px 3px 7px;
	margin-top: 4px;
	margin-right: 1px;
	text-decoration: none;
	color: #555555;
}

#tabs #tabtitle:hover {
	padding: 4px 7px 4px 7px;
	margin-top: 2px;
}

#tabs #tabtitle.active {
	margin-top: 0px;
	padding: 5px 7px 5px 7px;
	background: url(images/d02.jpg) repeat-x #007BA9;
	color: #FFFFFF;
	border-top: 1px solid #007BA9;
	border-left: 1px solid #007BA9;
	border-right: 1px solid #007BA9;
	font-weight: bold;
}

#tabs #tabcontent_outer {
	border: 1px solid #007BA9;
	border-top: 3px solid #007BA9;
	background: url(images/d04.jpg) repeat-x #E0E0E0;
	height: 200px;
}

#tabs #tabcontent {
	padding: 10px 10px 0px 10px;
	position: absolute;
	visibility: hidden;
	height: 0px;
}

#tabs #tabcontent.active {
	visibility: visible;
	height: auto;
}

#rapidsearches #checklinks {
	text-align: right;
	font-size: 90%;
	margin-right: 10px;
	color: #666666;
}

#rapidsearches #searchsites {
	margin-bottom: 10px;
}

#rapidsearches #searchsite {
	/* Had to fix with table cos float elements aren't displayed right in tabs above 0) */
	/*float: left;*/
	width: 200px;
}

#rapidsearches #searchentry {
	margin-bottom: 10px;
}

* html #adtop {
	top: -570px;
}

* html #adleft {
	top: -480px;
}

* html #adright {
	top: -722px;
}

* html #adbottom {
	top: -660px;
}

* html #oopstv {
	top: -1225px;
}

* html #logo {
	margin-top: 100px;
}