body{
	margin:0;
	padding:0;
	background: #ffffff;
}

body, td, th, tr, p, div {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 125%;
}


A:link    {
		color:#999999;
		   }
A:visited {color: #999999;
		   }
A:active  {color: #999999;
              }
A:hover   {color:#FF7200;
      		text-decoration:none;
		}

#header2 .moduletable {
	padding: 0;
	margin: 0;
}

.inputbox {
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #ddd;
}

.sectiontableentry1 {
	background-color: #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

form {
	padding: 0;
	margin: 0;
}


/* new tags */

h1, h2, h3, h4 {
	color: #441617;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dashed #441617;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
	color: #333;
}

h3 {
	font-size: 12px;
}

img, fieldset {
	border: 0;
}


/* box used to display data table */
#boxsponsors {
 width:100%;
 height:200px;
 padding: 0px 5px 5px 5px;
 border-left: 1px dashed #441617;
 overflow:auto;
 }

#boxshout {
width:100%;
 height:200px;
 padding: 0px 5px 5px 5px;
 border-left: 1px dashed #441617;
 overflow:none;
 }

/* 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 */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	top:0em;
	left:6em;
	z-index: 10;
	width: 8em;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #441617;
	text-decoration:none;				       /* removes underlines from links */
	opacity:0.4;filter:alpha(opacity=40);
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: grey;
	background-color: red;
	opacity:0.4;filter:alpha(opacity=40);
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 8em;				                 /* 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;
	}



