@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(204,255,255);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 40px 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid rgb(81,173,173); /* this overrides the text-align: center on the body element. */
	padding: 8px 4px;
	height: 100%;
	text-align: left;
} 
.twoColFixRtHdr #promo {
	padding: 0 0 4px 0;
}
.twoColFixRtHdr #header {
	padding: 0 0 4px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/ProniaHeaderLogo.jpg);
	background-repeat: no-repeat;
	height: 57px;
	margin: 0;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px;
	background-image: url(/images/TestimonialBox2.gif);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 500px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container #contentArea #sidebar1 #quote {
	font-size: 11pt;
	font-style: italic;
}
.twoColFixRtHdr #container #contentArea #sidebar1 #quoteSmall {
	font-size: 10pt;
	font-style: italic;
}
.twoColFixRtHdr #container #contentArea #sidebar1 #spokesperson {
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
}
.twoColFixRtHdr #container #contentArea #sidebar1 #spokespersonSmall {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: black;
}
.twoColFixRtHdr #container #contentArea {
	height: 100%;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: -6px;
}
.twoColFixRtHdr #menu {
	padding: 0 0 4px 0;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 25px 84px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 432px;
} 
.twoColFixRtHdr  #container  #footer p.floatL  {
	float: left;
}
.twoColFixRtHdr #container #footer p.floatR {
	float: right;
}
.twoColFixRtHdr #container #contentArea #mainContent h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #30818a;
}
.twoColFixRtHdr #container #contentArea #mainContent p {
	font-size: 14px;
}
.twoColFixRtHdr #container #contentArea #mainContent td.date {
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.twoColFixRtHdr #container #contentArea #mainContent td {
}
.twoColFixRtHdr #container #contentArea #imageCol {
	width: 299px;
	float: left;
	position: relative;
	top: 120px;
}
.twoColFixRtHdr #container #contentArea #mainContent h4 {
	color: #999999;
	font-size: 14pt;
}
.twoColFixRtHdr #footer {
	font-size: 9px;
	margin: 0 auto;
	vertical-align: bottom;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #contentArea #mainContent h2 {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #30818a;
	margin-bottom: -15px;
}
.twoColFixRtHdr #container #contentArea #mainContent h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #30818a;
	margin-bottom: -10px;
}
.twoColFixRtHdr #container #contentArea #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.twoColFixRtHdr #container #contentArea #mainContent td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #339999;
}
.twoColFixRtHdr #container #contentArea #mainContent td.title a:link {
	text-decoration: none;
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixRtHdr #container #contentArea #mainContent td.title a:visited {
	text-decoration: none;
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixRtHdr #container #contentArea #mainContent td.title a:hover {
	color: #999999;
	text-decoration: none;
}
.twoColFixRtHdr #container #contentArea #mainContent .pressFooter {
	font-style: italic;
	font-size: 10pt;
	padding-top: 20px;
}
.twoColFixRtHdr #container #contentArea #mainContent .pressBack a:link {
	text-decoration: none;
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixRtHdr #container #contentArea #mainContent .pressBack a:visited {
	text-decoration: none;
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixRtHdr #container #contentArea #mainContent .pressBack a:hover {
	color: #999999;
	text-decoration: none;
}
.twoColFixRtHdr #container #contentArea #mainContent img {
	float: left;
	margin: 15px;
}
