body {
	color: black;
}
h2 {
	font-size: 18px;
	padding-bottom: 0px;
	padding-top: 0;
	margin-top: 0;
}
#header,#logo,#login,#regpanel,#tagline {
	display: block;
	position: relative;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#wrapper, #content, #leftside, #rightside {
	display: block;
	position: relative;
}
#header {
	background: none;
	height: 61px;
}
#header #logo {
	left: 50px;
	top: 30px;
	font-size: 18px;
	color: #000066;
}
#header .logo {
	position: absolute;
	left: -50px;
	top: -10px;
}
#header #login {
	color: #5A757E;
	position: absolute;
	right: 0px;
	top:35px;
}
#login a {
	margin-left: 5px;
	color: black;
	padding: 8px 10px;
	text-align: center;
}
#login a.fancy {
	background: url(../images/loginbg.gif) no-repeat center;
}
#tagline {
	position: absolute;
	right: 45px;
	top: 20px;
	color: white;
	font-size: 20px;
	z-index: 79;
}
#searchform {
	background: white;
	position: absolute;
	display: block;
	padding: 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	top: 165px;
	left: 20px;
	z-index: 80;
}
#searchform p {
	padding: 0;
	margin: 0;
}
#regpanel {
	display: block;
	position: absolute;
	width: 225px;
	height: 127px;
	z-index: 100;
	right: 45px;
	top: 80px;
}
#wrapper {
	background: white url(../images/bg1.jpg) no-repeat 0 top;
}
#content {
	padding-top: 300px;
}
#leftside {
	float: left;
	width: 450px;
}
#rightside {
	float: right;
	width: 239px;
	margin-left: 20px;
}
#homepagetags a {
	margin-right: 10px;
}
.toptag {
	font-size: 140%;
}
.toptag1 {
	font-size: 130%;
}
.toptag2 {
	font-size: 120%;
}
.toptag3 {
	font-size: 110%;
}
