.paraHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0px;
	color: #0B2E6E;
	padding-bottom: 0px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 170%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
	text-indent: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.paraEmphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 170%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	text-align: left;
	text-indent: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linksParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 170%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contactStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #007BC5;
	text-align: left;
	line-height: 20px;
	margin-left: 60px;
}
.contactStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	line-height: 20px;
	font-style: normal;
}

.sidebarStyle1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.sidebarStyle2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.sidebarStyle3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.sidebarStyle4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photoLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.usesFlash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
}
.copyright	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 2px;
}
.sectionHead {
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}

.packPagesPackImage {
	padding-left: 40px;
}

body  {
	background: #666666;
	margin: 10px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #557ED5;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding: 10px 15px 0px 15px;
	border-bottom-width: medium;
	height: 130px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
}
.twoColFixLtHdr #navbar {
	background: #FFFFFF;
	height: 35px;
	color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #663366;
	clear: right;
	margin-top: 6px;
}
.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #D60819;
	clear: right;
}
.twoColFixLtHdr #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #D66DCC;
	clear: right;
}
.twoColFixLtHdr #sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #0066CC;
	clear: right;
}
.twoColFixLtHdr #sidebar6 {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #006666;
	clear: right;
}


.twoColFixLtHdr #sidebarPackPages {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebarLinks {
	float: right; /* since this element is floated, a width must be given */
	width: 112px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid gray 1px;
	margin-right: 6px;
	background-color: #FFFF00;
}




.twoColFixLtHdr #mainContent {
	margin: 0px 150px 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px;
	background: #FFFFFF;
	border: solid gray 1px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #mainContent2 {
	margin: 6px 150px 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px;
	background: #FFFFFF;
	border: solid gray 1px;
	background-color: #FFFFFF;
	text-align: left;
}
.twoColFixLtHdr #contactContent1 {
	background-color: #FFFFFF;
	border: solid gray 1px;
	margin: 0px 0px 0px 6px;
	padding: 15px 25px 15px 15px;
	width: 345px;
	height: 310px;
}
.twoColFixLtHdr #contactContent2 {
	background-color: #FFFFFF;
	float: right;
	border: solid gray 1px;
	margin-right: 6px;
	padding: 10px 10px 20px 10px;
	width: 345px;
	height: 310px;
}
.twoColFixLtHdr #mainContentMoreIdeas {
	margin: 0px 150px 0px 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px;
	background: #FFFFFF;
	border: solid gray 1px;
	background-color: #FFFFFF;
	height: 190px;
}

.twoColFixLtHdr #mainContentPackPages {
	margin: 0px 0px 0px 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px;
	border: solid gray 1px;
	background-color: #FFFFFF;
	width: 330px;
}
.twoColFixLtHdr #mainContent2PackPages {
	margin: 6px 150px 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px;
	background: #FFFFFF;
	border: solid gray 1px;
	background-color: #FFFFFF;
	text-align: left;
	height: 320px;
}



.twoColFixLtHdr #footer {
	padding: 0 0 10px 6px;
	background-color: #FFFFFF;
	border-top: solid gray 1px;
	margin-top: 10px;
} 
.twoColFixLtHdr #fullWidth {
	margin: 0px 6px 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 80px 15px 20px;
	background: #FFFFFF;
	border: solid gray 1px;
	background-color: #FFFFFF;
	height: 300px;
}
.twoColFixLtHdr #fullWidthRefunds {
	margin: 0px 6px 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	border: solid gray 1px;
	background-color: #FFFFFF;
	height: auto;
}
