@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;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #FF9;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#container #mainContent a:hover {
	color: #006;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	}
#container #mainContent a {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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 */
}
#container #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
}
#container #footer a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
	font-style: italic;
}
.oneColFixCtrHdr #container #footer h5 {
	font-size: 90%;
	font-weight: normal;
}
#footer h6 {
	font-size: 70%;
	color: #666;
	font-weight: normal; 
}
h2 {
	font-size: 95%;
	font-weight: normal;
}
li {
	font-size: 90%;
	margin-bottom: 5px;
}
.smaller {
	font-size: smaller;
}
.green {
	color: #693;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
.aqua {
	color: #693;
}
.red {
	color: #F03;
	font-size: 75%;
}
.titlePAGES {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #369;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	background-color: #FFF;
	padding-bottom: 5px;
	font-variant: normal;
	letter-spacing: 1mm;
	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;
}
.highlight {
	background-color: #FF9;
	font-size: 85%;
}
.orange {
	color: #F60;
}
.web   {

}
.web a     {
	color: #666;
}

