@charset "UTF-8";
/* CSS Document */


body {
	background: #ffffff;
	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;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a img {border:none;}

.boxes {
	cursor: default;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: ffffff;
	padding: 0 0px 0 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. */
	color: #996633;
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: None;
	font-family: Arial, Helvetica, sans-serif;
	
}
.oneColFixCtrHdr #footer {
	background:ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 740px;
}
.copyright {
	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 */
}
a
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {
	font-size: 9px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
a:link {
	color: #FFFFFF;
}

.homeTXT {
	text-align:center;
	color: #333333;
	font-family: futura;
	font-size: 12px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.homeTXTwht {
	text-align:center;
	color: #333333;
	font-family: futura;
	font-size: 13px;
	
}
