@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ebebed;
	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-image:url(images/GradientBckground.jpg);
	background-repeat:repeat-x;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/************** header ****************/

#header {
	height:176px;
}

/************** content ****************/

#content {
	background-image:url(images/body1.png);
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:50px;
}
.table1 {
	background-image:url(images/TableBackground.png);
	background-repeat:repeat-y;
}
.sites {
	vertical-align:baseline;
	padding-top:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#6a696b;
}
.contact {
	text-align:center;
	padding-top:5px;
	padding-bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6a696b;
}
.company {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#0A54A0;
	font-weight:bold;
}
.h_rules {
	padding-top:3px;
	padding-bottom:6px;
}

/************** footer ****************/

#footer {
	height:60px;
	padding-bottom:50px;
}
.copyright {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#414142;
}a:link {
	color: #6a696b;
	text-decoration: none;
}
a:visited {
	color: #6a696b;
	text-decoration: none;
}
a:hover {
	color: #0A54A0;
	text-decoration: none;
}
