.background {
	background-color: #FFFFFF;
	background-image: url(images/LRstripe.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.contentstable {
	height: 100%;
}

.ptsans{font-family: 'PT Sans', sans-serif;}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
.background .firstline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #669933;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #003399;
}
.bluelines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	color: #003399;
}
.sitemapnolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
.bodytextLightBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #00ADEF;
	text-decoration: none;
}


.cyclist{
	width:100px;
	height:100px;
	position:absolute;
	left: 100%;
	-webkit-animation: cyclistpos 7s linear infinite, cyclist 1s steps(40) infinite;
	-moz-animation: cyclistpos 7s linear infinite, cyclist 1s steps(40) infinite;
	-o-animation: cyclistpos 7s linear infinite, cyclist 1s steps(40) infinite;
	animation: cyclistpos 7s linear infinite, cyclist 1s steps(40) infinite;
	background: url(images/cyclist.png) 0 0 no-repeat;
	z-index: 50;
	}

@keyframes cyclist {
0% {background-position: 0 0;}
100% {background-position: 0 -4000px;} /* Must be full height of sprite or skipping will happen.*/
}
@-webkit-keyframes cyclist {
0% {background-position: 0 0;}
100% {background-position: 0 -4000px;} /* Must be full height of sprite or skipping will happen.*/
}
@-moz-keyframes {
0% {background-position: 0 0;}
100% {background-position: 0 -4000px;} /* Must be full height of sprite or skipping will happen.*/
}
@-o-keyframes {
0% {background-position: 0 0;}
100% {background-position: 0 -4000px;} /* Must be full height of sprite or skipping will happen.*/
}


@keyframes cyclistpos
{
from  {  top: 110px; left: 50px; }
to { top: 110px; left: 50px; }
}
@-webkit-keyframes cyclistpos /* Safari and Chrome */
{
from  {  top: 110px; left: 50px; }
to { top: 110px; left: 50px; }
}
@-moz-keyframes cyclistpos {
from  {  top: 110px; left: 50px; }
to { top: 110px; left: 50px; }
}
@-o-keyframes cyclistpos {	from  {  top: 110px; left: 50px; }
to { top: 110px; left: 50px; }
}







.cyclistbg{
	width:210px;
	height:210px;
	position:absolute;
	left: 100%;
	-webkit-animation: cyclistbgpos 7s linear infinite, cyclistbg 3s steps(40) infinite;
	-moz-animation: cyclistbgpos 7s linear infinite, cyclistbg 3s steps(40) infinite;
	-o-animation: cyclistbgpos 7s linear infinite, cyclistbg 3s steps(40) infinite;
	animation: cyclistbgpos 7s linear infinite, cyclistbg 3s steps(40) infinite;
	background: url(images/roadnograss.png) 0 0 no-repeat;
	z-index: 50;
	}

@keyframes cyclistbg {
0% {background-position: -501px -10px;}
100% {background-position: 0px -10px;} /* Must be full height of sprite or skipping will happen.*/
}
@-webkit-keyframes cyclistbg {
0% {background-position: -501px -10px;}
100% {background-position: 0px -10px;} /* Must be full height of sprite or skipping will happen.*/
}
@-moz-keyframes {
0% {background-position: -501px -10px;}
100% {background-position: 751px -10px;} /* Must be full height of sprite or skipping will happen.*/
}
@-o-keyframes {
0% {background-position: -501px -10px;}
100% {background-position: 751px -10px;} /* Must be full height of sprite or skipping will happen.*/
}


@keyframes cyclistbgpos
{
from  {  top: 0; left: 0px; }
to { top: 0px; left: 0px; }
}
@-webkit-keyframes cyclistbgpos /* Safari and Chrome */
{
from  {  top: 0px; left: 0px; }
to { top: 0px; left: 0px; }
}
@-moz-keyframes cyclistbgpos {
from  {  top: 0px; left: 0px; }
to { top: 0px; left: 0px; }
}
@-o-keyframes cyclistbgpos {	from  {  top: 0px; left: 0px; }
to { top: 0px; left: 0px; }
}

