	body	{
		background-color: #FFFFFF;
		background-image: url(carslogo.jpg);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		font-family: "Arial MT", Verdana, sans-serif;
		font-size: small;
		line-height: 130%;
	}
	a:link	{
		color: #0099FF;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		color: #0099FF;
		text-decoration: none;
	}
	#banner	{
		text-align: left;
		padding: 0px;
		height: 100px;
		margin-top: 20px;
		margin-right: 70px;
		margin-bottom: 10px;
		margin-left: 255px;
		background: #CCFFCC;
		border: 1px solid #CCC;
		font-size: large;
		font-weight: bold;
	}
	#sidebar{
		text-align: left;
		margin-left: 0px;
		margin-top: 40px;
		width: 185px;
		position: absolute;
		left: 10px;
	}
	.link	{
		color: #0099FF;
		background: #CCFFCC;
		border: 1px solid #CCC;
		font-size: 75%;
		text-indent: 5px;
	}	
	.link a:link 	{
		color: #0099FF;
		text-decoration: none;
		display: block;
		width: 183px;
	}
	.link a:hover {
		text-decoration: none;
		display: block;
		width: 183px;
		background-color: #00CCFF;
		color: #000000;
	}
	.title	{
		font-weight: bold;
		font-size: small;
		text-indent: 0px;
	}
	#content{
		background: #FFFFCC;
		font-size: small;
		color: #666666;
		margin-top: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-left: 205px;
		padding: 10px;
		border: 1px solid #CCC;
		position: static;
		top: 150px;
		right: 20px;
		left: 205px;	
	}
	h3	{
		font-family: Arial, verdana, sans-serif;
		background: white;
		font-weight: bold;
		color: black;
		border: 1px solid #CCC;
		padding: 2px;
		text-transform: capitalize;
		text-align: left;
	}
	.image	{
		text-align: center;
		border: none;
	}
	.imagewhite	{
		text-align: center;
		border: 1px solid #CCC;
		background-color: #FFF;
		padding: 5px;
	}
	.pagenav	{
		text-align: center;
	}
	.pagenav a:hover {
		text-decoration: underline;
	}
	h2	{
		font-family: Arial, verdana, sans-serif;
		background: white;
		font-weight: bold;
		color: black;
		border: 1px solid #CCC;
		padding: 5px;
		text-align: center;
		line-height: 100%;
		text-indent: 0px;
	}
	.box	{
		padding: 10px;
		background-color: #FFFFFF;
		border: medium double #000;
		margin-right: 20px;
		float: right;
		text-align: center;
		font-weight: bold;
	}
	.box a:hover	{
		text-decoration: underline;
	}
	table a:hover	{
		text-decoration: underline;
	}
	.indent	{
		margin-left: 15%;
		margin-right: 15%;
	}
	.indent a:hover	{
		text-decoration: underline;
	}
	.highlight	{
		color: #0099FF;
		background: #99FFCC;
		border: 1px solid #0099FF;
		font-size: 75%;
		text-indent: 5px;
	}
	.highlight a:link 	{
		color: #0099FF;
		text-decoration: none;
		display: block;
		width: 183px;
	}
	.highlight a:hover {
		text-decoration: none;
		display: block;
		width: 183px;
		background-color: #00CCFF;
		color: #000000;
	}
	.cellcenter	{
		text-align: center;
	}
