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

body  {
	font: 11px/21px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	background-color: #f0f0f0;
	background-image: url(../images/headBg.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container #mainContent #subContainer hr {
	height: 15px;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin-left: 220px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/contentShadow.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 45px;
} 
.thrColFixHdr #container #mainContent #subContainer {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}
.thrColFixHdr #container #mainContent #subContainer h1 {
	font: normal 21px/21px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 8px;
}
.thrColFixHdr #container #mainContent #subContainer h2 {
	font: normal 14px/21px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-bottom: 10px;
}
.thrColFixHdr #container #mainContent #subContainer h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #subContainer h4 {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #container #mainContent #subContainer h5 {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-bottom: 15px;
}
.thrColFixHdr #container #mainContent #subContainer h6 {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent #subContainer #tickContainer {
	background-image: url(../images/450x450Bg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
.thrColFixHdr #container #mainContent #subContainer #tickBase {
	background-image: url(../images/450x5BgBase.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 450px;
	margin-bottom: 30px;
}
.thrColFixHdr #container #mainContent #subContainer a {
	color: #069;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent #subContainer #imgRight {
	float: right;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent #subContainer #imgLeft {
	float: left;
	padding-right: 10px;
}
.thrColFixHdr #container #spacer {
	height: 15px;
}
.thrColFixHdr #container #mainContent #subContainer p {
	margin-bottom: 10px;
}
.quoteText {
	font: italic normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #069;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 60px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.thrColFixHdr #container #sidebar1 #NavContainer {
	padding-bottom: 40px;
}
.thrColFixHdr #container #sidebar1 #sideNavHeader {
	font: bold 14px/14px 'Trebuchet MS', Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 11px;
	margin-bottom: 11px;
	text-indent: 15px;
}
.thrColFixHdr #container #sidebar1 #sideNav {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.thrColFixHdr #container #sidebar1 #sideNav a {
	text-decoration: none;
	color: #666666;
}
.thrColFixHdr #container #sidebar1 #sideNav a:hover {
	text-decoration: none;
	color: #333333;
	background-image: url(../images/navBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.thrColFixHdr #sidebar2 {
	width: 190px;
	float: right;
}
.thrColFixHdr #container #sidebar2 #AdBlocks {
	margin-bottom: 15px;
}
.thrColFixHdr #header {
	height: 111px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header #logoBlock {
	margin-left: -4px;
	float: left;
}
.thrColFixHdr #container #header #navigation {
	font: bold 14px 'Trebuchet MS', Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 220px;
	margin-left: 235px;
	padding-left: 15px;
	margin-top: 45px;
}
.thrColFixHdr #container #header #navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #header #navigation a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.thrColFixHdr #container #header #quote {
	font: italic normal 12px/35px 'Trebuchet MS', Helvetica, sans-serif;
	color: #FFFFFF;
	top: 10px;
	margin-right: 220px;
	margin-left: 235px;
	padding-left: 15px;
}
.input_field_01       {
	height: 25px;
	width: 410px;
	background-color: #FFFFFF;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 5px;
	margin-bottom: 15px;
}
.input_field_03       {
	height: 25px;
	width: 180px;
	background-color: #FFFFFF;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 5px;
	margin-bottom: 15px;
}
.input_field_02       {
	height: 100px;
	width: 410px;
	background-color: #FFFFFF;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #container #header #greytext {
	color: #CCCCCC;
	float: right;
	font: normal 11px 'Trebuchet MS', Helvetica, sans-serif;
	width: 190px;
	text-align: right;
	padding-top: 10px;
}
.thrColFixHdr #container #pageHeadHR {
	width: 670px;
}
.thrColFixHdr #footer {
	background-color: #666666;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
} 
.thrColFixHdr #footer #footerContainer #centreColumn {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	margin-top: 0px;
}
.thrColFixHdr #footer #footerContainer #leftColumn {
	float: left;
	width: 190px;
}
.thrColFixHdr #footer #footerContainer #rightColumn {
	float: right;
	width: 190px;
	color: #CCCCCC;
	font: 9px 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
}
.thrColFixHdr #footer #footerContainer #compliance {
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 15px;
}
.thrColFixHdr #footer #footerContainer {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.thrColFixHdr #footer #footerContainer #footNav {
	font: 11px 'Trebuchet MS', Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 5px;
}
.thrColFixHdr #footer #footerContainer #centreColumn #footNav a {
	color: #FFFFFF;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
li   {
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	margin-left: 10px;
}
