﻿body
{
    padding:0px;
    margin:0px;
    background-color:Black;
    color:White;
    font-family:Arial, Helvetica, Sans-Serif;
    background-image:url(Images/bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    font-size:13px;
}

h1
{
    font-size:16px;
    font-weight:bold;
    display:inline;

}

h2{
    color:#cb5423;
    font-weight:bold;
    font-size:14px;
    display:inline;
}

p{
    display:inline;
    line-height:20px;
}

a
{
    color:White;
    font-weight:bold;
    text-decoration:underline;
}

a:hover
{
    color:#f48625;
    font-weight:bold;
    text-decoration:underline;
}

.headerDiv
{
    width:100%;
    text-align:center;
    padding:50px 0px 0px 0px;
}

.contentDiv
{
    width:80%;
    text-align:left;
}

.leftPaneDiv
{
    
    padding:30px 40px 0px 40px;
    height:470px;
    width:418px;
    text-align:left;
    
}

.leftPaneTd
{
    background-image:url(Images/LeftPane.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:418px;
    
}

.rightPaneDiv
{
    padding:30px 120px 0px 35px;
    width:280px;

}

.rightPaneTd    
{
    background-image:url(Images/RightPane.png);
    background-position:left top;
    background-repeat:no-repeat;
    vertical-align:top;
    width:280px;
    text-align:left;
    
}

.sponsorPanelDiv
{
    background-image:url(Images/SponsorPane2.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:830px;
    height:147px;
    padding:40px 80px 0px 20px;
}

.detailTitle
{
 font-weight:bold;
 font-size:14px;
}

.detailLabel
{
    color:#cb5423;
    font-weight:bold;
    vertical-align:top;
}

.detailText
{

}

.sponsorshipTitle
{
    font-weight:bold;
    font-size:14px;
}

.sponsorshipCost
{
    font-weight:bold;
    font-size:14px;
    text-align:right;
}

.blueBoxTop
{
	background-image:url(Images/BlueBox/top.png);
	background-position:top;
	background-repeat:repeat-x;
}

.blueBoxLeft
{
	background-image:url(Images/BlueBox/leftSide.png);
	background-position:left;
	background-repeat:repeat-y;
}

.blueBoxBottom
{
	background-image:url(Images/BlueBox/bottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.blueBoxRight
{
	background-image:url(Images/BlueBox/RightSide.png);
	background-position:right;
	background-repeat:repeat-y;
}
.blueBoxMiddle
{
	background-color:#061e29;
	color:White;
	font-weight:bold;
}