body {
		background-color: #e0e0e0;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 865px;
		margin-left: auto;
		margin-right: auto;
}

.red {
		color: #f11a22;
}
.purple {
	color: #2B115A;
}

.bmwblue {
	color: #008AC9;
}

.orange {
	color: #f37022;
}

.backgroundblue {
	color: #b6deee;
}

.date {
		color: #0099D7;
		font-weight: bold;
		font-size: 14px;
}	

#nav {
		background-image: url("nav_images/bluebar.jpg");
		background-repeat: no-repeat;
		color: #fff;
		font-family: Arial;
		font-size: 12px;
		padding-top: 6px;
		padding-bottom: 8px;
		padding-left: 15px;
		width: 865px;
}

#nav a,a:visited{
		color: #fff;
		text-decoration: none;
}

#nav a:hover {
		text-decoration: underline;
		color: #f37022;
}
	
div#top-logo{
		padding-left: 0;
		padding-bottom:0;
		margin-top: 0;
		margin-bottom: 0;
		width: 865px;
}

div#bottom-logo{
		clear: left;
		float: left;
		font-family: Arial, Helvetica, sans-serif ;
		font-size: 12px;
		width: 865px;
		text-align: center;
}

div#bottom-logo-change{
		background-image: url("nav_images/orangebar.jpg");
		background-repeat: no-repeat ;
		clear: left;
		float: left;
		font-family: Arial, Helvetica, sans-serif ;
		font-size: 12px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 865px;
		text-align: center;
}

#bottom-logo-change a {
	color: #000;
}

a {
	color: blue;
}

a:visited {
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: #f37022;
}

