@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: sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-color: #FF9;
}
.thrColFixHdr #container {
	padding: 2%;
	width: auto;
	max-width: 597px;
	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. */
	background-image: url(../images/greyfill.gif);
	background-repeat: repeat;
} 
* {
	float: none;
	}
.thrColFixHdr #sidebar1 {  display: none;  }
.thrColFixHdr #sidebar2 {  display: none;  }
.thrColFixHdr #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 */
}
.thrColFixHdr #mainContent {
	background-repeat: repeat;
	background-color: #FFF;
	padding: 2%;
	width: auto;
	max-width: 597px;
} 
.thrColFixHdr #container #mainContent a  {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 120%;
}

.thrColFixHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #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 */
}

.green {
	color: #693;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
.aqua {
	color: #693;
}
h4 {
	font-size: 90%;
	font-weight: normal;
}
.thrColFixHdr #container #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
}

.thrColFixHdr #container #footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
	font-style: italic;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #006;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-size: 95%;
	font-weight: normal;
}
.smaller {
	font-size: smaller;
}
.thrColFixHdr #container #mainContent li {
	font-size: 90%;
	margin-bottom: 5px;
}
.red {
	font-size: 90%;
	color: #F03;
}
.orange {
	font-family: "Trebuchet MS", Tahoma, "Gill Sans MT", Arial;
	font-size: 100%;
	font-weight: 400;
	color: #F60;
}
.titlePAGES {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #369;
	background-color: #FFF;
	padding-bottom: 5px;
	font-variant: normal;
	letter-spacing: .7mm;
	line-height: 28px;
	margin-right: 20px;
	margin-left: 20px;
}
.inbusiness {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.14em;
	text-transform: none;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #F60;
	border-bottom-color: #F60;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: oblique;
	font-variant: small-caps;
	margin: 0px;
}
/* Shrink images to fit within viewport; some phones
   can't scroll horizontally. */
img	{
	max-width: 100%;
	}
