	body {
	color: #424242;
	background:#1da0ca url('../images/background.png') repeat-y top center fixed;
	font-size: 13px;
	}
	
	a {
	text-decoration: none;
	color: #1da0ca;
	font-weight: bold;
	}
	
	a:hover {
	text-decoration: none;
	color: #1da0ca;
	font-weight: bold;
	text-shadow: 0 0px 10px rgba(29,160,202,0.5);
	}
	
	h2 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 35px;
	font-weight: bolder;
	color: #1da0ca;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
	margin-top: 0px;
	margin-bottom: 30px;
	}
	
	h2 a:link, a:visited {
	text-decoration: none; 
	border: none;
	}
	
	h2 a:hover {
	text-decoration: none; 
	border: none;
	}
	
	h3 {
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 26px;
	font-weight: bolder;
	color: #1da0ca;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
	.container {

	}
	
	.navigation {
	color: #ffffff;
	text-align: right;
	font-size: 18px;
	padding-top: 10px;
	}
	
	.content {
	padding-top: 20px;
	}
	
	.right {
	padding-top: 20px;
	}
	
	.navlinks {
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	color: #093441;
	font-weight: bold;
	}
	
	.navlinks:hover {
	text-decoration: none;
	color: #093441;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	}
	
	.navlinksselected {
	text-shadow: 0 0px 10px #1da0ca;
	text-decoration: none;
	color: #1da0ca;
	font-weight: bold;
	}
	
	.navlinksselected:hover {
	text-shadow: 0 0px 10px #1da0ca;
	text-decoration: none;
	color: #1da0ca;
	font-weight: bold;
	}
	
	.ul {
	padding: 0px;
	}
	
	.cell {
	list-style-type: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}

	.cell a {
	display: block;
	padding-top: 10px;
	height: 35px;
	padding-right: 25px;
	border-bottom: 1px solid #1791ba; /* The Fallback */ border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.cell:hover {
	background-image: url(../images/navhighlight.png);
	}
	
	.aboveselectedcell {
	list-style-type: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}

	.aboveselectedcell a {
	display: block;
	padding-top: 10px;
	height: 35px;
	padding-right: 25px;
	}

	.aboveselectedcell:hover {
	background-image: url(../images/navhighlight.png);
	}
	
	.selectedcell {
	background: white;
	padding-right: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	list-style-type: none;
	height: 45px;
	background-image: url(../images/navselected.png);
	}

	.selectedcell a {
	color: #1da0ca;
	display: block;
	padding-right: 25px;
	padding-top: 10px;
	height: 35px;
	text-shadow: 0 0px 10px rgba(29,160,202,0.7);
	}

	.selectedcell:hover {
	background: white;
	background-image: url(../images/navselected.png);
	}
	
	.masthead {
	margin-left: -97px;
	margin-bottom: -25px;
	}
	
	.pulloutbox {
	background:#ddeef6;
	padding: 20px 20px 1px 20px;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
	.pullout {
	font-size: 18px;
	line-height: 25px;
	}
	
	#driving {
	margin-left:5px;
	margin-bottom:10px;
	line-height:20px;
	}
	
	.preload {
	display:none;
	}
	
	.percentageboxes {
	background:#1da0ca url(../images/percentage.png);
	height: 60px;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

	.percentage {
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	color: #093441;
	font-size:30px;
	letter-spacing: -1px;
	padding-left: 18px;
	}

	.pulloutpercentage {
	font-size: 18px;
	line-height: 19px;
	color: #ddeef6;
	}
	
	sup {
	font-size: 14px; 
	line-height: 0.5em;
	font-weight: bolder;
	}
	
	.downloadindesign {
	float:right;
	padding-left:10px;
	margin-bottom: 15px;
	margin-left:10px;
	border-left:1px solid #dbdbdb;
	line-height:15px;
	color: #b14580;
	}
	
	.downloadindesign a {
	text-decoration: none;
	color: #b14580;
	font-weight: bold;
	}
	
	.downloadindesign a:hover {
	text-decoration: none;
	color: #b14580;
	font-weight: bold;
	text-shadow: 0 0px 10px rgba(177,69,128,0.5);
	}
	
	.indesign {
	padding-bottom: 5px;
	}
