/*
#PreRaceBag {
	border: 1px solid white;
	float:left;
	margin: 10px;


}

#PostRaceBag {
	border: 1px solid white;
	float:left;
	margin: 10px;
}

#Luggage {
	margin: 10px;
	float:left;
}

#Trash {
	margin: 10px;
	
}
*/

body {
	font-family: Times New Roman, Georgia, Garamond;
	font-size: 13pt;
	border:0px;
	padding:0px;
	margin:0px;
	margin: 30px;
	background:#1A1A49;
}

#MainContent {
	background: #FFFFFF url("/images/HugeLogo.jpg") no-repeat scroll center center; 
	width:750px; 
	border: 2px solid #AAAAAA; 
	padding-left:30px; 
	padding-right:30px; 
	padding-top:10px; 
	padding-bottom:30px;
	text-align: justify;
}

#Instructions {
	font-size: smaller;
	font-weight: normal;	
}

#footer {
 	text-align: center;
	background: #e8e8e8; 
	border: 1px solid #CCCCCC;
	font-size: 10px; 
	line-height: 12px;
	font-family: Arial;
	width: 500px;
}

#footer a, .fotter a:link, .footer a:visited 
{
	text-decoration: underline;
	font-weight: normal; 
	color: #666666; 
	margin: 15px;
	font-size: 10px; 
	line-height: 12px;
	font-family: Arial;
 }
 
#footer a:hover, .footer a:active 
{
	color: #666666;
}

#footer p
{
	text-decoration: none;  
	color: #666666;
	margin: 4px;
	font-size: 10px; 
	line-height: 12px;
	font-family: Arial;
	font-weight: bold;
}

.view:hover {
	background-color: #ffffcc; 
}
.view, .inplace {
	font-size: 14px;
	font-family: sans-serif;
	text-align: left; 
}

.inplace {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}

#TheLists td {
	/*width: 12em;*/
	margin-right: 20px; 
	padding: 0px 20px;
	vertical-align: top;
}
#TheLists th {
	vertical-align: bottom;
/*	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
*/
}
#TheLists td.caption {
	font-size: 12px;
	text-align: center;
}
#TheLists li {
	padding: 0px;
	height: 20px;
	min-height: 1em;
	width: 120px;
}
#TheLists li .view {
	height: 16px;
	vertical-align: middle;
	padding: 2px;
}

#TheLists input.inplace {
	width: 120px;
	max-width: 120px;
}

.disclaimer {
	font-family: Trebuchet MS; 
	font-size: 10px; 
	font-weight: normal; 
	color: #999999; 
	border-top: 2px ridge #6E85C0;
	border-bottom: 2px ridge #6E85C0;
	text-align: center;
}