@charset "utf-8";
#page {
	width: 100%;
	overflow: visible;
}

#flashNavigator {
	position: relative;
	height: 700px;
	width: 900px;
	z-index: 0;
}

#flashText {
	position: absolute;
	left: 871px;
	top: 432px;
	z-index: 1;
}

.error {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}



#contentBack {
	position: absolute;
	height: 450px;
	width: 420px;
	left: 30px;
	top: 225px;
	z-index: 2;
	background-color: #666666;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border: 1pt solid #FFFFFF;
}

#contentListFrame {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 3;
	width: 400px;
	height: 440px;
	overflow: auto;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#galleryContentFrame {
	position: absolute;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 3;
	left: 30px;
	top: 225px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	width: 420px;
	height: 450px;
	overflow: hidden;
}

#contentFrameLarge {
	position: absolute;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 3;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 440px;
	overflow: hidden;
}

#mainContentBack {
	position: absolute;
	height: 80px;
	width: 420px;
	left: 30px;
	top: 215px;
	z-index: 2;
	background-color: #666666;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border: 1pt solid #FFFFFF;
}

#mainContentFrame {
	position: absolute;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 3;
	left: 30px;
	top: 215px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	width: 420px;
	height: 80px;
	overflow: hidden;
}

#lastNewsBody {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #06a;
	border-bottom-color: #06a;
	border-left-color: #06a;
	border-top-color: #06a;
	list-style-type: none;

}

#lastFotoBody {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #06a;
	border-bottom-color: #06a;
	border-left-color: #06a;
	border-top-color: #06a;
	list-style-type: none;

}

#newsListBody {
	width: 340px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height: 330px;
	display: block;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 20px;
	padding-left: 30px;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#newsTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF80;
	text-decoration: underline;
}

#newsDate {
	font-size: 11px;
	font-style: italic;
	color:#FFFFFF;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
}

.newsListTitle {
	color: #00CCFF;
	font-size: 14px;
	background-color: #0066aa;
	display: block;
	padding: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.newsListTitle:hover {
	color: #FFF;
	font-size: 14px;
	background-color: #00ccff;
	display: block;
	padding: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.newsLastTitle {
	color: #00CCFF;
	font-size: 14px;
	background-color: #0066aa;
	display: block;
	padding: 5px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

.newsLastTitle:hover {
	color: #FFF;
	font-size: 14px;
	background-color: #00ccff;
	padding: 5px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}

.fotoLastTitle {
	color: #00CCFF;
	font-size: 14px;
	background-color: #0066aa;
	display: block;
	padding: 5px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

.fotoLastTitle:hover {
	color: #FFF;
	font-size: 14px;
	background-color: #00ccff;
	padding: 5px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}



.newsListTitleSelected {
	color: #FFF;
	font-size: 14px;
	background-color: #333;
	display: block;
	padding: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.newsListTitleSelected:hover {
	color: #FFF;
	font-size: 14px;
	background-color: #333;
	display: block;
	padding: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.newsBox {
	font-size: 12px;
}

.fotoBox {
	font-size: 12px;
}

.newsListDate {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.newsLastDate {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}

.fotoLastDate {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}

#commandBar {
	z-index: 4;
	height: 20px;
	width: 400px;
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: 0px;
	left: 0px;
}

#newsYear, #newsYear:visited {
	font-size: 14px;
	font-weight: bold;
	color: #06F;
	text-decoration: none;
}

#newsYear:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0CF;
	text-decoration: underline;
}

#newsYearSelected {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#yearPage, #yearPage:visited {
	font-size: 16px;
	color: #0CF;
	font-weight: bold;
	text-decoration: none;
}

#yearPage:hover {
	font-size: 16px;
	color: #0FF;
	font-weight: bold;
	text-decoration: underline;
}

#sectionListBody {
	width: 340px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 400px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#sectionListBody2 {
	width: 400px;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 430px;
}

#linkListBody {
	width: 400px;
	height: 430px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#curriculumListBody {
	width: 940px;
	height: 360px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 30px;
}

.linkBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	width: 300px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

#sponsorListBody {
	width: 940px;
	height: 380px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sponsorBox {
	color: #000;
}

