@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/sidebarbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	height: 165px;
	width: 780px;
	text-indent: 465px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 165px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header a {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #990000;
	line-height: 17pt;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 11pt;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.twoColFixLtHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
}
.twoColFixLtHdr #mainContent hr {
	color: #660000;
}
.twoColFixLtHdr #mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #FFFFFF;
	font-weight: bold;
}
.centeralign {
	text-align: center;
}
.italicGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 13pt;
	color: #333333;
}
.ruleBelow {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.testimonialName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 13pt;
	text-align: right;
}
.twoColFixLtHdr #footer {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	margin-right: 8px;
}
.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;
}
blockquote {
	margin: 0px;
	padding: 0px;
}
