body {
	margin: 0px;
	padding: 0px;
	background-color: #FBF9E3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
a
{
	color: #990000;	
	font-weight: bold;
}
h1, h2.Title
{
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.carCaption
{
	text-align: center;
	width: 325px;
	float: left;
	padding-bottom: 8px;
}
.Clear
{
	clear: both;
	height: 1px;
	margin-top: -1px;
}
.imgLeft
{
	float: left;
	margin: 8px;
}
.imgRight
{
	float: right;	
	margin: 8px;
}
#Wrapper
{
	margin: 0 auto;
	width: 960px;
}
#Container
{
	background-image: url("../images/bgContent.jpg");
	background-repeat: repeat-y;
	background-position: left top;	
	z-index: 10;
}
#Header
{
	z-index: 9;	
	height: 75px;
	background-image: url("../images/bgTop.jpg");
	background-repeat: no-repeat;
	padding: 0px 25px 0px 38px;
}

#Header h1
{
	color: #002346;
	font-size: 32px;
	line-height: 34px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}
#Content
{
	width: 675px;	
	z-index: 12;
	padding: 0px 25px 0px 38px;
	float: left;
}
#Right
{
	float: left;
	width: 200px;
	padding: 15px 10px 0px 10px;
	color: #000000;
	line-height: 17px;
}
#Right h1
{
	color: #FFFFFF;
	font-size: 16px;
}
#moneyBox
{
	width: 202px;
	height: 269px;
	background-image: url(../images/rightBox.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;	
	margin-top: 35px;
}
#moneyBoxContent
{
	margin: 20px 0px 0px 10px;
	width: 168px;
	text-align: center;
}
#moneyBoxContent h1
{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h3
{
	color: #990000;
	font-size: 15px;
	text-align: left;
	padding-left: 40px;
	font-weight: normal;
	margin-top: 3px;
}
h3.Updated
{
	color: #5F799A;
	text-align: left;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 0px 2px 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
.Comment
{
	font-family:Arial, Helvetica, sans-serif;
}
.CommentName
{
	margin: 0px;
	margin-top: 15px;
	float: left;
	background-color: #CCCCCC;
	border: solid 1px #999999;
	border-bottom: none;
	padding: 2px 5px;
	width: 150px;
	font-weight: bold;
}
.CommentDate
{
	margin-top: 19px;
	float: right;	
	margin-right: 20px;
}
.CommentBody
{
	clear: both;
	margin: 0px;
	border: solid 1px #999999;
	padding: 4px;
}
#Disclaimer
{
	padding-top: 60px;
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
#Disclaimer a 
{
	color: #999999;	
}