/* -----------------------------------------------
Style Sheet for MPHAOnline.org
Author:   Chris Swanson (Dynamic Den, Inc.)
Version:  2009.07.31
----------------------------------------------- */



/* BODY STYLE */
body
{
	background-color: #ffffff;
	background-image: url('/images/leftnav-bg.gif');
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/* FONT STYLES */
p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
}

li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
}

td
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
}



/* DEFAULT LINK STYLES */
a, a:link
{
	text-decoration: none;
	color: #0000ff;
}

a:hover, a:active
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
	color: #800080;
}



/* LIST STYLES */
ul.disc
{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.circle
{
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.square
{
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* TOP BANNER STYLE */
td.top-banner
{
	background-color: #ffffff;
	background-image: url('/images/content-logo.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/* LEFT NAV LINK STYLE */
span.left-nav, span.left-nav a, span.left-nav a:link, span.left-nav a:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #484e97;
	line-height: 16px;
}

span.left-nav a:hover, span.left-nav a:active
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #484e97;
	line-height: 16px;
}



/* ADDITIONAL STYLES */
div.title, span.title, div.emphasis, span.emphasis, div.heading2, span.heading2
{
	font-weight: bold;
}

div.normal, span.normal, p.normal
{
	
}

div.footnote, span.footnote
{
	font-size: 10px;
}
