/* CSS Document */
Body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	background-color: #FFF5C1;
	}
	
Blockquote {
	width: 210px;
	margin-left: 0px;
	}
	
Form {
	border: 2px solid #000000;
	padding: 19px;
	}
	
ul {
	margin: 0px;
	}
	
li {
	list-style-type: none;
	margin: 15px;
	}
	
.orangeBold {
	background-color: #FFDB11;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	display: block;
	}
	
.blackCentered {
	text-align: center;
	}
	
.blackCenteredBold {
	text-align: center;
	font-weight: bold;
	}
	
.blackCenteredBoldEm {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}
	
.blackCenteredBigBold {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	}
	
.blackSmall {
	font-size: 75%;
	line-height: 100%;
	}
	
.blackSmallCenter {
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	}
	
.blue {
	color: #0000FF;
	text-align: left;
	font-size: 85%;
	line-height: 100%;
	}
	
.blueBold {
	color: #0000FF;
	text-align: left;
	font-weight: bold;
	}
	
.blueCenterBold {
	color: #0000FF;
	text-align: center;
	font-weight: bold;
	}
	
.red {
	color: #D90000;
	text-align: left;
	font-size: 90%
	}
	
.redLeftBold {
	color: #D90000;
	text-align: left;
	font-weight: bold;
	}
	
.redCenterBold {
	color: #D90000;
	text-align: center;
	font-weight: bold;
	}
	
.redCenterBigBold {
	color: #D90000;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	margin: 0px 25px 0px 25px;	
	}
	
.redCenterBold  a{
	color: #D90000;
	text-align: center;
	font-style: italic;
	}
	
.redCenterBigBoldUnderline {
	text-align: center;
	text-decoration: underline;
	}
	
.redCenterBig {
	color: #D90000;
	font-size: 140%;
	text-align: center;
	line-height: 160%;
	margin: 0px 25px 0px 25px;	
	}

#Wrapper {
	padding: 30px;
	margin: 0px;
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 3px solid #0000FF;
	}

#BoxWrapper {
	width: 750px;
	height: 265px;
	}
	
#Intro {
	width: 100%;
	height: 450px;
	}
	
#ThankYou {
	width: 100%;
	padding: 50px 0px 50px 0px;
	}
	
#GoldBar {
	background-image:  url("../images/bg_gold.png");
	background-repeat: repeat;
	width: 100%;
	height: 20px;
	float: left;
	}
	
#GoldBox {
	background-image:  url("../images/bg_gold.png");
	background-repeat: repeat;
	width: 100%;
	height: 215px;
	width: 565px;
	float: left;
	}
	
#RedBar {
	position: relative;
	background-image:  url("../images/bg_red.png");
	background-repeat: repeat;
	width: 100%;
	height: 20px;
	top: -245px;
	}
	
#RedBarVert {
	position: relative;
	top: 0px;
	left: 0px;
	background-image:  url("../images/bg_red.png");
	background-repeat: repeat;
	width: 20px;
	height: 245px;
	}
	
#WhiteBox {
	position: relative;
	top: -245px;
	left: 20px;
	width: 715px;
	height: 215px;
	padding: 15px 0px 15px 15px;
	}
	
#Sharon {
	background-image: url(../images/sm_suit.jpg);
	background-position: center;
	height: 215px;
	width: 150px;
	float: left;
	}
	
#LeftSide {
	width: 320px;
	float: left;
	}
	
#RightSide {
	position: relative;
	top: 0px;
	float: left;
	width: 430px;
	}
	
#Signature {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	}
	
.floatLeft {
	float: left;
	}
	
.blackBold {
	font-weight: bold;
}

.letter {
	font-family: "Courier New", Courier, mono;
	}

.letterIndent {
	font-family: "Courier New", Courier, mono;
	margin-left: 50px;
	}