.defaults {
	border: 0px;
}
body {
	background-attachment: fixed;
	background-color: #b6b9ca;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.regulartext {
font:normal 12px Verdana;
color:black;
}
.regulartext a:link, .regulartext a:visited {
font:normal 12px Verdana;
color:blue;
text-decoration:none;
}
.regulartext a:hover, .regulartext a:active {
font:normal 12px Verdana;
color:blue;
text-decoration:underline;
}

.hbuttons a{
	display: block;
	text-decoration: none;
	font: 10px Verdana;
	color: black;
	width: 130px;
	height: 18px;
	float:left;
	margin-left: 4px;
	margin:0 auto;
	background-image:url(images/button-on.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	text-align: center;
}

.hbuttons a:hover, .hbuttons a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image:  url(images/button-off.jpg);
background-repeat: no-repeat;
}
.bannerposition {
padding-bottom: 15px;
}

.navposition {
padding-left: 6px;
}
.sidebarposition {
position:relative;
left:4px;
}