body {
	text-align: center;
	background-color: #d6c699;
	margin-top: 0px;
}
#mainContainer {
	text-align: left;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerContainer {
	background-color: #330000;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	height: 130px;
}
#mainNavContainer {
	background-color: #330000;
	width: 750px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(../images/navigationBG.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: top;
}
#bodyContentContainer {
	background-color: #330000;
	width: 720px;
	margin: 0px;
	padding: 15px 15px 0px;
	clear: both;
}
#footerContainer {
	background-color: #330000;
	width: 730px;
	margin: 0px;
	padding: 5px 10px;
	clear: both;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #8d4f50;
	text-align: center;
}

/* Rules for ul items in mainNavContainer */
#mainNavContainer ul {
	list-style-type: none;
	margin-top: 3px;
	margin-left: 15px;
	padding: 0px;
}

#mainNavContainer ul li{
	float: left;
	margin-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFEFC3;
}
#mainNavContainer ul li a:link{
	text-decoration: none;
	color: #ffefc3;
}
#mainNavContainer ul li a:visited{
	text-decoration: none;
	color: #ffefc3;
}
#mainNavContainer ul li a:hover{
	text-decoration: underline;
	color: #ffefc3;
}
/*End of rules for navigation ul items */
#bodyContentMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffefc3;
	background-color: #581c1c;
	height: auto;
	width: 680px;
	padding: 20px;
}
#bodyContentTestimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e0d6d7;
	background-color: #581c1c;
	margin: 5px 5px 5px 15px;
	padding: 0px;
	float: right;
	height: auto;
	width: 147px;
	background-image: url(../images/testimonialHeadBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-right: 1px solid #7e4041;
	border-bottom: 1px solid #7e4041;
	border-left: 1px solid #7e4041;
}

#bodyContentTestimonial ul {
	list-style-type: none;
	margin: 10px 5px;
	padding: 0px;
}

#bodyContentTestimonial ul li {
	padding: 10px 0px;
}
#bodyContentDisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffefc3;
	padding: 2px 0px 2px 20px;
	clear: both;
	height: 81px;
	width: 699px;
	background-image: url(../images/disclaimerBG.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996666;
	background-repeat: no-repeat;
}
#bodyContentMain h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #ffefc3;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#bodyContentMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffefc3;
	font-style: italic;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px 0px;
}
#bodyContentMain p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffefc3;
	margin-right: 15px;
}
#bodyContentTestimonial h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffefc3;
	margin: 2px 0px 20px 5px;
	padding: 0px;
}

#bodyContentDisclaimer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

#bodyContentDisclaimer .paragraphLeft{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 500px;
}
#bodyContentDisclaimer .paragraphRight{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffefc3;
	margin: -10px 0px 0px 10px;
	padding: 0px;
	height: auto;
	width: 170px;
}
#headerContainer .paragraphRight{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffefc3;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	height: auto;
	width: 170px;
}
.disclaimerParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffefc3;
}
.underlineSpan {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffefc3;
	text-decoration: underline;
}

.link a:link{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.link a:visited{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.link a:hover{
	text-decoration: underline;
	color: #7e4041;
	font-weight: bold;
	font-size: 14px;
}
.contactMe {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffefc3;
}
