@charset "utf-8";
/* CSS Document for Methodist Healthcare Extern site */

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-align: center;
}

a:link, a:active {
color: #920F45;
text-decoration: underline;
}

a:visited {
color: #920F45;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
background-color: #920F45;
} 

#wrapper {
	width: 795px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	}
	
#header {
	background-image:url(../images/MHLogo.gif);
	background-repeat: no-repeat;
	height: 80px;
	}	

#nav {
	width:795px;
	background-color:#EEEEEE;
	height: 30px;
}

#content {
	width: 795px;
	margin: 10px 0 10px 0;
}

#footer {
	width: 795px;
	background-color:#eeeeee;
	text-align: center;
	padding: 2px 0 2px 0;
	font-size: 80%;
	}

#assessInfo {
	width: 790px;
	background-color:#E0BCCB;
	padding: 5px 0 5px 5px;
}

#certInfo {
	width: 790px;
	background-color:#EEEEEE;
	padding: 5px 0 5px 5px;
}

#licenseInfo {
	width: 790px;
	background-color:#fefefe;
	padding: 5px 0 5px 5px;
}

p {
	margin 10px 0 10px 0;
	}

	
.tableHeader {
	background-color:#eeeeee;
}

.tableHeader2 {
	background-color:#dddddd; 
}

.floatlft {
	margin: 0px 20px 10px 20px;
	/* border: 1px solid #000000; */
	}
	
.navfloatlft {
	margin: 0px 0px 10px 0px;
	/* border: 1px solid #000000; */
	}	
	
.floatrt {
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
	}				
	
.clr {
	clear: both;
	height: 10px;
}

.rowStyle1 {
	background-color: #E0BCCB;
	}
	
.rowStyle2 {
	background-color:#CCCCCC;
	}	
	
.rowStyle3 {
	background-color:#eeeeee;
	}		