@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333;
	background-color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	font-style: normal;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
}
a {
	color: #115395;
	text-decoration:none;
	
}
.footer {
	font-size: 10px;
	color: #999;
	padding: 10px 0px 10px 20px;
}
.footer a {
	color: #333;
	text-decoration:none;
}
.footer a:hover {
	color: #115395;
	text-decoration:underline;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #115395;
	margin-bottom: -5px;
	margin-top: 0px;
}
p {
	margin-bottom: 20px;
}
li {
	list-style-type: square;
	margin-left: -20px;
}
