    html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	background-color:#000;  /* light orange */
	color: #000000; /* text */
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}
.myback {
	background-image: url(/images/MyDiagSalmonBrown.gif);
	font-family: Verdana, Arial, sans-serif;
	background-repeat: repeat;
	border-top: medium none #F2BF99;
	border-right: thin none #F2BF99;
	border-bottom: thick none #F2BF99;
	border-left: thin none #F2BF99;
	margin-right: 5%;
	margin-left: 5%;
}
#header {
	text-align: center;
	padding: 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. */
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/MyDiagSalmonBrown.gif);
	top: 0px;
	margin-top: 0px;
} 
.thrColLiqHdr #header h2 {
	text-align: center;
	font-size: small;
	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 */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 30%; /* since this element is floated, a width must be given */
	border-right: medium solid #a6ffff;
	border-left: medium solid #a6ffff;
	border-bottom: medium solid #a6ffff;
	margin-right: 8px;
	border-top-color: #a6ffff;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 38%; /* since this element is floated, a width must be given */
	border-right: medium solid #a6ffff; /* turquoise */
	border-left: medium solid #a6ffff;
	border-bottom: medium solid #a6ffff;
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 4px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 4px;
	overflow:auto;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	width: auto;
	margin-left: 18px;
	margin-right: 18px;/*	margin: the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-right: 8px;
	padding-left: 8px;
}

.thrColLiqHdr #footer {
	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 */
	border-top: medium solid #a6ffff;
	border-right: medium solid #a6ffff;
	border-left: medium solid #a6ffff;
	border-bottom: medium solid #a6ffff;
	color: #000000;
	text-align: center;
	font-size: small;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 
.thrColLiqHdr #footer p {
	font-style: oblique;
	color: #CCCCCC;
	text-align: right;
	font-size: xx-small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.PedTable {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-position: center center;
	text-align: center;
	color: #000000;
	border: medium solid #a6ffff;
	margin: 0px;
	padding: 0px;
}
.PedTD {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	border-top: medium none #009900;
	border-right: medium none #009900;
	border-bottom: medium solid #a6ffff;
	border-left: medium none #009900;
}

