/* General styles */

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, "Lucida Grande", sans-serif;
}

p, em, li, blockquote {
	font-family:Times New Roman, serif;
}

a img {
	border-style: none;
}

a {
	color: #AF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Header styles */

#header {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}

#header div#logo {
	width: 720px;
	height: 270px;
	margin: 0 auto;
	padding: 0;
	background-image: url('/images/meso_header.png');
}


/* Navigation styles */

#navigation {
	width: 720px;
	background-color: #eee;
	border-top: 1px solid #666;
	margin: 0 auto 15px auto;
	padding: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
	white-space: nowrap;
	margin: 0 auto;
	float: left;
	width: 360px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#navigation div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}


/* Article styles */

#article {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}

#article blockquote {
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	margin: 0 40px 15px 15px;
	padding: 0 0 0 23px;
	font-size: 13pt;
	font-weight: bold;
	text-align: justify;
	color: #333;
}

#article p {
	line-height:150%;
	text-indent:30pt;
	margin-bottom:5pt;
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	padding:0;
	font-size:12.0pt;
}

#article p em {
	display:inline;
	font-size:13pt;
	font-weight:bold;
	font-style:normal;
}

#article h2 {
	margin-top:20pt;
	margin-bottom:5pt;
}


/* Footer styles */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	background-color: #eee;
	padding-top: 5pt;
	margin-top: 20pt;
	border-top: 1px solid black;
}

#footer p {
	margin-bottom:5pt;
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	padding:0;
	font-size:10.0pt;
	text-align: center;
}

p.MsoNormal {
	line-height: 200%;
	text-indent:30pt;
	margin-bottom:.0001pt;
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	font-size:12.0pt;
}


/* Advertising styles */

.rightBoxAd {
	float:right;
	width:336px;
	margin:15pt 0 10pt 10pt;
}

.centerInlineAd {
	width:728px;
	margin:15pt auto 10pt auto;
}
