body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/MainBackground/sideImage.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	display: block;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
}

h2{
	color: #666666;
	padding: 15px;
	font-weight: normal;
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 110%;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px;
	font-size: 90%;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 1.3;
}
.faq p {
	padding: 0px 0px 13px;
}
.faq h3 {
	padding: 0px;
	font-size: 100%;
	margin-top: 10px;
}
.faq li {
	padding: 0px 0px 13px;
}
#masterTable {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 99%;
	border: 1px solid #F7F3F7;
	padding: 10px;
	color: #666666;
}
td {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	margin-left: 12%;
}
.justify {
	text-align: justify;
}
.faq {

	padding: 10px 10px 10px 40px;
	font-size: 90%;
	margin: 10px;
	border: 1px none #63CFCE;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 1.3;
	display: block;
	float: none;
}
#loggedInAs {
	color: #333333;
	font-size: 12px;
	float: right;
	padding-top: 12px;
}
.S2kiLogo {
	height: 16px;
	width: 36px;
	vertical-align: text-top;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: inline;
}
.logoBullet {
	list-style-image: url(images/TinyLogo.png);
	list-style-position: outside;
	line-height: 1.2;
	margin-bottom: 15px;
	list-style-type: square;
}
.blockedImage {
	background-image: none;
	text-align: center;
	padding: 10px 0px 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EEEEEE;
	margin: 0px;
}
.smallPrint {
	font-size: 70%;
}
#tableText {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rightGo {
	vertical-align: middle;
	float: right;
	margin-right: 50px;
}

.caption {
	font-size: 75%;
	margin: 5px 0px 0px;
	padding: 0px;
}
.quote {
	font-size: 12px;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 15px 15px 15px 5%;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
.storyNoPrint {

	padding: 10px;
	font-size: 90%;
	margin: 20px 10px 10px;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 1.3;
	float: none;
}
.formForPrint {
	padding: 10px;
	font-size: 90%;
	margin: 20px 10px 10px;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 1.3;
	float: none;
	border: 1px solid #666666;
}
.story h3 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#flophouse {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	}
.formErrorMessage {
	font-size: 10px;
	color: #FF0000;
}
.inputGood {
	background-color: #EEEEEE;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: inset;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	}
.inputBad {

	background-color: #FFFF9C;
}
.message {
	font-size: 80%;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.storyCopy {
	padding: 10px;
	font-size: 90%;
	line-height: 1.3;
}
.footerBox {
	clear: both;
	margin: 0px 0px 0px 153px;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 5%;
	background-image: url(images/MainBackground/Pattern.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.pageContent {
	clear: both;
	margin: 0px 0px 0px 153px;
	display: block;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 5%;
}
.pageTitle {
	clear: both;
	margin: 0px 0px 0px 153px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2.5%;
	height: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
}
.siteTitle {
	float: none;
	padding: 6px 3px 3px 150px;
	background-image: url(images/MainBackground/Pattern.gif);
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: both;
	background-repeat: repeat;
	display: block;
	height: 34px;
}
.navigationBar {
	margin-left: 153px;
	background-repeat: repeat;
	background-image: url(images/MainBackground/Pattern.gif);
	clear: both;
	float: none;
	height: 29px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: static;
	border-top: 1px solid #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	}
.titlePictures {
	clear: both;
	margin: 0px 0px 0px 153px;
	float: none;
	background-image: none;
	padding: 0px;
	background-color: #666666;
	height: 100px;
	display: block;
	border: 0px none;
	overflow: hidden;
	}
ul ul {
	DISPLAY: none; 
	POSITION: absolute;
	}
LI:hover UL {
	DISPLAY: block;
}
/* IE needs this to work with the javascript: (it seeems)*/
LI.over UL {
	DISPLAY: block;
}
#dmenu {
/* IE needs this to work with the javascript:*/
/* You can set up the overall appearance of the menu here: */
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif; 
}
.topMenu {
	margin: 0px 0px 0px 153px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/MainBackground/Pattern.gif);
	display: block;
	height: 33px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.subMenu {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;	
}
.topMenu li{
	list-style-type: none;
	float: left;
	display: block;
	padding-left: 0px;
}
.topMenu a{
	background-color: #CCCCCC;
	text-align: left;
	display: block;
	width: 85px;
	height: 25px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(images/MainBackground/Pattern.gif);
	border-bottom-style: none;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #333333;
}
.topMenu a:visited, .topMenu a:link{
	color: #990000;
}
.topMenu a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-image: url(images/MainBackground/DarkPattern.gif);
}

.subMenu li{
	/* any differences for the submenus */
	float: none;
	clear: both;
	}
.subMenu a{
	width: 110px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	height: 20px;
	padding-top: 5px;
	}
#home {
	padding-left: 20px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
.helpBox {
	border: 1px solid #333333;
	visibility: hidden;
	background-color: #EEEEEE;
}
.floatLeftTable {
	float: left;
	display: block;
}
.flophouse {
	background-image: url(images/MainBackground/Pattern.gif);
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 153px;
}
.feature {
	background-color: #FF0000;
	display: block;
	padding: 10px;
}
.outsideBorder {
	border-top: 1px none #FEFF99;
	border-right: 1px none #FEFF99;
	border-bottom: 1px solid #FEFF99;
	border-left: 1px none #FEFF99;
}
.linkExchange {
	padding: 15px 10px;
	font-size: 90%;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 1.3;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.answer {
	text-indent: -20px;
	padding-left: 20px;
}
.answer2nd {
	padding-left: 20px;
}
.PayPalTable {
	display: block;
	text-align: center;
	width: 100%;
}
