/* --- menu styles --- */
/*
/*  .'s for classes
/*  # for id's
/*
<style type="text/css" media="screen"> 




/* MENU Links GV 8-24-06*/

/*turn off underline on menu*/

#Menu td a:link {text-decoration: none;}
#Menu td a:visited {text-decoration: none;}


a img {border: 0;}

/* LEFT COLUMN LINKS  GV 8-24-06*/

#Content td a:hover { color: #000000; }

#Content td a:visited  
{
	color: #000000;
	text-decoration: underline;
}

#Content td a:link  
{
	color: #000000;
	text-decoration: underline; 
}

#Content td a:active  {color: #000000; }

/* Footer LINKS  GV 8-24-06*/

#Footer td a:hover { color: #000000; }

#Footer td a:visited  
{
	color: #000000;
	text-decoration: underline;
}

#Footer td a:link  
{
	color: #000000;
	text-decoration: underline; 
}

#Footer td a:active  {color: #000000; }

/* RIGHT COLUMN LINKS  GV 8-24-06*/

#Col1 td a:link  
{
	color: #000000;
	text-decoration: underline; 
}

#Co1 td a:link  
{
	color: #000000;
	text-decoration: underline; 
}

/* Roster Table Formatting */

.authorized 
{
	background:#D2FF8D; 
}

.rostertable 
{
	font-size: 70%; 
}

/* Main Page Table Formatting */

td.leftborder
{
	border-left: 1px solid #999;	
}

td.rightborder
{
	border-right: 1px solid #999;
}

td.topborder
{
	border-top: 1px solid #999;
}
td.aligntop
{
	vertical-align: top;
}


/* Header Formatting */

td.dateline
{
	font-size: 70%;
	text-align: right;
}

/* Online Controller Box Formatting */

td.Controllers
{
	font-size: 70%;
	vertical-align: top;
}


/* Terms and Conditions Page Formatting */

.termstext 
{
	FONT-WEIGHT: normal; 
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-ALIGN: justify;
}  

/* Site Formatting */

body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
}
h1
{
	margin: 0;
	padding: .5em;
}
		
h2
{
	margin-top: 0; 
}

.disclaimertext 
{
	FONT-WEIGHT: normal; 
  	font-size: 70%;
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-ALIGN: justify;
}  


/* Site Layout */
		
#header
{
	height: 50px;
	margin-bottom: 1em;
	text-align: right;
	
}
#menuheader
{

	height: 50px;

}
		
#gutter
{
	float: left;
	height: 1px;
}

#rowspacer
{
	float: left;
	width: 97%;
	height: 25px;
}
		
#col1
{
	float: left;

}
		
#col2
{
	float: left;

}
		
#col2pages
{
	float: left;

}

#col3
{
	float: left;

}
		
#footer
{
	clear: both;
	font-size: 70%;
	text-align: right;
}


