@charset "UTF-8";/* CSS Document */body  {	font: 10pt Verdana, Geneva, sans-serif;	background: #996;	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: #000;}.body_text #container {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF url(images/body_tile_19.jpg) repeat-y;	margin: 0 auto; /* 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. */} .body_text #header {	background: url(images/header.jpg);	padding: 0 px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	font-family: "Times New Roman", Times, serif;	height: 75px;} .body_text #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 */}.body_text #sidebar1 {	float: right; /* since this element is floated, a width must be given */	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px;	margin: 0px;	font-family: "Times New Roman", Times, serif;	font-size: 10pt;	font-style: italic;	text-align: left;	background-color: #F6E998;}.body_text #mainContent {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	margin-top: 0;	margin-right: 0px;	padding-top: 0;	padding-right: 0px;	padding-left: 20px;	text-align: left;	height: 550px;	padding-bottom: 20px;	width: 500px;} .body_text #footer {	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#FBF6E2 no-repeat;	height: 54px;	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;	color: #6E8125;	text-align: center;	margin: 0px;} .body_text #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: 20px;}.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: 0px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 0px;}.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;}body_text {	font-size: 10pt;	font-family: Verdana, Geneva, sans-serif;	padding-right: 0px;	margin: 0px;}a:link {	text-decoration: none;	color: #647A18;}a:visited {	text-decoration: none;	color: #666;}a:hover {	text-decoration: underline;}a:active {	text-decoration: none;}.aboutme_bkg {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	background-image: url(images/about_bkg.jpg);	height: 550px;	text-align: left;	margin: 0px;	padding: 20px 0px 20px 20px;	width: 500px;	background-repeat: no-repeat;}.page_header {	font-family: "Times New Roman", Times, serif;	font-size: 20pt;	font-style: oblique;	color: #65791A;	background-color: #F9F9F7;	padding: 20px 30px 10px;	margin: 0px;	width: 400px;}.contact_bkg {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	height: 460px;	text-align: left;	margin: 0px 10px 0px 20px;	padding: 20px;	background-color: #FFF;}.index_bkg {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	height: 460px;	text-align: left;	margin: 0px 10px 0px 20px;	padding: 0px 20px 20px;	background-color: #FFF;}.index3_bkg {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	height: 550px;	text-align: left;	margin: 0px 0 0px 0px;	padding: 10px 20px;	background-color: #FFF;	clear: none;}.body_text #container #mainContent .index3_bkg p em {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	text-align: left;}.tinytext {	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;	font-style: italic;}.small_body {	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;}.tinytext2 {	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	font-style: italic;}.tinytext2center {	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	font-style: italic;	text-align: center;}.index3_bkgCenter {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	height: 460px;	text-align: center;	margin: 0px 10px;	padding: 20px;	background-color: #FFF;}.body_text #container #mainContent .contact_req_bkg {	color: #CB3E17;}.tinytextRed {	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;	font-style: italic;	color: #F00;}
