/* 
#logo {
  background: url('/images/2wsLogo150x152.jpg');
  backgound-color: yellow;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 100;
}
  */

#maincol {
	background: black;
}

#sitetitle {
	color: #FF9933;
}
	
#subtitle {
	color: #AA7C36;
}

#maincol p {
  color: #C5CEE7;
}

#maincol h1,h2 {
	color: #FF9933; 
}

#maincol a:link, #maincol a:visited {
	color: #EA6059;
}

#maincol a:hover,
#maincol a:active {
	color: #FFF000;
}

#lftcol a:link,
#lftcol a:visited {
	color: #fff;
}
	
#lftcol a:hover,
#lftcol a:active {
	color: #FFF000;
}
		
.leftcolbox h1,h2,h3 {
	color: #fff;
}

/* Main Nav */

#navarea a:link, #navarea a:visited {
	color: #fff; 
	border-bottom: 2px solid #8599D4;
	background: url('/images/toplinkbullet.gif') no-repeat 2% 60% #838383; 
}

#navarea a:hover, #navarea a:active {
	color: #FFF000; 
	border-bottom: 2px solid #1C44BC;
	background: url('/images/toplinkbullet2.gif') no-repeat 2% 60% Black;
}

/* Other styles */

.pageTitle {
  background: url('/images/ropeRule.gif') no-repeat 170px;
}

div.leftcolboxtop {
	background: url('/images/leftboxtopBlack200.gif') no-repeat top;
}

div.leftcolbox {
	background: url('/images/leftboxbottomBlack200.gif') no-repeat bottom #838383;
	}
	
.leftcolbox p {
	color: #fff;
}

#bttmbar {
  background: url('/images/bottomBlack.gif') no-repeat #1C44BC;
}

#bttmbar span#copyright {
	color: #AA7C36;
}
   
/* Bottom Nav */

#bttmbar a:link, #bttmbar a:visited {
 	color: #AA7C36;
 }

#bttmbar a:hover, #bttmbar a:active {
  color: yellow; 
}

#maincol a:link, #mailcol a:visited {
	color: #AA7C36;
}

#maincol a:hover, #mailcol a:active {
	color: yellow;
}

