@charset "UTF-8";
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-attachment: fixed;
	background-color: #666666;
	background-image: url(bkgd33.jpg);
	background-repeat: repeat;
}
a:link {
	color: #333333;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CC0000;
	border-bottom: 1px dashed #CCC000;
	border-bottom-color: #CC0000;
}
.twoColFixLtHdr #container {
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none #000000;
	border-right: medium solid #000000;
	border-bottom: medium solid #000000;
	border-left: medium solid #000000;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	padding: 0;
	margin-top: 0px;
	visibility: visible;
}
.twoColFixLtHdr #container #sidebar1 p {
	font: xx-small/1.5 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	border-top: 1px dotted #1d2d65;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #1d2d65;
	border-left-color: #1d2d65;
	border-bottom: 1px none #1d2d65;
	text-align: left;
	padding: 12px 5px 0px 8px;
}
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 15px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 75px 0 170px; /* 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 0px 0 20px;
}
.bulletedlist {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.phonenumbergrids {
	font: bold 14px/1.5 Arial, Helvetica, sans-serif;
	color: #1d2d65;
	text-align: right;
	text-indent: 15px;
}
.underlinespace {
	border-bottom: #000000;
	text-decoration: line-through;
}
.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;
	background-color: #E6E6E6;
	border-top-color: #1D2D65;
	border-top-style: dotted;
	border-top-width: 1px;
}
.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;
}
.footertext {
	font: bold xx-small/1.5 Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	white-space: normal;
}
.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;
}
.images {
	border: 1px solid #000000;
	float: right;
	position: static;
	top: 550px;
	left: 620px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.lettertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-style: italic;
}
.rtaimage {
	float: right;
	border: 1px solid #000000;
}
.images #caption p {
	font-family: Arial, Helvetica, sans-serif;
}
.H1 {
	font: italic bold x-large Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1d2d65;
	text-align: left;
}
.textbody {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	white-space: normal;
}
.specialtext {
	font: oblique bold 20px Arial, Helvetica, sans-serif;
	color: #1D2D65;
	text-align: left;
}
.flashwelcome {
	position: relative;
	margin-right: 50px;
	padding-right: 50px;
	left: -20px;
}
.caption {
	font: oblique x-small Arial, Helvetica, sans-serif;
	color: #000000;
	float: right;
}
.questions {
	font: italic bolder 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.faqlist {
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
}
.flagimage {
	float: right;
	margin-bottom: 30px;
	margin-left: 10px;
}
.map {
	margin-bottom: 30px;
	border: 1px solid #000000;
	top: 400px;
	left: 300px;
}
.hand {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.blinkblink {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-transform: uppercase;
	border-bottom-style: none;
	border-bottom-width: thin;
}
.taxbillorlist {
	list-style-position: outside;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
}

