body {
	background:  #d5d5d5; /* url(images/bkgrd.gif) repeat-x scroll 0% 0%;*/
/*    background: #b5b5b5; */   
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: normal;
/*	font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin: 0px;
}

b.rtop, b.rbottom{display:block;background: #d5d5d5}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

b.mtop, b.mbottom{display:block;background: #d5d5d5}
b.mtop b, b.mbottom b{display:block;height: 1px;
    overflow: hidden; background: #7c5ade}
b.m1{margin: 0 5px}
b.m2{margin: 0 3px}
b.m3{margin: 0 2px}
b.mtop b.m4, b.mbottom b.m4{margin: 0 1px;height: 2px}

b.ltop, b.lbottom{display:block;background: #d5d5d5}
b.ltop b, b.lbottom b{display:block;height: 1px;
    overflow: hidden; background: #333333}
b.l1{margin: 0 5px}
b.l2{margin: 0 3px}
b.l3{margin: 0 2px}
b.ltop b.l4, b.lbottom b.l4{margin: 0 1px;height: 2px}

b.htop, b.hbottom{display:block;background: #d5d5d5}
b.htop b, b.hbottom b{display:block;height: 1px;
    overflow: hidden; background: #7b5add}
b.h1{margin: 0 5px}
b.h2{margin: 0 3px}
b.h3{margin: 0 2px}
b.htop b.h4, b.hbottom b.h4{margin: 0 1px;height: 2px}


#container{
    background-color: #7b5add;
	border-color: black;
	margin: 0px 3px 5px 3px;
}

#container-banner{
    background-color: white;
	border-color: black;

}

#container-info{
    background-color: white;
	border-color: black;
	margin: 0px 3px 0px 3px;
	padding-left: 75px;
}


#container-footer{
    background-color: white;
	border-color: white;
	margin: 5px 3px 2px 3px;
	
}

#container-top{
    background-color: white;
	border-color: white;
	margin: 0px 3px 2px 3px;
	height: 78px; /* Kyle I added this for compatibility with Safari, I would look into  the CSS box model and  issues with margins */
}

#container-strip{
    background-color: #da0101;
	border-color: #da0101;
	margin: 0px 3px 0px 3px;
	height: 3px; /* Kyle I added this for compatibility with Safari, I would look into  the CSS box model and  issues with margins */
}

#container-band{
    background-color: black;
	border-color: black;
	margin: 0px 3px 0px 3px;
	height: 35px; /* Kyle I added this for compatibility with Safari, I would look into  the CSS box model and  issues with margins */
}

#container-left{
    background-color:    white;
	border-color:  white;
	float:         left;
	width:         80px;
	height:        auto;
	margin:        0px 3px 2px 3px;
}

#container-left-privacy{
    background-color:    white;
	border-color:  white;
	float:         left;
	width:         80px;
	height:        auto;
	margin:        5px 3px 2px 3px;
}

#container-left-form{
    background-color:    white;
	border-color:  white;
	float:         left;
	width:         484px;
	height:        auto;
	margin:        0px 3px 3px 3px;
}

#container-right{
    background:    #7c5ade;
	border-color:  white;
	border-width:  thick;
	float:         right;
	width:         auto;
	height:        auto;
	margin:        0px 3px 2px 3px;}
	
#container-right-form{
    background:    white;
	border-color:  white;
	border-width:  thick;
	float:         right;
	width:         484px;
	height:        auto;
	margin:        0px 3px 3px 3px;
}	

#container-main {
    background:    white;
	border-color:  white;
	margin-left:   3px;
	margin-right:  153px;
	font-size:     100%;
    
}

#container-main-privacy {
    background:    white;
	border-color:  white;
	margin-left:   3px;
	margin-right:  3px;
	font-size:     100%;
    
}

#container-privacy {
    background:    white;
	border-color:  white;
	margin-left:   0px;
	margin-right:  0px;
	font-size:     100%;
    
}


#allcontent{
    width:        900px;
	padding-top:  0px;
    padding-bottom: 5px;
    margin-left:  auto;
    margin-right: auto;
}

#allcontent-2{
    width:        980px;
	padding-top:  0px;
    padding-bottom: 5px;
    margin-left:  auto;
    margin-right: auto;
}

