/* CSS Document */

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */
body {
scrollbar-base-color: #E80B00;
scrollbar-arrow-color: #E5B422;
scrollbar-3dlight-color: #DDDB3B;
scrollbar-darkshadow-color: #BF1300;
scrollbar-face-color: #962222;
scrollbar-highlight-color: #892700;
scrollbar-shadow-color: #701F00;
scrollbar-track-color: #A30303;
}

#menuv		                                 /* position, size, and font of  menu */
	{	
	z-index: 10;
	width:208px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font:bold 11px/16px arial,helvetica,sans-serif;

	}

#menuv a
	{
	width: 198px;
	display:block;
	padding-left:8px;					
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border:thin solid #FF9900;
	border-bottom:none;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color:#FF9900;
	background-color:#00194A;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image:url(images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: black;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 208px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 8em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
P, i, h3  {
padding: 10px;
padding-bottom: 0;
padding-top: 0;
}

h4 {color:#990000;
}
#pics {
padding:10px;
}

.tablebevel{
background:url(images/tablebg.jpg) no-repeat;
padding: 5px;
font-size:large;
font-weight:bold;
color:#990000;
border-bottom:#666666 solid thin;
}

.tabledesc {
background-color:#E6E6E6;
border-bottom:#333333 solid thin;
padding-bottom:10px;
}

.tabledesc2 td {
background-color:#E6E6E6;
border-bottom:#333333 solid thin;
padding:10px;
}
/*Kids Page*/

#kidtable {
margin-left: auto;
margin-right: auto;
text-align: -moz-center;
font-size: 18px;
width: auto;
float: left;
border: medium solid #FF9900;
}
													
#kidtable a {
padding: 10px;
margin-right: auto;
margiin-left: auto;
text-align: -moz-center;
color: #fff; 
text-decoration: none; 
}											/*kids Page table of links*/

#kidtable a:visited				
	{
	color:#D5DBE0;
	text-decoration:none;				       
	}
#kidtable a:hover
{
color: #000000;
text-decoration: underline;
}
#contestlink {
padding: 0 20px 0 20px;
}
#contestlink a, #contestlink img {
 text-decoration: none;
 border: 0;
}
	
.kidtext {
	text-align: left;
	margin: 10px;
	padding: 105x 10px 0 10px;
	height: auto;
	width: auto;
	font-size: larger;
	display: inline;
}
.rightfloat {
	float: right;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
