@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, serif;
	background:  #fff;
	background-image:url(images/top.gif);
	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;
	padding-top: 35px;
	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: #58585a;
}

h1, h2, h3, h4, h5, h6, p {font-weight:bold; text-align:left;}

h1 {font-size:550%;}
h2 {font-size:200%;}
h3 {font-size:220%;}
h4 {font-size:150%;}
p {font-size:150%; font-weight:normal;}


a, img {border: 0px; outline:none;}

.oneColFixCtr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0px auto;
	border: 0px;
	text-align: center; /* 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 */
}

*:hover {
outline:none;
}

*:active {
outline:none;
}

*:focus {
outline:none;
}

