body, td {
	margin: 0px;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: red;
}
a:hover {
	color: orange;
}
h2 {
	font-size: 14px;
}
#container {
	width: 100%;
}
#top {
	background:  url("images/bgtoptweener.gif") bottom repeat-x #ccffff;
}
#nav {
	background:  url("images/navtweener.gif") repeat-y; 
}
#navbottom {
	background:  url("images/navtweener.gif") repeat-y; 
	color: white;
	text-align: center;
	padding-top: 150px;
	padding-left: 14px;
	font-size: x-small;
}
#rightbg {
	background:  url("images/bgrighttweener.gif") right repeat-y;
}
#content {
	margin: 20px;
	margin-right: 42px;
	/* only picked up by crappy ie */
	width:expression((document.body.clientWidth - 260) + "px");
}
#bottom {
	background:  url("images/bgbottomtweener.gif") repeat-x #ccffff;
}
#verybottom {
	background: #ccffff;
}
.bordertoptext {
	font-size: x-small;
	text-align: right;
	padding-top: 10px;
	 padding-bottom: 46px;
}
.borderbottomtext {
	font-size: x-small;
	text-align: center;
	padding-top: 20px;
}
.title {
	background:  url("images/titlebg.gif") repeat-x;
	padding-left: 12px;
	height: 33px;
}
.bullet {
	position: relative;
	top: -3px;
}
.titletext {
	margin-top: 5px;
}
.highlightbg {
	background: #ececec;
}
.highlighttop {
	background:  url("images/highlighttoptweener.gif") top repeat-x;
}
.highlightright {
	background:  url("images/highlightrighttweener.gif") right repeat-y;
}
.highlightbottom {
	background:  url("images/highlightbottomtweener.gif") bottom repeat-x;
}
.highlightleft {
	background:  url("images/highlightlefttweener.gif") left repeat-y;
}
.highlightbullet {
	margin-bottom: -3px;
	margin-right: 4px;
}