* {
	margin:0;
	padding:0;
}
body {
	font-family:verdana, arial, sans;
	font-size:0.9em;
}
#content {
	width:780px;
	border-bottom:1px solid black;
	margin-bottom:20px;
	background-image:url('images/rhsbg.png');
	background-position: right top;
	background-repeat: repeat-y;
}
#maintext {
	float:left;
	width:570px;
}
.top {
	padding-top:30px;
	border-bottom:1px solid black;
	height:90px;
	background:url(images/banner.gif);
}
#rightbar {
	
	margin-left: 570px;
	border-left:1px solid black;
	background-color:#eeeeee;
}
#rightbar .top {
	background-color:#ffffff;
}
#menu {
	padding:10px 0 20px 0;
}
#menu ul {
	list-style-type:none;
	float:right;
}
#menu ul li {
	float:left;
	padding-right:20px;
}
#menu ul li a {
	color:black;
	text-decoration:none;
}
#menu ul li a:hover,#menu ul li.hilight a {
	color:#2764D1;
	text-decoration:underline;
}
#leftimg {
	float:left;
	margin-right:5px;
}
#rightimg img, #leftimg img{
	margin-top:5px;
}
.text h1, .text h2 {
	color:#2764D1;
	font-size:1.4em;
	margin: 10px 0;
}
.text h2 {
	color:black;
	font-size:1.2em;
}
.text {
	padding: 10px 0;
}
.text ul, .text ol, .text blockquote {
	margin:20px;
	padding-left:20px;
}
#maintext .text {
	padding-right:10px;
}
#rightbar .text {
	padding-right:10px;
	padding-left:10px;
}
#signup {
	border:1px solid black;
	background:white;
	padding:5px;
}
#newsletter {
	font-weight:bold;
}
#textemail {
	float:right;
	margin-right:10px;
}
a {
	text-decoration:none;
	color:#2764D1;
}
a:hover {
	text-decoration:underline;
}
form {
	font-weight:normal;
	margin:20px 0 ;
}
#articles h1 {
	font-size:1em;
}
.article {
	border-top:1px solid black;
	clear:both;
}
a img {
	border:0;
}