#container {
	position: relative;
	width: 737px;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;	
}
#header {
	position: relative;
	height: 283px;
}
#header img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display:inline;
}
#header #address {
	position: absolute;
	width: 270px;
	height: 59px;
	top: 0px;
	left:467px;
	background: transparent;
	text-align: right;
	font-size: 9px;
	color: #999;
	line-height: 16px;	
}
#content-left {
	text-align: left;
	width: 160px;
	padding-top:0px;
	background: url(/rmg/images/theme2b-green-bg.gif) repeat-y top left;	
}
#content-left-top {
	background: url(/rmg/images/theme2b-green-top.gif) no-repeat;
	width:156px;
	height:96px;
}
#menu {
	border-bottom: 1px solid #fff;
	text-align: left;
	width:120px;
}
#menu ul {
	margin:0px;
	padding: 0px;
	list-style:none;
}
#menu ul li {
}
#menu ul li a {
	display: block;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #fff;
	padding: 5px 0px 5px 5px;
	height: 20px;
}
#menu ul li a:hover {
	background-color: #C2DFDB;
	color:#4CA296;	
}

#menu ul ul {

}
#menu ul ul li a {
	display:block;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 3px 20px;
	border: none;
	background: url(/rmg/images/theme2-menu_bullet.gif) no-repeat 13px 6px;
	border-top: 1px solid #AED5D0;	
}
#menu ul ul li a:hover {
	background-color: #79BAB0;
	color:#FFF;	
}
#content {
	margin-top:0px;
	margin-bottom: 0px;
}
#mayo-clinic {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content-center {
	text-align:left;
	padding: 0px 0px 0px 0px;
}
#content-center h1{
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	margin: 0px;
}
#content-center h2{	color: #000; font-size: 14px;}
#content-center h3{	color: #000; font-size: 13px;}
#content-center h4{	color: #000; font-size: 12px;}
#content-center h5{	color: #000; font-size: 11px;}
#content-center h6{	color: #000; font-size: 10px;}

#content-center p,
#content-center blockquote{
	line-height: 18px;
	text-align:justify;
}

#content-center ul {
	line-height: 18px;
	list-style: square;
}

#content-center a:link 	{
        text-decoration: none; 
        color: #007A63;
}
#content-center a:visited 	{
        text-decoration: none; 
        color: #007A63;
}
#content-center a:hover	{
        color: #008E7F; 
        text-decoration: underline;
}
#content-right {
	width: 158px;
	padding-top:0px;
	background: url(/rmg/images/theme2-blue-bg.gif) repeat-y top right;
}
#content-right #news {
	padding: 5px;
	margin: 0px 0px 10px 38px;
	border-bottom: 1px solid #fff;
	background: url(/rmg/images/theme2-news-bg.gif) repeat-x;
}
#content-right #news #news-header {
	border-top: 1px solid #6B8EC9;
	border-bottom: 1px solid #6B8EC9;	
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	font-weight:bold;	
	color: #6B8EC9;
	padding: 3px 0px;
	
}
#content-right #news p {
/*	background: transparent url(/rmg/images/theme2-menu_bullet.gif) no-repeat 0px 13px; */
	padding: 10px 3px 10px 3px;
	text-align: left;
	margin: 0px;
	color: #fff;
}
#content-right #news p a {
	color: #E3B61B;
}
#footer {
}

/* Migration of ID selector style definitions to class definitions -- for CMS editing */
.address {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #999;
	line-height: 16px;	
	text-align: right;
}
.menu {
   font-family:Arial, Helvetica, sans-serif;	
	font-size: 9px;
}
.copy {
   font-family:Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #444;
}
.copy p, blockquote {
	line-height: 18px;
	text-align: justify;
}
.news {
   font-family:Arial, Helvetica, sans-serif;	
	font-size: 9px;
}
.news p{
	padding: 10px 3px 10px 3px;
	margin: 0px;
}
