@charset "UTF-8";
/* CSS Document */
.shakeimage{
position:relative
}
.green {
	color: #486e24;
}
.red {
	color: #992631;
}
.purple {
	color: #413d68;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:lighter;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
.content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #036;
	text-decoration: none;
	text-align:left;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align:top;
	text-align:left;
}
td.sponsor {
	text-align:center;
}
td.right {
	text-align:right;
}
.sponsor {
	text-align:center;
}
.tableHeader {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #413d68;
	vertical-align:top;
}
.copyright {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.twoColFixRt #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(images/main-background.gif);
	border: 2px solid #e1a926;
	margin-top:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #glidecontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* 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 */
	height: 3px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRt #randomimage {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* 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 */
	height: 3px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	z-index:500;
	left:700px;
	top:586px;
	position:relative;
}
.twoColFixRt #mainContent { 
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right 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. */
} 
#glideDiv0, #glideDiv1, #glideDiv2, #glideDiv3 { 
	position:relative; 
	visibility:hidden; 
  	left:0px; 
	top:0px; 
	z-index:50; 
	font-size:11px;
  	width:220px;
	}

div.spacer { clear:right; font-size:1px }  

#cover {
	position:relative;
	left:790px;
	top:0px;
	width:400px;
	height:581px;
	background-image:url(images/cover-back.gif);
	background-color:#7aa84d;
	z-index:100;
}

.news {
	font: 100% "Comic Sans MS", "Times New Roman", serif;
	line-height:16px;
	color:#000000;
}
.twoColFixRt #copy { 
	width: 480px;
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	top: 0px;
	left: 20px;
	font: 100% Georgia, "Times New Roman", serif;
	line-height:16px;
	color:#000000;
	z-index:0;
}
.copy2 { 
	font: 100% Georgia, "Times New Roman", serif;
	line-height:16px;
	color:#000000;
}
.twoColFixRt #logo { 
	width: 160px;
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	float:left;
	margin-top: 60px;
	margin-left: 14px;
}
.footer { 
	font: 70% Verdana, Arial, sans-serif;
	line-height:14px;
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ /* the right margin on this div element creates the column down the right 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: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	top: 10px;
	left: 0px;
	color:#ccc;
	z-index:50;
	text-align:center;
	text-decoration:none;
}

.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;
}



/* css/tooltip.css -- fancy tooltips */

#bean {
	position:relative;
	float:right;
	left:650px;
	top:180px;
	width:40px;
	height:40px;
	z-index:100;
}


span.tool {
  position: relative;   /* this is key */
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 200;
  position: absolute;
  top: -48px;
  left: 0px;
  width: 140px;;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font: normal 0.9em/1.2em arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}
.footerlink {
	color: #ccc;
	text-decoration:none;
}
.login {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
}