@charset "utf-8";
/* CSS Document */

#bodycontent {
	margin-top: 80px;
	margin-left:1px;
	width:898px;
	position:absolute;
	background-color: #edeee8;
	z-index:10;
}

.imgleft {
	padding-right : 4px;
}

.twocolumnwrapper {
	padding-top: 5px;
	padding-left: 1px;

	
}

 .leftcolumn {
	 margin-left:4px;
	 padding-right:5px;
	background-image:url(images/leftcolumnsidedropshadow.png);
	background-position:right;
	background-repeat:repeat-y;
}

/* Resources Box */

#resources {
	margin-left:570px;
	margin-top:160px;
	width:241px;
	height:182px;
	background-image:url(images/rheumatology-resources-background.png);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:35;
	position:absolute;
}

#resources ul {
	padding-top: 35px;
	list-style-image:url(images/homepageliststyle.png);
	margin-left: -10px;
}

#resources li {
	font-family: "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #033;
}
	
#resources li a:link,#resources li a:visited {
	color: #033;
	text-decoration:none;
}

#resources li a:hover {
	color:#666;
}
	

