@charset "UTF-8";
body {
	font: Georgia, Times New Roman, Times, serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 14px;
	background-image: url(images/repeat.gif);
	border-color: #666666;
}
.oneColFixCtr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.menu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.subStyle1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #666666;
}
.subheaddy {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: normal;
	font-weight: bold;
}
.bullet {
	list-style-type: circle;
	font-style: italic;
}
.menuPagethru {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
.imageBorder {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000000;
}
