/* Begin Copyright 
*
* Confidential 
*
* OCO Source Materials 
*
* Product: 
*
* The Source code for this program is not published or otherwise
* divested of its trade secrets, irrespective of what has been
* deposited with the U.S. Copyright Office. 
*
* Copyright SML / ATS 2003 
*
* End Copyright 
*/

/* tag defined styles */
body {
	margin: 0 0 0 0;
	background: #003366 url(images/bottomBg.gif) repeat-x bottom center;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	color: #cc9900;
	font-weight: bold;	
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c6def4;
}
p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699cc;
	margin: auto auto auto 1.5em;
}

/* class defined styles */
a.text {
	color: #bfdfff;
	text-decoration: underline;
}
a.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: auto auto auto 1em;
	line-height: 1.5em;
	text-decoration: none;
}
a.navLinks:hover {
	text-decoration: underline;
}
.navDivTable {
	background: #999999 url(images/cirNavDivBgGradient.gif) no-repeat top left;
}
.navSections {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
img.floatLeft { 
    float: right; 
    margin: 4px; 
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699cc;
}
.navigation { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
	color: #CC0000; 
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.navigation:hover {
	text-decoration: underline;
}
.pageTitle {
	font-family: Helvetica, sans-serif;
	color: #ffcc33; 
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}

/* page divs */
.hiddenDiv {
	 position:absolute;
	 width:0;
	 height:0;
	 z-index:1;
	 left: 0;
	 top: 0; 
	 visibility: hidden;
	 overflow:hidden;
}
.hiddenNavDiv {
	 position:absolute;
	 z-index:1;
	 visibility: hidden;
	 overflow: visible;
	 width; 150px;
	 border: 1px solid #000000;
	 padding:0px;
}
.titlesYellow {
	font-family: Helvetica, sans-serif;
	color: #ffcc33; 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
/* schedule table divs */
.table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tableTr {
	border: 1px solid #336699;
}
thead {
	font-weight: bold;	
	color: #ffffff;
	background: #666666;
	border-bottom: 3px solid #ffcc33;
}
.tableTd {
	border: 1px solid #336699;
}
#teamPic {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
#teamPic li {
	list-style-type: none;
}
#teamPic li img {
	border: 1px solid #000000;
}