#resultsListBody {
	width: 400px;
	height: 430px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.sectionBox {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.sectionName {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0CF;
	background-color: #0066aa;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-decoration: none;
	padding-left: 20px;

}

.sectionNameSelected {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-decoration: none;
	padding-left: 20px;

}

.subSectionList {
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
	position: relative;
	left: 30px;
	top: 5px;
}

a.subSectionLink, a.subSectionLink:visited {
	font-weight: normal;
	color: #0CF;
	font-size: 14px;
	text-decoration: none;
	background-color: #0066aa;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}

a.subSectionLink:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #0CF;
}

a.subSectionLinkSelected, a.subSectionLinkSelected:visited {
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #333;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}

a.subSectionLinkSelected:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}

.linkTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFA0;
}

.linkUrl, .linkUrl:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.linkUrl:hover {
	text-decoration:underline;
}

.sponsorTitle {
	font-size: 18px;
	font-weight: bold;
	color: #06F;
}

.sponsorUrl, .sponsorUrl:visited {
	font-weight: bold;
	color: #09F;
	text-decoration:none;
}

.sponsorUrl:hover {
	text-decoration:underline;
}

#shinyCode {
}

#shinyCode {
	width: 500px;
	top: 10px;
	position: relative;
}

.resultsYear {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}

.resultsCategory {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFA0;
	margin-top: 5px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.resultSubCategory {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 20px;
}

.resultsRaces {
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
}

.curriculumHeader {
	font-size: 14px;
	font-weight: bold;
	color: #03F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.curriculumBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: circle;
	list-style-position: inside;
	color: #09F;
}

.curriculumYear {
	font-size: 14px;
	font-weight: bold;
	color: #03F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-type: none;
}

.curriculumText {
	font-weight: bold;
	color: #09F;
	font-size: 12px;
}
#copyright {
	font-weight: bold;
	color: #00F;
}
#header {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.official {
	position: absolute;
	height: 230px;
	width: 330px;
	left: 45px;
	top: 55px;
	font-size: 36px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #00F;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#innerHeader {
	overflow: hidden;
	position: relative;
	top: 0px;
	height: 300px;
	width: 1000px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navBar {
	position: absolute;
	left: 100px;
	color: #FFF;
	padding: 0px;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	z-index: 2;
}
.navBarBaseLevel li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navBarBaseLevel {
	margin: 0px;
	padding: 0px;
}
.navBarBaseLevel li a {
	text-decoration: none;
	color: #0CF;
	background-color: #06A;
	font-size: 16px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}
.navBarBaseLevel li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #0CF;
	font-size: 16px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}
#langBar {
	position: absolute;
	left: 8px;
	bottom: 10px;
	z-index: 2;
}

.navBarBaseLevel .selectedPage {
	color: #FFF;
	background-color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.navBarBaseLevel .selectedPage:hover {
	color: #FFF;
	background-color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#container {
	background-color: #FFF;
	width: 1000px;
	display: block;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0px;
	height: 440px;
	position: relative;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#contentFrame {
	position: absolute;
	left: 402px;
	top: 0px;
	width: 598px;
	height: 440px;
}
#newsFrameMain {
	position: absolute;
	height: 440px;
	width: 364px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#lastNewsTitleBar {
	position: relative;
	top: 0px;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	background-color: #0066aa;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0cF;
}

#lastFotoTitleBar {
	position: relative;
	top: 0px;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	background-color: #0066aa;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0cF;
}

#galleryFrameMain {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 440px;
	width: 364px;
	left: 364px;
	top: 0px;
}
.fotoBox  img {
	margin-top: 4px;
	margin-right: 4px;
}

#fanClubInsertBody {
	width: 340px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height: 330px;
	display: block;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 20px;
	padding-left: 30px;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#videoListBody {
	width: 340px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 400px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

a.videoLink, a.videoLink:visited {
	font-weight: normal;
	color: #0CF;
	font-size: 14px;
	text-decoration: none;
	background-color: #0066aa;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}

a.videoLink:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #0CF;
}

a.videoLinkSelected, a.videoLinkSelected:visited {
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #333;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}

a.videoLinkSelected:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}
.videoOrder,  .videoOrder:visited{
	background-color: #06a;
	color: #0CF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
	width: 300px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.videoOrder:hover {
	background-color: #0CF;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
}

.videoOrderSelected,  .videoOrderSelected:visited{
	background-color: #333;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
	width: 300px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.videoOrderSelected:hover {
	background-color: #333;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
}

