@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(images/backgrnd.jpg);
	background-repeat: repeat;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline overline; color: red;
}

 .links a:link {
	color: #660000;
	text-decoration: none;
}

.links a:visited {
color: #666666;
text-decoration: none;
}

.links a:hover {
	color: #CC6600;
	text-decoration: underline;
}

.links a:active {
color: #666666;
text-decoration: none;
}


.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background-color: #FF0000;
	left: auto;
	right: auto;
	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 */
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.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;
	list-style-position: inside;
	list-style-type: disc;
	font-size: .9em;
	text-align: center;
}
#container_left  {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: auto;
	position: relative;
}
td {
	text-align: center;
	vertical-align: bottom;
	font-size: 100%;
}
.inline {
	display: inline;
}
#container_right {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	width: auto;
	float: left;
}
#container_left_testim {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: left;
	float: left;
	width: 325px;
	position: relative;
	margin: 0;
}
#container_right_testim {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	width: 325px;
	float: left;
	position: relative;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 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 */
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 100%;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	tgxt-align: center;
}

div.spacer{clear: both; height:10px; display:block;}
#navbar{
	width:auto;
	display:block;
	height:16px;
	margin:0px;
	padding:5px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #CCCCCC;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	padding: 6px;
	float: left;
	clear: none;
	height: auto;
	display: inherit;
	width: 600px;
	position: relative;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 12px;
}
.p_left {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
td img {display: block;}
.style1 {
	font-size: 100%
}
.redText {
	color: #F00;
	text-align: center;
}
.center {
	text-align: center;
}
.clearfloats {
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 5px;
}
td {
	text-align: center;
}
.image-spacer {
	margin: 10px;
}
