@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	margin: 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;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #009;
	font-size: 14px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 850px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #009;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
h1 {
	color: #630;
	font-size: 24px;
	text-align: left;
}
h2 {
	color: #009;
	font-size: 18px;
	text-align: left;
}


.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
	width: 850px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	background-color: #009;
	font-weight: bold;
	padding-top: 45px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 10px;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent {
	background-color: #CCC;
	color: #000;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: inherit;
} 
.imgright {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.imgright2 {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.imgright3 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.quote {
	color: #630;
	text-align: left;
	font-style: italic;
}

.twoColFixLtHdr #footer {
	margin: 0px;
	padding: 0;
	background-color: #009;
} 
.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 #mainContent a:visited {
	color: #03F;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #630;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:active {
	color: #0C67C0;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:link {
	color: #0C67C0;
	text-decoration: none;
	text-align: left;
}
.twoColFixLtHdr #mainContent li {
	list-style-image: url(../images/dot.gif);
}
.imgleft {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent table tr td p {
	text-align: justify;
}
strong {
	font-weight: normal;
}
#sitemap {
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #600;
	text-align: left;
}
	
#sitemap a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 10px;
}
#sitemap a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
	
#siteby {
	float: right,relative;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
#siteby a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 10px;
}
#siteby a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

