body, html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	height: 100%;
}

body {font-size: 70%;}

p {line-height: 1.5em; font-size: 1.1em; color: #666;}

a {
	color: #00F;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.3em;}


#mainnav {
	position:static;
	left:35px;
	top:44px;
	width:165px;
	height:87px;
	z-index:1;
}

ul#mainnavlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.9em;
	padding: 0;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
}
 #mainnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #mainnavlist a {
	padding: 2px 0px 2px 4px;
	display: block;
	margin-top: 5px;
}
 #mainnavlist a:link {
	color: #666;
	text-decoration: none;
	display: block;
}
 #mainnavlist a:visited {
	color: #666;
	text-decoration: none;
	display: block;
}
 #mainnavlist a:hover {
	text-decoration: none;
	display: block;
	background-color: #666;
	color: #FFF;
}


 ul#subnavlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.9em;
	padding: 10px 0px 0px 0px;
	line-height: 1.2em;
	margin: 0px 0px 25px 0px;
	border-top: solid #cecece 1px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #subnavlist a {
	padding: 2px 0px 2px 4px;
	display: block;
	margin-top: 5px;
}
 #subnavlist a:link {
	color: #666;
	text-decoration: none;
	display: block;
}
 #subnavlist a:visited {
	color: #666;
	text-decoration: none;
	display: block;
}
 #subnavlist a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #666;
}

.subnavlist_on {
	color: #666;
	background-color: #cecece;
	text-decoration: none;
	display: block;
}

.subnav_title {
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 60px;
	padding: 0px 0px 0px 4px;
}

.navlist_on {
	color: #666;
	text-decoration: none;
	display: block;
	background-color: #CCC;
}

 ul#link_navlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
	margin: 0px 0px 25px 0px;
	border-top: solid #999 1px;
}
 #link_navlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #link_navlist a {
	padding: 2px 0px 2px 4px;
	display: block;
	margin-top: 5px;
}
 #link_navlist a:link {
	color: #666;
	text-decoration: none;
	display: block;
}
 #link_navlist a:visited {
	color: #666;
	text-decoration: none;
	display: block;
}
 #link_navlist a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #666;
}

.clear { clear: both; }

#mainContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
* html #mainContainer {
height: 100%;
}
* {padding: 0; margin: 0; border: 0;}
#header {
	padding: 20px 0 0 20px;
	border-bottom: solid #999 1px;
	color: #666;
	height: 90px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#header_black {
	padding: 0px 20px 0px 0px;
	border-bottom: solid #999 1px;
	color: #666;
	height: 90px;
	background-image: url(../images/mda_static_logo.jpg);
	background-repeat: no-repeat;
	background-position: 655px 10px;
	background-color: #000;
}
.outer {
	padding-left: 0px;
}
* html .outer {
padding-right: 120px;
}
.inner {
	width: 960px;
	padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
.float-wrap {
	float: left;
	width: 960px;
	margin-left: 0px;
}
* html .float-wrap {
}
#content_container {
	float: right;
	width: 700px;
	overflow: visible;
}
#content_container_drip {
	float: right;
	width: 700px;
	overflow: visible;
	background-image: url(../images/new/drip3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
* html #content {
position: relative;
}
.contentWrap{
	padding: 0;
	margin: 0;
	border-bottom: solid #666 1px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

#left {
	float: left;
	width: 160px;
	padding: 20px 0px 0px 20px;
	height: auto;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#right {
float: right; 
width: 120px;
padding: 5px;
}
* html #right {
position: relative;
margin-right: -120px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

#footer {
	width: 960px;
	height: 29px;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #999;
	background-color: #FFF;
	border-top: solid #999 1px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	line-height: 2em;
	float: right;
	padding: 5px 0px 0px 0px;
}

.footertext a:link{
	text-decoration: none;
	color: #666;
	display: inline;
}
.footertext a:visited{
	text-decoration: none;
	color: #666;
}
.footertext a:hover{
	text-decoration: underline;
	color: #666;
}

.banner_border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
}

.content500 {
	margin: 0px;
	padding: 30px 30px 30px 210px;
	width: 460px;
	float: right;
	border-top: solid #666 1px;
}
.client_downloads {
	margin: 0px;
	padding: 50px 30px 30px 210px;
	width: 460px;
	float: right;
	border-bottom: solid #666 1px;
}
.content500_arty {
	margin: 0px;
	padding: 30px 30px 30px 210px;
	width: 460px;
	float: right;
}
.content700 {
	margin: 0px;
	padding: 30px 30px 30px 30px;
	width: 640px;
	float: right;
	border-top: solid #666 1px;
}
.content700_noborder {
	margin: 0px;
	padding: 30px 30px 30px 30px;
	width: 640px;
	float: right;
}

.content700_full {
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: right;
}
.content700_online {
	margin: 0px;
	padding: 30px 20px 30px 20px;
	width: 660px;
	float: right;
}
.content500_terms {
	margin: 0px;
	padding: 30px 30px 30px 210px;
	width: 460px;
	float: right;
}

.terms_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	color: #666;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0px;
}

.online_thumb {
	margin: 30px 35px 0px 0px;
	padding: 0px;
	border: solid #666666 1px;
}
.online_thumb2 {
	margin: 25px 20px 25px 20px;
	padding: 0px;
}


.border_all {
	border: 1px solid #666666;
}
.border_left {
	border-left: 1px solid #666666;
}
.border_right {
	border-right: 1px solid #cccccc;
}
.border_top {
	border-top: 1px solid #cccccc;
}
.border_bottom {
	border-bottom: 1px solid #cccccc;
}
.border_leftandright {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.border_topandbottom {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.border_rightandbottom {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.logotype1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000;
}
.logotype2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #666;
}
.logotype3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	color: #999;
}