#banner{
  
    background-color: white;
    height: 30px;
    width: 900px;

}

#header{
    background-color:  #7b5add;
	height:            134px;
    margin:            0px;	
	text-align:        right;
	color:             black;
	font-family:       Verdana, Tahoma, Arial, Sans-serif;
	font-size:         225%;
}

#info{
    background-color:  white;
	height:            125px;
    margin:            15px;	
	text-align:        left;
	color:             black;
	font-family:       Verdana, Tahoma, Arial, Sans-serif;
	font-size:         125%;
}

#topbar{
    background:        #7c5ade;
	height:            78px;
	width: 			   894px; /* Kyle I added this for compatibility with Safari, I would look into  the CSS box model and  issues with margins */
	font-size:         100%;
	/*position:          absolute;*/
}

#strip{
    background:        #a50302  url(images/strip.gif); 
	height:            3px;
	width: 			   894px; /* Kyle I added this for compatibility with Safari, I would look into  the CSS box model and  issues with margins */
	/*position:          absolute;*/
}

#band{
    background:        black;
	height:            35px;
	width: 			   894px; /* Kyle I added this for compatibility with Safari, I would look into  the CSS box model and  issues with margins */
	/*position:          absolute;*/
	font-size:         150%;
	text-align:        center;
	color:             #E6E6E6;
}

#band-info{
    background:        white;
	border:            thin solid black;
	height:            550px;
	width:             225px;
	float:             right;
	padding:           10px 0 0 15px;
	margin:            0px 5px 0 10px;
}

#ad-box{
    background:        white;
	border:            thin solid black;
	height:            600px;
	width:             125px;
	float:             right;
	padding:           10px 0 0 15px;
	margin:            0px 5px 0 10px;
}
    

#video-box{
    background:        white;
	border:            thin solid black;
	height:            500px;
	width:             500px;
	float:             center;
	padding:           10px 0 0 15px;
	margin:            0px 5px 0 50px;
}	


#leftbar{
    background-color:  #769eed;
	width:             115px; 
	min-height:        1250px;
  	height:            1250px;
	margin:            0 0 0 0;/* 0 -2px 0;new*/	
	text-align:        center;
	font-size:         80%;
	
}

#rightbar{
    background-color:  #7c5ade;
	width:             150px;
	min-height:        1250px; 
	height:            12500px;
	margin:            0 0 0 0;
	text-align:        center;
	font-size:         80%;
}

#leftbar-form{
    background-color:  #white;
	width:             484px; 
	min-height:        1250px;
  	height:            1250px;
	margin:            0 0 0 0;/* 0 -2px 0;new*/	
	text-align:        center;
	font-size:         80%;
	
}

#rightbar-form{
    background-color:  white;
	width:             484px;
	min-height:        1250px; 
	height:            1250px;
	margin:            0 0 0 0;
	text-align:        center;
	font-size:         80%;
}

#main{
    background-color:  white;
	font-size:         120%;
	min-height:        1748px;
	height:            1748px;
	padding-top:       5px;
	padding-left:      5px;
	padding-right:     5px;
	margin:            0;/* 0 2px 0;new*/
}

#leftbar2{
    background-color:  white;
	width:             80px; 
	min-height:        1310px;
  	height:            1310px;
	padding-top:       10px;
	margin:            0 0 0 0;/* 0 -2px 0;new*/	
	text-align:        center;
	font-size:         80%;
	color: white;
	
}

#rightbar2{
    background-color:  #7c5ade;
	width:             150px;
	min-height:        1742px; 
	height:            1742px;
	margin:            3px;

	text-align:        center;
	font-size:         80%;
}

#main2{
    background-color:  white;
	font-size:         80%;
	min-height:        1260px;
	height:            1260px;
	padding-left:      25px;
	padding-top:       25;
	padding-right:     5px;
	margin:            0;/* 0 2px 0;new*/
}

#leftbar3{
    background-color:  white;
	width:             140px; 
	min-height:        2260px;
  	height:            2260px;
	padding-top:       10px;
	margin:            0 0 0 0;/* 0 -2px 0;new*/	
	text-align:        center;
	font-size:         80%;
	color: white;
	
}

