/*Standard  StyleSheet: cpp.css, style.css
Description: A general theme for CPP customers.
URI: http://www.positivepractices.com
Version: 1.7 Author: Center for Positive Practices
Copyright: 2006 */

/* required order: a:link, a:visited, a:hover, a:active */
/*	background-image: url("gifs/wallpaper.gif"); background-color: #669999; */
/* h5 used to center subheader text */
/* h6 used to center objects and tables and other text */
/* Begin */

.columnad {
  color: #ffffff;
  font-weight: 400;
  }

a.columnad:link {
	color: #ffffff;
	font-weight: 400;
 }

a:link {
	color: #006666;
	font-weight: 400;
	text-decoration: none;
}

a:visited {
	color: #990066;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #009999;
	font-weight: 400;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	font-weight: 400;
	text-decoration: none;
}

abbr {
	letter-spacing: .08em;
}

acronym {
	letter-spacing: .08em;
}

alt {
	background-color: #ffff33;
	border-bottom: 1px solid;
	border-top: 1px solid;
	color: #ffffff;
}

big {
	font-size: 1.1em;
	line-height: 1.2em;
}

blockquote {
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: .8em;
}

body {
	background-color: #ffffff;
	background-image: url('http://www.positivepractices.com/gifs/wallpaper.gif');
	color: #003333;
	font-family: 'Times New Roman', Verdana, Arial, sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	text-align: left;
}

cite {
	font-family: 'Times New Roman', Helvetica, Courier, 'Courier New', sans-serif;
	text-indent: -2em;
}

code {
	font-family: 'Courier New', Courier, Monaco, Fixed, sans-serif;
}

em {
	font-weight: bold;
}

form {
	font-size: .9em;
	line-height: 1em;
	margin-bottom: .7em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding: 6px;
}

h1 a, h1 A:hover, h1 A:visited {
	color: #333333;
	text-decoration: none;
}

h1 {
	color: #006666;
	font-size: 24pt;
	font-variant: small-caps;
	font-weight: 600;
	line-height: 26pt;
	text-align: center;
}

h2 a, h2 A:hover, h2 A:visited {
	color: #333333;
	text-decoration: none;
}

h2 {
	color: #006666;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
}

h3 {
	color: #006666;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.1em;
	text-align: left;
}

h4 {
	color: #333333;
	font-size: 1em;
	font-style: italic;
	line-height: 1.1em;
	text-align: left;
	text-decoration: none;
}

h5 {
	font-size: 1.3em;
	font-weight: 600;
	font-variant: small-caps;
	text-indent: 12px;
	line-height: 1.2em;
	margin-bottom: 0pt;
	margin-top: 0pt;
	text-align: center;
	text-decoration: none;
}

h6 {
	font-size: .9em;
	font-weight: 400;
	margin-bottom: 12pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6pt;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
	margin-top: 0pt;
}

small {
	font-size: .9em;
	line-height: 1em;
}

table {
	vertical-align: top;
}

td {
	vertical-align: top;
}

/* End */
