@charset "UTF-8";
/* CSS Document */

/* Content Styling */
#wrapper { 
	background: url('/images/caraWebImage.jpg') 79px 125px no-repeat #fff;
}

.tableContent1 {
	width: 380px;
	vertical-align: top;
/* 	padding: 0em 0em 0em 1em; */
}
.content ul {
	padding: 0em 2em;
}
li {	
	list-style-type: disc;
	line-height: 1.4em;
}
.tableContent2 {
	vertical-align: top;
	padding: 0em 0em 0em 1em;
}
.tableContent2 {
	width: 350px;
}

/* Right side column */
#dataLinks {
	display:  block;
	padding: 1em 3em 0em 1em;
	color: #fff;
}
#dataLinks p {
	padding: 2em;
	text-align: left;
	font-size: 0.8em;
}

#dataLinks a {
	margin: 5px 5px 5px 20px;
	float: left;
	display: inline;
}
#dataLinks img {
	border: 0px;
}

/* Sponsor Images and Links */
#sponsers {
	height: 100px;
	background-color: #fff;
	width: 1025px;
}
#sponsors img {
	border: 0px;
	display: inline;
}
#sponsorImages {
	text-align: center;
	width: 100%;
	background-color: #fff;
}
#sponsors a {
	width: 134px;
	height: 74px;
	text-decoration: none;
	padding: 0px 3px;
	border: 0px;
}
.rolloverLink {
	width: 122px;
	overflow: hidden;
	height: 96px;
}
.rolloverContainer {
	width: 242px;
}

.purple {
	color:purple;
}

.orange {
	color:#DF6000;
}

.purpleBox {
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:5px solid purple;
}

.purpleBoxInner {
	padding:20px;
}