#leftbar-privacy{
    background-color:  white;
	width:             75px; 
	min-height:        1250px;
  	height:            1250px;
	margin:            0 0 0 0;/* 0 -2px 0;new*/	
	text-align:        left;
	font-size:         80%;
    
}

#rightbar3{
    background-color:  #7c5ade;
	width:             150px;
	min-height:        2260px; 
	height:            2260px;
	margin:            0 0 0 0;
	text-align:        center;
	font-size:         80%;
}

#main3{
    background-color:  white;
	font-size:         80%;
	min-height:        2270px;
	height:            2270px;
	padding-left:      25px;
	padding-top:       25;
	padding-right:     5px;
	margin:            0;/* 0 2px 0;new*/
}

#privacy{
    background-color:  white;
	font-size:         80%;
	min-height:        1250px;
	height:            1250px;
	padding:           5px;
	margin:            0 0 0px 0;
}



#footer{
    background-color:  white;
	height:            30px;
	margin:            5px;
	padding-top:        10px;	
    color:             #8b9594;
	text-align:        center;  
    font-size:         80%;	
}

#float_corner {
position:fixed;_position:absolute;top:230px;left:59px;clip:
inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}


li {
  
  padding-top:      20px;
  margin-left:      20px;
}



.tableA{
  background-color: ;
  margin-left: 20px; 
  margin-top: 0px;
}

.tableB{
  border: thin solid black;
  border-collapse: collapse;
  margin-left: 5px;
}

.tableC{
  border:  thin black solid;
  border-collapse: collapse;
}

.tableD{
  border:  thin black solid;
  border-collapse: collapse;  
  font-size:  150%;
  float: left;
  margin: 5px;
}

.thcolor {
  background-color: #99cb2e;
  color: #99cb2e;
}

a#whiteout:link{
   color:   white;
}

a#whiteout:visited{
   color:  white;
}

a#whiteout:hover{
   color: white;
}

a#redout:link{
   color:   #a50302;
}

a#redout:visited{
   color:  #a50302;
}

a#redout:hover{
   color: #a50302;
}

a#blackout:link{
   color: black;
   text-decoration: none;
}

a#blackout:visited{
   color: black;
   text-decoration: none;
}

a#blackout:hover{
   color: black;
   text-decoration: none;
}

a#privacylink:link{
   color: #6E6E6E;
}

a#privacylink:visited{
   color: #6E6E6E;
}

a#privacylink:hover{
   background-color:  white;
   color: #6E6E6E;
}

a#checkit:link{
   color: blue;
}

a#checkit:visited{
   color: blue;
}

a#checkit:hover{
   color: red;
}

a#bandinfo:link{
   background-color:  white;
   color: blue;
   text-align: center;
}

a#bandinfo:visited{
   background-color:  white;
   color: blue;
   text-align: center;
}

a#bandinfo:hover{
   background-color:  white;
   color: red;
   text-align: center;
}

td {
  background-color: white;
  border: thin solid black;
  text-align: left;
   
}

.menubarcolor{
  /*background-color: #a50302;*/
  /*background:#a50302 url(images/redgr.gif) repeat-x scroll 0% 0%;*/
  background: none;
/*  border: thin solid black;*/
  height: 44px;
  color:      #BCBCBD;
  font-size:   80%;
  text-align: left;
  
    
}


.menubarwidth{
  width: 10px;
}
  
.cellcolor {
   background-color: #99cb2e;
}

.cheatscellcolor{
   background-color: #99cb2e;
}

.cheatscellcolor2{
   background-color: #DCDCDC;
}

a:link {
    text-decoration:none;
    color: #010187;
	text-decoration: none;	
}
a:visited {
    text-decoration:none;
    color: #010187;
	text-decoration: none;	
}

a:hover {
    
}

img {
    border: 0px;
}

a#buylink:link{
   color: black;
}

a#buylink:visited{
   color: black;
}

a#buylink:hover{
   color: #f2d300;
}

h1 {
	font-size: 130%;
	color: #7c5ade;
}

h2 {
	font-size: 80%;
	color: white;
	text-align: justify;
}

h5 {
    font-size: 80%;
	color: black;
}

h6 {
    font-size: 160%;
	color: black;
}

li {
line-height: 1.1;
}

ul {
    font-size: 80%;
}







