@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: 100%;
	background-color: #FFFAF0;
}
.thrColFixHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E5D0AB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container #header p {
	padding-left: 24px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #49A14E;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 311px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.thrColFixHdr #container #sidebar2au h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.13em;
	color: #197195;
	margin-bottom: 2px;
	margin-left: 18px;
}
.thrColFixHdr #container #sidebar2au dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #0A89E1;
}
.thrColFixHdr #container #sidebar2au dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left: 18px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #333333;
	margin-right: 6px;
}
.thrColFixHdr #container #sidebar2au dl {
	margin-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent dl {
	margin-top: 12px;
	margin-left: 12px;
}
.thrColFixHdr #container #sidebar2au a {
}
.thrColFixHdr #container #sidebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 12px;
	margin-bottom: 2px;
	margin-top: 16px;
	color: #2C758F;
	font-weight: bold;
	letter-spacing: .05em;
}
.thrColFixHdr #container #sidebar2 p {
	padding-left: 60px;
	padding-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #666666;
	line-height: 13px;
}
.thrColFixHdr #mainContent {
	width: 430px;
	margin-top: 0;
	margin-right: 310px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.thrColFixHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding-left: 12px;
	margin-top: 0px;
	padding-right: 12px;
	margin-bottom: 12px;
}
.thrColFixHdr #container #mainContent a {
	color: #1275FF;
}
.thrColFixHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 30px;
} 
.thrColFixHdr #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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}
.biopic {
	margin-right: 8px;
	margin-top: 4px;
}
.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;
}
 
</style>
.thrColFixHdr #mainContent2col {
	width: 430px;
	margin-top: 0;
	margin-right: 310px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #mainContent2col {
	width: 680px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent2col p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding-left: 12px;
	margin-top: 0px;
	padding-right: 12px;
	margin-bottom: 12px;
}
.thrColFixHdr #container #mainContent2col a {
	color: #1275FF;
}
.thrColFixHdr #container #mainContent2col h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 12px;
	margin-bottom: 2px;
	margin-top: 20px;
	color: #2C758F;
	font-weight: bold;
}
.thrColFixHdr #sidebar2au {
	float: right; /* since this element is floated, a width must be given */
	width: 311px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar2au a {
	color: #1F7997;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent ol li {
	margin-left: 20px;
}
.thrColFixHdr #container #mainContent2col ol li {
	margin-left: 20px;
	margin-bottom: 12px;
}
.blockpara {
	margin-bottom: 2px;
}
.thrColFixHdr #container #sidebar2au dl a {
	color: #0A89E1;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	letter-spacing: .1em;
}
.thrColFixHdr #container #mainContent dd {
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
	color: #666666;
	padding-right: 12px;
}
.thrColFixHdr #container #mainContent li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 4px;
	margin-right: 8px;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
	padding-left: 12px;
}
.thrColFixHdr #container #mainContent h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 12px;
	margin-bottom: 2px;
	margin-top: 6px;
	color: #2C758F;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: inline;
}
.thrColFixHdr #container #mainContent2col img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.initpar {
	margin-left: 40px;
}
.thrColFixHdr #container #mainContent2col li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 3px;
	margin-right: 8px;
}.thrColFixHdr #container #mainContent2col ul {
	margin-top: 4px;
}
.thrColFixHdr #container #mainContent2col h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
	padding-left: 12px;
	margin-top: 1px;
}
.thrColFixHdr #container #mainContent2col h2 a {
	color: #2C758F;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A89E1;
	margin-left: 12px;
	margin-bottom: 6px;
}
.thrColFixHdr #container #mainContent2col h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A89E1;
	margin-left: 12px;
	margin-bottom: 6px;
}.footnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 40px;
	line-height: 12px;
}
.thrColFixHdr #container #mainContent footnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.thrColFixHdr #container #mainContent2col table h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	color: #666666;
	line-height: 16px;
}
.thrColFixHdr #container #mainContent2col table dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 22px;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #container #mainContent2col table dl {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #mainContent2col table dd {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin-bottom: 6px;
}
.thrColFixHdr #container #mainContent2col table p {
	font-size: 12px;
	padding-left: 24px;
	line-height: 12px;
}
.thrColFixHdr #container #footer a {
	color: #0A89E1;
}
.ital {
	font-style: italic;
}
.thrColFixHdr #container #mainContent2col #boxinside {
	width: 300px;
	float: left;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0464CD;
	margin-top: 16px;
	margin-right: 40px;
	margin-bottom: 16px;
	margin-left: 16px;
	line-height: 18px;
	font-style: italic;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 2px;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-style: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-weight: bold;
}
