body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/BG.gif);
	background-color: #67abd0;
	margin:0 0 0 0;
	text-align:center;
}
a:link {
	color: #000066;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}
h1 {
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	padding:3px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}


	
#shadow {
    background-image:url(images/stageBG.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:812px;
	 margin:0 auto;
	text-align:left;
	}
.stagetable {
    background-color:white;
	}	
	
.header {
    background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top left;	
	height:136px;
	text-align:right;
	}

.topnav {
    background-image:url(images/navBG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:23px;
	}
.topnav a:link, .topnav a:visited, .topnav a:active{
    color:#FFFFFF;
	font-size:10px;
	font-weight: bolder;
	padding:4px 5px 5px 8px;
	margin:10px 3px 0px 9px;
	text-decoration:none;
	}	
.topnav a:hover {
    background-image:url(images/nav-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	}	
	
#content {
    padding:10px;
	}
	

.leftcol {
    background-color: #00ADEF;
	color:#FFFFFF;
	padding:5px;
	}
.rightcol {	
    background-color: #B9E5FA;
	color:#FFFFFF;
	padding:5px;
	}

	
/* Left Nav */

.leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 10px;
}

.leftnav li {
    list-style-type: none; 
	margin: 0 0 0 0px;
	border-bottom:1px solid #00ADEF;
	}

.leftnav li a {
	display: block;
	color:#0199d3;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	width: 128px;
}
html>body #leftnav li a {
	width: auto;
}
.leftnav li a:hover {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#ee7e1e;
	text-decoration: none;
}
	
	
.footer {
	background-color: #00ADEF;
	color: #B9E5FA;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-top:1px solid #074882;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #B9E5FA;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}

.button a{
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #244f79;
  border-top: 2px outset #DDDDDD;
  border-left: 2px outset #DDDDDD;
  border-right: 2px outset #222222;
  border-bottom: 2px outset #222222;
  padding: 3px;
  cursor: pointer;
  text-decoration:none;
}	
.button a:hover {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #888888;
  border-top: 2px outset #DDDDDD;
  border-left: 2px outset #DDDDDD;
  border-right: 2px outset #222222;
  border-bottom: 2px outset #222222;
  padding: 3px;
  cursor: pointer;
  text-decoration:none;
}	

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #f7f7f7;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #003366;
  padding:1px;
}

.tableheading {
    background-color:#0075BE;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	}
.tablesubhead {
    background-color:#BAE5FA;
	color:#000066;
	font-weight:bold;
	border:1px solid #0075BE;

}
.tableleft {
    background-color:#F99E1A;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.tableitems {
    background-color:#fefefe;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
    
    			
		