/*color and other customizations*/
/* Font strings http://www.safalra.com/web-design/typography/web-safe-fonts-myth/ */
html {
	background: #D2232A;
}
body {
	color: black;
	border: thin solid white;
	background: #EDCB94;
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 15px;
}
#container
{
	background: #EDCB94;
	color: #333;
	border: thin solid gray;
	border-bottom: none;
	line-height: 130%;
}
#header {
	background: #EDCB94 url(/images/PTHeaderHiRes.gif);
	background-repeat: no-repeat;
	border: thin solid #D2232A;
	border-bottom: medium solid #D2232A;
}
#leftNav
{
	background-color: #EDCB94;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 1.05em;
	text-transform:uppercase;
}
#menu {
	color: white;
	border: thin solid ;
	padding: 0 2em 1em 0;
	margin: .25em;
}
a,
#menu a,
#menu li.top a,
#menu li.sub1 a {
	font-weight: bold;
	text-decoration: none;

	color: #D2232A;
}
a:hover,
#menu ul li a:hover,
#menu .top a:hover {
	text-decoration: none;
	color: #DB4F54;
}
#content,
#contentHome {
	color: black;
	background-color: none;
}
#content {
	background: #ffffff;
}
#content img {
	border: thin solid #D2232A;
	margin: .5em;
}
#content img.nl {
	border: none;
	margin: .5em;
}
div#container .home  {
	background: #f0f0f0 url(/images/bg1.jpg) bottom right;
}
#footer {
	background-color: #EDCB94;
	border-top: medium solid #D2232A;
	
}
.ctrprose,
.smctrprose { 
	color: #D2232A;
}
.smctrprose {
	font-size: 9px;
}
h3.proseHdr
{
	font: bold 1em Georgia, Times, serif;
	padding: 0em;
	width: 97%;
	text-align: left;
	margin: 1.5em 0 0 0;
	color: #D2232A;
}
span.prose {
	display: block;
	padding: .5em;
}
#headerGraphic {
background-color: none;
}
#wrapper {
background-color: none;
}

span.headerName { 
color: #D2232A;
font-size: 4em;
font-weight: bold;
font-style: serif;
margin: 1em;
padding: 0;
}
fieldset {
	border: thin solid #D2232A;
}
fieldset legend,
fieldset fieldset legend {
	font-size: 1em;
	background: #EBCC95;
	border: thin solid #D2232A;
}
#linkbar a,
#linkbar a:link,
#linkbar a:visited {
	color: #fE4F6B;
}
span.faqQuestion {
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	color: #D2232A;
}
div#content img.ctr {
	border: none;
	display: block;
	margin: 0 auto;
}
.imgLeft {
	float: left;
}
.imgRight {
	float: right;
}
td.rightTile,
td.leftTile,
div.fillerLeft,
div.fillerRight {
	background: beige;
	width: 100px;
}
span.picLeft {
	float: right;
}
span.picRight {
	float: leftt;
}
span.contentLeft {
	width: 60%;
	text-align: right;
	float: left;
}
span.contentRight {
	width: 60%;
	float: right;
}
.clearing {
height: 0;
clear: both;
}
