body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center;
	color: #000000;
	margin: 15px 0px 15px 0px;
	background-color: #eee;

}

strong {
	font-weight: bold;
}
	
h1 {
	font-size: large;
	color: #003399;
}

h3 {
	font-weight: bold;
	font-size: small;
	color: #003399;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #003399;
	background-color: #eee;
	border: 1px outset #003366;
	padding: 5px;
	margin: 5px;
	text-decoration: none;
}

img {
	border: 1px solid #003366;
}

center {
	text-align: center;
}

a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #000066;
}

#Content1 {
	width:771px; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;
	border: thin solid #003366;
	margin: 0px auto 0px auto;
	background-image: url(images/tire_07.jpg);
	background-repeat: repeat-y;
}

#Content2 {
	width:771px; /* Right and left margin widths set to auto */
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin none #003399;
	margin: 0px auto 0px auto;
}

#box3 {
	width: 560px;
	float: right;
	margin: 30px 15px 15px 15px;
	text-align: justify;
}

#box4 {
	width: 120px;
	float: left;
	text-align: center;
	margin: 30px 5px 10px 5px;
}

#img {
	float: right;
	margin:15px 0px 15px 15px;

}

#img2 {
	float: left;
	margin: 0px 15px 15px 0px;
}

#footer {
	text-align: center;
	width: 771px;
}
.footer2 {
	margin: 20px;
	font-size: x-small;
}
em {
	font-style: italic;
	color: #333333;
}
