body {
	
	background-image: url(/images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	font-family: "verdana", sans-serif, Arial, Helvetica;
	font-size: 9.0pt;
	color: #000000;
}

a {
	color: #e24b4b;
	font-size: 7.0pt;
	text-decoration: none;
}

a:hover {
	color: #0771bb;
	font-size: 7.0pt;
	text-decoration: none;
}

#download a {
	color: #e24b4b;
	text-decoration: none;
}

#download a:hover {
	color: #0771bb;
	text-decoration: none;
}

.contentContainer p {
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 12.0pt;
}

.contentContainer h1 {
	font-size: 14.0pt;
	color: #0771bb;
	margin-bottom: 5px;
}

.blueText {
	margin-bottom: 0px;
	font-size: 7.0pt;
	color: #0771bb;
}

.formText {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
}

.header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.privacyPolicy .contentContainer {
	min-height: 400px;
}

.contentContainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.mailingListLogin {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.mailingListInfo {
	padding-bottom: 10px;
	margin-left: 25px;
	width: 400px;
	float: left;
}

.transparentBg {
	border-left: 1px solid #b9b6b6;
	border-bottom: 1px solid #b9b6b6;
	background-image: url(/images/panelBg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

.mailingListForm {
	padding-bottom: 10px;
	margin-left: 98px;
	width: 420px;
	float: left;
}

.packShot {
	padding-left: 10px;
}

.clear {
	clear: both;
}

.underline {
	background: url(/images/rule.jpg);
	padding-top: 5px;
	padding-bottom: 20px;
	background-repeat:no-repeat;
	height:2px;
	width:400px;
}

.underlineSmall {
	background: url(/images/ruleSmall.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat:no-repeat;
	height:2px;
	width:300px;
}

.but {
	margin: 0px;
	background-color: #e7e7e7;
	border: 1px solid #000000;
	color: #1b4484;
	cursor: pointer;
}

.scroll {
   overflow: auto;
   width: 100%;
   height: 400px;
   vertical-align: top;
} 

.scroll h1 { 
	padding-left: 15px;
} 

.scroll h2 { 
	font-size: 9.5pt;
	padding-left: 15px;
	color: #0771bb;
	margin-bottom: 2px;
} 

.scroll p { 
	padding-right: 15px;
} 




