@charset "UTF-8";
/* CSS Document */
<!--

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
body {
	background-image: url(images/m_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}

#lshadow {
	background-image: url(images/m_lshadow.jpg);
	background-repeat:repeat-y;
	height:100%;
	width:100%;
}

#mrshadow {
	background-image: url(images/m_rshadow.jpg);
	background-repeat:repeat-y;
}

a:link {
	color: #584c82;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #584c82;
}

a:hover {
	text-decoration: none;
	color: #9999FF;
}

a:active {
	text-decoration: none;
}

#mainbox {
	margin-top:40px;
	margin-left:25px;
	margin-right:25px;
}

#navigation {
	margin-right:10px;
	display:block;
	width:212px;
}

#rightcolumn {
	width:527px;
	float:right;
	margin-top:35px;
	border-left:1px solid #CCCCCC;
	margin-right:23px;
}

#leftcolumn {
	width:212px;
	float:left;
	margin-top:35px;
}

#leftblock {
	margin-bottom:30px;
}

#blist {
	margin-top:-13px;
}

#leftcolheader {
	padding-bottom:10px;
}

#list {
	margin-top:5px;
	padding-left:13px;
	line-height:16px;
}

li {
	line-height:16px;
	padding-left : 15px;
}

#rightcolbox {
	margin-top:20px;
	margin-left:20px;
}

#rightcolcopy {
	margin-left:20px;
	float:left;
	padding-top:15px;
	width:350px;
}

#rightcliniccopy {
	margin-left:20px;
	float:left;
	padding-top:15px;
	width:475px;
}

#rightcolbar {
	margin-top:40px;
	float:left;
	background: url(images/m_contentbar.jpg);
	background-repeat:repeat-x;
	height:8px;
	width:100%;
}

.subhead {
	color: #584c82;
	font-size:12px;
}

input {
	width: 100px;
}

textarea {
width: 170px;
}

#leftmenu{
float:left;
width:150px;
height: 400px;
border: 0px solid black;
padding: 5px;
padding-left: 15px;

}

#leftmenu a{
padding: 3px 1px 3px 15px;
display: block;
width: 100%;
text-decoration: none;
color:#666666;
line-height:16px;
}

#leftmenu a:hover{
background-color: #b8afd1;
color:#FFFFFF;
}

* html #rightcolumn{ /*IE only style*/
height: 300px;
}
-->