@charset "UTF-8";
body,td,th {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}
.image {
	top: 0px;
	margin: 0px;
	padding: 5px;
}
.image_right {
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.image_web {
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 200px;
	vertical-align: top;
}
.image_horz {
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 163px;
	width: 270px;
	vertical-align: top;
}
.image_web_vert {
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	vertical-align: top;
}
.imaghe_candle {
	height: 196px;
	width: 75px;
	padding: 0px;
	text-align: center;
	display: none;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #9CF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	text-align: center;
	background-color: #9CF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-weight: bold;
	background-color: #9CF;
	text-align: center;
} 
.table_text  {
	text-align: left;
	vertical-align: text-top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
	text-align: center;
	font-size: 10pt;
}
.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;
}
.nav_table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #CCC;
	text-align: center;
	background-color: #009;
}
.twoColFixLtHdr #container #sidebar1 table tr td {
	text-align: left;
}
.text_lj {
	font-size: 12pt;
	color: #000;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.text_ctr_BOLD {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.urgent_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #C00;
	text-decoration: blink;
	font-weight: bold;
	text-align: center;
}
.text_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #00009D;
	text-align: center;
}
.text_heading_dk_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #009;
	text-align: center;
}
.text_purple {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #90C;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 table tr td p {
	text-align: center;
}
.twoColFixLtHdr #container table {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {
	text-align: center;
}
.text_ctr {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.text_ctr_BOLD_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;
	color: #30F;
	text-align: center;
}
.text_rj {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	text-align: right;
	font-weight: normal;
}
.text_tribute {
	font-size: 18pt;
	color: #069;
	text-align: left;
	font-weight: lighter;
	font-family: "Brush Script MT Italic";
}

