/*common tags*/
TD.left
{text-align: left;}
TD.center
{text-align: center;}
TD.right
{text-align: right;}

A:link {background: none; color: #003300; text-decoration: none;}
A:active {background: none; color: #003300; text-decoration: none;}
A:visited {background: none; color: #003300; text-decoration: none;}
A:hover {background: none; color: blue; text-decoration: none;}

TABLE.collapse
{border-collapse: collapse;
 cellspacing: 0;}
TABLE.shortBoxOne
{width: 300px;
 border: solid thin #CC0000;
 cellspacing: 0;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;}
TABLE.longBoxOne
{width: 635px;
 border: none;
 cellspacing: 0;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;}
TABLE.longBoxTwo
{width: 635px;
 border: solid thin #CC0000;
 cellspacing: 0;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 13px;}
 
/* unique creatures */
.boldGreen
{color: #003300;
 font-weight: bold;}
.boldRed
{color: #CC0000;
 font-weight: bold;}
.boldRedCenter
{color: #CC0000;
 font-weight: bold;
 text-align: center;}
.boldItalicRed
{color: #CC0000;
 font-weight: bold;
 font-style: italic;
 text-decoration: underline;} /*yeah, it's got an underline too.*/
 
/* layer classes */
.descriptionContainer
 {position: absolute; 
 top: 255px; 
 left: 155px;
 width: 500px;}  
.eventStateContainer
{position: relative; 
 top: 20px; 
 left: 0px;}
.officerContainer
{position: relative; 
 top: -346px; 
 left: 328px;}
.tournamentContainer
{position: relative; 
 top: -184px; 
 left: 0px;}

.header
{position:absolute;
 top: 0;
 left: 0;}
.body
{position:absolute;
 top: 165;
 left: 0;}
.bottom
{position:absolute;
 top: 645;
 left: 133;
 width: 500;}

 
/*not used yet*/
.newsContainer
{position: absolute; 
 top: 255px; 
 left: 155px;}
.announcementContainer
{position: absolute; 
 top: 255px; 
 left: 483px;}
.eventContainer
{position: absolute; 
 top: 717px; 
 left: 155px;}

