body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	
}
#container {
	position: relative;
	width: 737px;
	margin: 0px auto;
}
#header {
	position: relative;
	height: 100px;	
	/* background: url(/rmg/images/theme1-header-rmg-div.gif) no-repeat bottom right; */
}
#header #logo {
	position: absolute;
	width: 350px;
	height: 100px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#header #logo img {
	margin: 0px;
	padding: 0px;
	display:inline;
}
#header #address {
	position: absolute;
	width: 300px;
	height: 45px;
	top: 0px;
	left:437px;
	background: #fff;
	text-align: right;
	font-size: 9px;
	color: #999;
	/* border-bottom: 1px solid #1D4FB0; */
	line-height: 16px;	
}
#header-photo {
	border-bottom: 1px solid #fff;
}
#menu {
	background: #6B6D6A;
	height: 21px;
	border-bottom: 1px solid #000;
	text-align: center;
}
#menu a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	padding: 0px 12px;
}
#menu a:hover {
	color: #ccc;	
}
#content {
	margin-top:10px;
	margin-bottom: 30px;
}
#content-left {
	text-align: left;
	width: 175px;
	padding-top: 25px;
}
#submenu{
	border-top: 1px solid #ccc;
	background: #7190C7;
	margin: 10px 0px;
}
#submenu a {
	padding: 5px 5px; 
	font-size: 11px;
	font-weight: bold;
	display:block;
	color: #fff;	
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}
#submenu a:hover {
	background: #A2BCDF;
}
#mayo-clinic {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content-center {
	text-align:left;
	padding:0px 20px;	
	font-size: 11px;	
	color: #444;
}
#content-center h1{
	color: #1D4FB0;
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	height: 25px;
	background: #fff;
	line-height: 25px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
#content-center h2{	color: #1D4FB0; font-size: 14px;}
#content-center h3{	color: #1D4FB0; font-size: 13px;}
#content-center h4{	color: #1D4FB0; font-size: 12px;}
#content-center h5{	color: #1D4FB0; font-size: 11px;}
#content-center h6{	color: #1D4FB0; font-size: 10px;}

#content-center p,
#content-center blockquote{
	line-height: 18px;
	text-align:left;
}

#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;
}
/****************** RIGHT SIDE *********************/
#content-right {
	width: 175px;
	padding-top:25px;
}
#content-right #news-header {
	border-top: 4px solid #1D4FB0;
}
#content-right #news {
	border: 1px solid #ccc;
	padding: 5px;
}
#content-right #news p {
	padding: 10px 3px 10px 15px;
	font-size: 10px;
	color: #505050;
	background: #eee url(/rmg/images/theme1-news-arrows.gif) no-repeat 5px 13px;
	text-align: left;
	margin: 0px;
}
#content-right #news a:link 	{
        text-decoration: none; 
        color: #007A63;
}
#content-right #news a:visited 	{
        text-decoration: none; 
        color: #007A63;
}
#content-right #news a:hover	{
        color: #008E7F; 
        text-decoration: underline;
}
#footer {
}
/* Migration of ID selector style definitions to class definitions -- for CMS editing */

.copy {
	text-align:left;	
	font-size: 11px;	
	color: #444;

}
.copy p, blockquote {
	line-height: 18px;
}

.copy ul {
	list-style: square;
}

.copy-table {
	line-height: 18px;	
}
