/* basic elements */
body {
	background-color: #342119;
	font: 10pt/20pt arial;
	color: #fff;
	background-image: url(../images/splash.gif);
	background-repeat: no-repeat;


	}

A:link { text-decoration: none; color:#fff;	}
A:active { text-decoration: none; color:#ffcc00;	}
A:visited { text-decoration: none; color:#666; } 
A:hover { text-decoration: none; color:#ffcc00; } 
/* NAVIGATION
----------------------------------------------- */	
#navlist
{
	position: absolute;
	top: 60px;
	left:440px;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	z-index: 1;

}
/* STRUCTURE CODE
----------------------------------------------- */	
#frame {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
		padding: 0px;
		text-align: left;
		}

/* specific divs */
#container {
	position: absolute;
	top: 100px;
	left:0px;
	width: 1000px;
	height: 600px;

	
	}
#logo {
	position: absolute;
	top: 80px;
	left:500px;
	width: 800px;
	height: 100px;
	
	}	
#valid {
	position: absolute;
	top: 80px;
	left:910px;
	height: 100px;
	}
#sponsor {
	position: absolute;
	top: 500px;
	left:100px;
	width: 800px;
	height: 200px;
	padding: 0 0 20px 200px;
	margin: 0 10px 4px 10px;
	
	}	
	
	


/* FOOTER
----------------------------------------------- */			
#footer {

	background-position: center;
	text-align: center;
	font-size: 8pt;
}

/* LH NAV 	
	----------------------------------------------- */
#leftcontent {
		position: absolute;
		left:10px;
		top:500px;
		width:150px;
		}
#leftcontent li
	{
	list-style: radius;
	margin: 0;
	text-align: left;
	}
#leftcontent li a
	{
	text-decoration: none;
	}
#leftcontent li a:link { color: #333; }
#leftcontent li a:visited { color: #000; }
#leftcontent li a:hover 
	{
	color: #ccc;
	}	
/* CONTENT
----------------------------------------------- */
#linkList {
	position: absolute;
	left: 18px;
	top: 340px;
	width: 198px;
	font: 10px "Trebuchet MS", Verdana;
}

#linkList ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
#linkList ul li {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
#linkList ul li:hover {
	background: #FF3399 url(spacer.gif);
	color: #FFF;
}
/* VTABLES
----------------------------------------------- */		

#jTable tbody tr.odd td {
	background-position: center;
	text-align: center;
	font-size: 8pt;
    }

#jTable tbody tr td {
	font-size: 8pt;
	color:#000;
    }

