@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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%;
}
.oneColFixCtr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(colateral/gradient_bg2.jpg);
	background-repeat: no-repeat;
	height: 652px;
}
content {
	height: 652px;
	width: 1024px;
	margin: 0px;
}
a:link {
	color: #4c4d4d;
	font-style: normal;
	text-decoration: none;
}
navigation {
	width: 1024px;
	float: left;
	clear: left;
}
p {
	margin: 0px;
	padding: 0px;
}
