@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-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCCCCC;
} 
.twoColFixLtHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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: 10px 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: 226px;
	margin-left: 66px;
	border: 1px solid #999999;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #mainContent p {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.twoColFixLtHdr #container #background #mainContent table p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 16px;
}
.ital {
	font-style: italic;
}
.twoColFixLtHdr #container #background {
	background-image: url(images/mainback.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr   #bottommenu  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #bottommenu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 31px;
	color: #969695;
}
.twoColFixLtHdr #bottommenu a {
	color: #7C7C7C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.twoColFixLtHdr #bottommenu ul {
	margin-left: 0px;
	padding-left: 52px;
}
.twoColFixLtHdr #bottomshade {
	background-image: url(images/bottomshade.png);
	height: 53px;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #DEDEDE;
	border-bottom-style: none;
}
.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 */
}
.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;
}
.twoColFixLtHdr #mainContentlisting {
	width: 636px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContentlisting p {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.twoColFixLtHdr #container #background #mainContentlisting table p {
	padding-right: 30px;
}
.addtoppad {
	padding-top: 40px;
}
.twoColFixLtHdr #container #background #mainContentlisting table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #background #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #background #sidebar1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	list-style-type: none;
	padding-bottom: 10px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #background #sidebar1 ul {
	padding-left: 12px;
}
.twoColFixLtHdr #container #background #sidebar1 a {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #979793;
	text-decoration: underline;
}
.twoColFixLtHdr #container #background #mainContent h2 {
	color: #909068;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
.twoColFixLtHdr #container #background #mainContent a {
	color: #666666;
}
.twoColFixLtHdr #container #background #mainContent h3 {
	color: #909068;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #background #mainContent h1 {
	color: #909068;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	font-style: italic;
}
.twoColFixLtHdr #container #background #mainContent h4 {
	color: #909068;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #background #mainContent #homeflash {
	padding-bottom: 2px;
}
.twoColFixLtHdr #container #background #mainContent h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22779F;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
.twoColFixLtHdr #container #background #mainContent table li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
}
.twoColFixLtHdr #container #background #mainContent table ul {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #background #mainContent table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hometablesmallpics {
	padding-left: 1px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.addbottompad {
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #background #mainContent #flash {
	margin-bottom: 30px;
}
.underflash {
	margin-top: 16px;
}
