body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* WinIE behavior call */



/* layout divs below */

div#page {
	width: 900px;
	top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(http://www.michiganheart.com/images/uploaded/michiganheart/conback.gif);
	border-top: none;
	border-right: thin solid #0F216D;
	border-bottom: thin solid #0F216D;
	border-left: thin solid #0F216D;
}


#header {
	width: 900px;
	position: relative;
	min-height: 554px;
	background-image: url(http://www.michiganheart.com/images/uploaded/michiganheart/header.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}


* html div#header {
	height: 554px;
	}
	
#nav {
	width: 550px;
	position: relative;
	float: right;
	padding-left: 330px;
	padding-right: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
}

#news {
	width: 325px;
	position: relative;
	float: left;
	padding-left: 550px;
	padding-right: 25px;
	padding-top: 175px;
	color: #000000;
	
}

	
#content {
	width: 900px;
	position: relative;
	min-height: 200px;
	
	background-repeat: repeat-x;
}

* html div#content {
	height: 200px;
	}

* html div#header {
	height: 554px;
	}
	

#conleft {
	width: 535px;
	position: relative;
	float: left;
	padding-top: 40px;
	padding-left: 15px;
}


#conright {
	width: 350px;
	position: relative;
	float: right;
}


#footer {
	background-color: #001269;
	width: 870px;
	position: relative;
	font-size: 10px;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
}



/* link styles */

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #001169;
	text-decoration: none;
	font-weight: bold;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #9273A6;
	text-decoration: underline;
}


a.newslink:link {
	color: #001169;
	text-decoration: underline;
}
a.newslink:active {
	color: #001169;
	text-decoration: underline;
}

a.newslink:visited {
	color: #001169;
	text-decoration: underline;
}
a.newslink:hover {
	color: #001169;
	text-decoration: underline;
}



/* Header tags */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #001169;
	text-transform: uppercase;
	margin-top: -15px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #001067;
	padding: 8px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #001067;
	text-transform: uppercase;
	padding: 8px 8px -40px;
}



/* style classes */


.news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #78767B;
	padding: 0px 5px 25px 7px;
	line-height: 1.25em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #78757B;
}


.clearfloat {
	clear: both;
}

.floatpiclft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;	
	}






p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0px 30px 30px 0px;
	line-height: 1.75em;
	text-transform: none;
}


.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}




.floatright {
	float: right;
	padding-left: 15px;
}



