@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-left: 10px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 3px solid #900;
}
.oneColFixCtr #mainContent {
}
.footertext {
	text-align: center;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	line-height: 22px;
}
#footer {
	background-color:#FFF;
	height: 91px;
	text-align: center;
}
#footer a:hover {
	color: #900;
}
.productContent {
	background-color:#FFF;
	border-right-width: 10px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
/*-----content styles------*/
.contentbox {
	padding:15px;
	margin:10px;
}
.contentheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
}
.contentheader2 {
	padding-top:15px;
	border-bottom-color:#990;
	border-bottom-style:dotted;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	color: #706A38;
}
.contentbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.contentbodyrightitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-style: italic;
	text-align: right;
}
.red {
	color: #900;
}
.contentbodystrandstripe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-image: url(images/image_strandbackground.jpg);
	background-repeat: repeat-y;
	width: 780px;
	background-position: 300px 300px;
}
.contentbodyredback {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #900;
	padding: 5px;
	text-align: center;
}
.contentbodystrandslant {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-image: url(images/Back_thebiggrouppage_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 780px;
	height: 620px;
}
.purchasebox {
	padding: 15px;
	border: 5px ridge #900;
	background: white;
	width: 320px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 200px;
}
.green {
	color: #1C9E3A;
}
.contentbodyrightitaliclarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	line-height: 25px;
	font-style: italic;
	text-align: right;
}
.contentbodyrightitaliclarge2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 25px;
	font-style: italic;
	text-align: right;
	color: #FFF;
}
.contentbodyendorsements {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	background-image: url(images/background_endorsementpage3.jpg);
	width: 780px;
}
.contentbodycontact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-image: url(images/background_contactpage.jpg);
	width: 780px;
}
.biographybody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 100px;
	padding-right: 15px;
	padding-left: 280px;
}
.purposebody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 70px;
	padding-right: 40px;
	padding-left: 310px;
}
.contentbodyendorsements2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	background-image: url(images/background_endorsementpage2.jpg);
	width: 780px;
}
.contentbodyendorsements3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	background-image: url(images/background_endorsementpage3.gif);
	width: 780px;
}
.alignright {
	text-align:right
}
