﻿/* element styles */

body
{
	width:100%;
	border:0;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:9px;
	color:#512B1B;
}

img { border:0; }


/* ID styles */
#wrapper,
#ContentArea,
#LogoArea,
#FooterArea,
.BlueStripe
{
	width:100%;
}

#LogoArea
{
	height:195px
}

#ContentArea
{
	background-color:#FBE182;
}

#ExtraLeftWhiteMargin
{
	background-color:White;
	width:1026px;
	margin-left:auto;
	margin-right:auto;
}

#PageContentArea
{
	width:694px;
	float:left;
	background-color:White;
	margin-left:164px;
	text-align:left;
}

#Menu
{
	margin-left:auto;
	margin-right:auto;
	width:629px;
}

#Content
{
	font-size:11px;
	width:684px;
	float:left;
	margin-left:5px;
	background-color:#FBE182;
}

#Details
{
	float:left;
	width:492px;
}



/* class styles */

.largeMargins
{
	margin-left:85px;
/*	margin-right:168px; */
	margin-top:4px;
	margin-bottom:12px;
}

.smallMargins
{
	margin-left:60px;
/*	margin-right:168px; */
	margin-top:4px;
	margin-bottom:12px;
}


.copyrightCredit 
{
	color:#004165;
	font-size:10px;
	margin-top:25px;
}

.PageWrapper,
.PageWrapperRacing
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1021px;
}

.PageWrapperBrownStripes,
.PageWrapperRedStripes,
.PageWrapperGreenDots,
.PageWrapperDiamonds,
.PageWrapperBlueStripes,
.PageWrapperBlueDots
{
	width:1021px;
	margin-left:5px;
}

.Racing
{
	background-image:url(../images/p_racing_small.jpg);
	background-position:center;
	background-repeat:repeat;
}

.BlueStripe
{
	width:100%;
	background-color:#7D9AAA;
	height:35px;
}

.whitespaceH	{ width:100%; height:5px; background-color:White; }

.largePrint { font-family:Times New Roman; font-size:24px; color:#004165; line-height:25px; }

a, a:link, a:active, a:visited
{
	color:#004165;
	text-decoration:none;
}
a:hover
{
	color:#7D9AAA;
}



/* sub classes */

#ContentArea .PageWrapperBrownStripes
{
	background:#512B1B url(../images/p_brown_stripes.jpg) no-repeat;
}

#ContentArea .PageWrapperGreenDots
{
	background:#4C6C2B url(../images/p_greendots.jpg) no-repeat;
}

#ContentArea .PageWrapperRedStripes
{
	background:#801515 url(../images/p_red_stripes.jpg) no-repeat;
}

#ContentArea .PageWrapperDiamonds
{
	background-image:url(../images/p_diamonds.jpg);
}

#ContentArea .PageWrapperBlueStripes
{
	background:#004165 url(../images/p_blue_stripes.jpg) no-repeat;
}

#ContentArea .PageWrapperBlueDots
{
	background:#004165 url(../images/p_blue_dots.jpg) no-repeat;
}

div#Content.wideContent
{
	width:853px;
}



/* extras */
.Clear{ clear:both; }