.PedRightBord {
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: small;
	padding-right: 16px;
	padding-left: 1px;
	width: auto;
	border-right: medium dotted #000000;
	vertical-align: middle;
}
td,th {
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	color: #000000;
	font-size:  small;
	font-style: normal;
	font-weight: normal;
	border: thin none;
	text-align: center;	
}
a:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
	text-decoration: none;
	background: #a6ffff;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	color: #003300;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-decoration: none;
	background: #a6ffff;
}
p {
	font-size: small;
	text-indent: 9px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: #CCCCCC;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: auto;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
.MyLinkSmall {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
	background: #A6FFFF;
}
.photo3 {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
.photoTop {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
	top: 0px;
}
table {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, sans-serif;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: small;
}
.greyback {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
	text-align: center;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	background: #CCCCCC;
	background-image: url(/images/bkgrnd-desat.jpg);
	vertical-align: middle;
	border-top: thin outset #CCCCCC;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #CCCCCC;
	padding: 0px;
}
.greenback {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	background: #99FF99;
	vertical-align: middle;
	border-top: thin outset #FFFFFF;
	border-right: medium outset #44D200;
	border-bottom: medium outset #44D200;
	border-left: medium outset #44D200;
}

.MyH1Black{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: large;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	vertical-align: bottom;
	line-height: 200%;
	margin-bottom: 0px;
}
.MyH3Center {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-right: 5%;
	padding-left: 5%;
}
.MyH2Center {
	font-family: Rockwell, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: #000000;
	border: thin none;
	vertical-align: bottom;
}
.SmallBold {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	position: static;
}
.SmallBoldRight {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.floatleft {
	float: left;
	margin: 0px 4px;
	padding: 0px 6px 0px 4px;
}
.alignleft {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-right: 6px;
	padding-left: 8px;
}
.alignleftbord {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-top: thin none #ffd193;
	border-right: thin none #ffd193;
	border-bottom: thin ridge #ffd193;
	border-left: thin none #ffd193;
}
.phoBotNoBord {
	bottom: 0px;
	position: relative;
	vertical-align: bottom;
	z-index: auto;
	visibility: visible;
	border: thin none;
	background-position: center bottom;
	width: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.H3Readable {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-position: center;
	position: relative;
	visibility: visible;
	width: auto;
}
img {
	border: thin none #000000;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	display: inline;
}
.greenBackCen {
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background: #99FF99;
	vertical-align: middle;
	height: auto;
	width: auto;
	line-height: 140%;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: thin ridge #00CC00;
}
.linkDesc {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-top: thin none #ffd193;
	border-right: thin none #ffd193;
	border-bottom: thin ridge #ffd193;
	border-left: thin none #ffd193;
}
.tableGrid {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	margin: 2px;
	padding: 2px;
	font-size: small;
	border-top: thin none #ffd193;
	border-right: thin none #ffd193;
	border-bottom: medium none #ffd193;
	border-left: thin none #ffd193;
}
.yellowback {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, sans-serif;
	background: #ffff99;
	border: thin solid #FFCCCC;
}
/* ID CONTAINERsubs NOT CLASS! */
#containerSubs {
	width: auto;
	/* the auto margins (in conjunction with a width) center the page */
	background-image: url(/images/MyDiagSalmonBrown.gif);
	top: 0px;
	margin: 0px 5%;
	padding: 0px;
	border-top: 3px solid #cc9966;
	border-right: 6px solid #cc9966;
	border-bottom: 3px solid #cc9966;
	border-left: 6px solid #cc9966;
	text-align: left;
}
/* ID CONTAINERhome NOT CLASS! */
#containerHome {
	width: auto;
	background-image: url(/images/MyDiagSalmonBrown.gif);
	top: 0px;
	margin: 0px; /* the difference between home and sub pages */
	padding: 0px;
	border-top: 3px solid #000;
	border-right: 6px solid #000;
	border-bottom: 3px solid #000;
	border-left: 6px solid #000;
	text-align: left;
}
#texturefoot {
	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 */
	padding: 10px 20px;
	background:#BD825E url(/images/MyDiagSalmonBrown.gif) repeat;
	color: #333333;
	text-align: right;
	font-size: x-small;
	font-weight: lighter;
	font-style: oblique;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
} 
#Menu {
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	float:left;
	width:100%;
	background: #99FFFF url(/images/turqb1x70.gif) repeat-x;
	border-bottom:1px solid #00FDFD;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	}	
#Menu ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
		border-right:thin solid #00FDFD;
		border-left:thin solid #00FDFD;

} 
#Menu li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	} 
#Menu ul li.first {
	border-left:thin solid #00FDFD;
	}
#Menu ul li.last {
	border-right:2px solid #00FDFD;
	}
#Menu ul li a {
	display:block;
	margin:0;
	padding:.4em .8em;
	color:#000;
	text-decoration:none;
	border-left:1px solid #00FDFD;
	border-right:1px solid #00FDFD;
	line-height:1.4em;
	background: url(/images/turqb1x70.gif) repeat-x;
	}
#Menu ul li.active a {
	background: #99FFFF url(/images/turqb1x70.gif) repeat-x;
		font-weight:bold;
	}
#Menu ul li a:hover {
	background: #99FFFF url(/images/salmonb1x70.gif) repeat-x;
	}
#Menu ul li a span {
		display:block;
	}
.H3BotBord {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-position: center;
	position: relative;
	visibility: visible;
	width: auto;
	border-bottom: medium ridge #BD825E;
}
.italics {
	font-style: italic;
}
.oblique {
	font-style: oblique;
}
	div#belowrotator {
	margin=top: 0px;
	position: relative;
	padding-top: 10px;
	padding-left: 0px;
}
	/* rotator css */
	div#rotatestand {
	position: relative;
	/* height:340px;
	width: 500px;  leave out for flexibility in html */
	margin: 0px;
	padding: 0px;
}

	/* rotator standard reusable css */
	div#rotatestand ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0px;
	padding:0px;
	left: 5px;
	top: -10px;
}
/* rotator image style */	
	div#rotatestand ul li img {
	border:3px solid #a6ffff; /* turquoise */
	padding: 0px;
	margin: 0px;
}
    div#rotatestand ul li.show {
	z-index:500;
}
