body {
	margin: 0 auto auto 10px;
}
#PageDiv {
	width:972px;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;	
}
#HeadBar {
	width:972px;
	height:16px;
	background-color:#000000;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:2px;
	font-weight:bold;
	vertical-align:middle;
	float: left;
}
#ContentDiv {
	width:972px;
	float:left;
	clear:both;	
	background-image:url(../Images/LeftColbg.gif);
	background-repeat:repeat-y;
}
#CenterCol {
	width:806px;
	float:right;
	position:relative;
}
#CenterColInfo {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#FFFFFF;
	text-align:left;
}
#LeftCol {
	width:162px;
	float:left;
	text-align:center;
}
#ContentText {
	clear:both;
	line-height:140%;
}
.CalcTitleBar {
	border-bottom:solid;
	border-bottom-color:#666666;
	border-bottom-width:2px;
	text-align:left;
	background-color:#FFCC00;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}
.CallRow {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	line-height:140%;
}

#Footer {
	width:972px;
	height:16px;
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	clear:both;
}
#Footer a {
	color:#FFFFFF;
}
#Footer a:hover {
	color:#FFFF66;
}

.But {	
	height: 23px;
	width: 162px;
	margin-top:15px;
	text-align:center;
	padding-top:7px;
	background-image:url(../Images/BlankButBlack.jpg);
	background-position:50% 0px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;	
	float:left;
	display:block;
	text-decoration:none;
}
.But:hover{
	background-position:50% -30px;;
}
.ButBlue {	
	height: 23px;
	width: 162px;
	margin-top:15px;
	text-align:center;
	padding-top:7px;
	background-image:url(../Images/BlankButBlue.jpg);
	background-position:50% 0px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;	
	float:left;
	display:block;
	text-decoration:none;
}
.ButBlue:hover{
	background-position:50% -30px;;
}

.spacer {
	height:10px;
	clear:both;
}
.spacer40 {
	height:40px;
	clear:both;
}
.Border {
	border: thin inset #CCCCCC;
}
.rowspacer {
	width:972px;
	height:15px;
	float:left;
	background-color:#669933;
	clear:both;
}
.footertext {
	display:inline;
	margin-left:30px;
	margin-right:50px;
	font-size:9px;
}
.TitleText {
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}
.TooltipsText {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.smallbut {
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003300;
	text-align: center;
	vertical-align: middle;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
}
.smallbut:hover{
	background-color:#005300;
}
.smallbluebut {
	font-size: 9px;
	font-weight: bold;
	color:#FFFFCC;
	background-color:#000033;
	text-align: center;
}
.smallbluebut:hover{
	color:#666666;
}
.whitebut {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.whitebut:hover{
	color:#666666;
}
.whitebut:disabled {
	color:#CCCCCC;
}
.biggerwhitebut {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding:2px;
}
.biggerwhitebut:hover{
	color:#666666;
}
.biggerwhitebut:disabled {
	color:#CCCCCC;
}
.ErrorText {
	font-size: 12px;
	font-weight: bold;
	color:#FFFF00;
}
.stdbutsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.italic12 {
	font-size: 12px;
	font-style: italic;
}
.text10 {
	font-size:10px;
}
.smallyellow {
	font-size:10px;
	color:#FFFF00;
}
.errtext {
	color:#FF0000;
	background-color:#FFFF00;
	font-weight:bold;
}
.scrollable {
	overflow:auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.racehead {
	font-size:10px;
	font-weight:bold;
	background-color:#000066;
	color:#FFFFFF;
}
.racerow {
	font-size:10px;
}
.smallblue {
	font-size:10px;
	color:#0000CC;
}
.smallblack {
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
form {
	margin: 0;
	padding: 0;
}
/* Hack to get IE5.x to remove 3px of left and right padding on images */
* html img {
margin: 0 -3px; ma\rgin: 0;
}

