@charset "utf-8";
/* 
	CSS Document
	For Resource Management Services
	By Deborah Myrin
*/


/*=========================================================================================*/
/*Content Area*/
/*==========================================================================================*/
.content .link{
		color: #660000;
		font-weight: bold;
}

.sub-h3{
		margin-bottom: 10px;
}
	
.content ul li{
		text-align: left;
		line-height: 30px;
}

.content ul{
	margin-left: 45px;
}

img.floatright{
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 150px;
	border: solid thin black;
}

/*================================================================================================
          Footer
================================================================================================*/
.footer{
	margin-top: 30px;
}
	

