@charset "UTF-8";
/* CSS Document */


.body
{
background-image:url('images/bg.png');
}
#pageTitle {
	position:absolute;
	left:200px;
	top:50px;
	width:300px;
	height:37px;
	z-index:1;
	visibility:visible;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#leftColumn {
	position:absolute;
	left:0px;
	top:87px;
	width:150px;
	height:auto;
	z-index:2;
	visibility:visible;	
}
.pullQuoteName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	text-align: right;
	text-indent: 10px;
}
#secondColumn {
	position:absolute;
	left:200px;
	top:87px;
	width:400px;
	height:auto;
	z-index:3;
	visibility:visible;
}
#thirdColumn {
	position:absolute;
	left:350px;
	top:87px;
	width:138px;
	height:auto;
	z-index:4;
	visibility:visible;
	text-align: right;
}
#content {
	position:absolute;
	left:650px;
	top:87px;
	width:300px;
	height:auto;
	z-index:5;
	visibility:visible;
}
.leftText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	
	
}
.leftTextSelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.leftTextPink {
font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff33ff;
	text-decoration: none;
}
.secondText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url('grey.gif');
	background-repeat:repeat-x;
	//padding-left: 10px;
	//padding-right: 10px;
	background-color:eeeeee;
}
.secondTextSelected {
font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image:url('yellow.gif');
	background-repeat:repeat-x;
	background-color:yellow;
}
.secondTextPink {
font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;

	text-decoration: none;
	background-image:url('pink.gif');
	background-repeat:repeat-x;
	background-color:yellow;
}
.thirdText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	line-height: normal;
}
.contentCopyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
}
.thirdTextSelectedRed {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #DA010D;
	line-height: normal;
}
.thirdTextSelectedGreen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #00852A;
	line-height: normal;
}
.contentText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.contentText b{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url('yellow.gif');
	background-repeat:repeat-x;
	background-color:yellow;
	text-decoration: none;
	color: #000000;
}
.contentRule {
	border-bottom:thin dotted #000000;
}
.contentText p {
text-indent:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.images {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000033;
	text-decoration: underline;
}

