
/*********************************/
/* mapleleaf.css              */
/* Maple Leaf Physical Therapy Style Sheet */
/* no URL yet */
/*********************************/

/*Color Specs:---------------------------------------------------------*/
/*#ffffff - Main Background */
/*##718A5E - Pottery Barn Green */
/*#000000 - Future Color */
/*-----------------------------------------------------------------------------*/

	/* Regular Font Color and Style */

body  {
	background-color: #ffffff;
	font : 11pt "Times New Roman", Times, serif;
}

div.subhead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Gray;
	margin : 5px;
	text-indent : 17px;
	font-size : 16px;
}

td.address {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #718a5e;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 8px;
}

div.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	padding : 10px;
	margin : 0px 0px 5px 0px;
}

div.sentmessage {
	border : 1px solid Black;
	padding : 5px;
}

td.bottomnav {
	border-width : 1px 0px 1px 0px;
	border-style : solid;
	border-color :  #339933;
	padding : 2px 2px 2px 2px;
	text-align: center;
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #718A5E;
	font-weight : bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight : bold;
}
a:visited {
	text-decoration: none;
	color: #669966;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	color: #ffcc00;
	font-weight : bold;
}


a.bottomnav:link {
	text-decoration: none;
	color: #000000;
	background-color : White;
	font-weight : normal;
}
a.bottomnav:active {
	text-decoration: none;
	color: #00FF33;
	background-color : White;
	font-weight: normal;
}
a.bottomnav:visited {
	text-decoration: none;
	color: #339933;
	background-color : White;
	font-weight: normal;
}
a.bottomnav:hover {
	text-decoration: underline;
	color: #99CC33;
	background-color : White;
}