#tablemain {
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	width:97%;
	background-color:white;
	box-shadow: 1px 4px 6px #888888;
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	}

#banner {
	width:100%;
	border:0;
	padding:0px;
	border-spacing:0;
	border-collapse:collapse;
	}

#banner1 {
	height:172px;
	width:100%;
	}
	
#bannder2 {
	height:172px;
	width:356px;
	}	
	
#headerbuttons {
	width:96%;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	} 

#socialbuttons {
	float:right;
	padding: 10px 20px 0 22px;
	}

img.social {
	width:20px;
	height:20px;
	}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#980000;
	padding:2px 0px 1px 20px; 
	float:left;
	margin-bottom:5px;
	}
	
#introtext {
	width:92%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 10px 0;
	}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	font-weight:normal;
	margin-top:0;
	}
	
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	}
	
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#980000;
	font-weight:bold;
	}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	color:#980000;
	margin-bottom:12px;
	}
	
#tablecars {
	width:80%;
	padding:30px;
	background-color:#E0E0E0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-top: 20px;
	}

#tablecars2 {
	width:95%;
	padding:30px;
	background-color:#E0E0E0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-top: 20px;
	}	
	
#centercars {
	display: table;
	width:80%;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}

#centercars2 {
	display: table;
	width:95%;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}	
	
#yearselect {
	float:left;
	vertical-align:middle;
	margin-bottom:70px;
		}
		
#yearselect2 {
	width:190px;
	float:left;
	vertical-align:middle;
	margin-bottom:70px;
		}

#dropdown {
   width: 190px;
   height: 30px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #ccc;
   }
	
#dropdown  select {
	width: 190px;
   padding: 4px 4px 4px 6px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   height: 30px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	}	

#center {
	width: 190px;
	text-align:center;
	display: table-cell;
	vertical-align:top;
	padding-left:2%;
	margin-bottom:25px;
	}

#right {
	width: 190px;
	float:right;
	display: table-cell;
	vertical-align:top;
	margin-bottom:30px;
	}
	
#left {
	width: 190px;
	float:right;
	display: table-cell;
	vertical-align:top;
	margin-bottom:30px;
	}
	
.imageParent {
	text-align: center;
	display: table-cell;
	}

.imageParent img {
	width:157px; 
	height:68px;
	vertical-align:top;
	}
	
img {
	border:0;
	}
	
.class1 A:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: black;}
.class1 A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: black;}
.class1 A:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: black;}
.class1 A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #980000;} 

.class2 A:link {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black;}
.class2 A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black;}
.class2 A:active {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black;}
.class2 A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #980000;} 

#footertext {
	width:92%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 30px 0;
	}