body
{
	background-color:white;
}

h1
{
	font-family: arial;
	color: #333399;
    font-style: italic;
	font-size: 12pt;
	display: none;
}
h2
{
	font-family: arial;
	color: #333399;
	font-size: 12pt;
	text-align: left;
	margin: 0;
	padding:0;
}

a { color: #000066;}
a:hover { color:#ff0000; }

#MainContent
{
    font-family:arial;
    padding:10px;
}
ul.notices
{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: .9em;
	line-height: 1.25em;
    text-align:left;
}


ul.notices li{
    margin: 5px 0;
    padding: 0;
    list-style: none;
    list-style-image: url(foo.gif); /* because IE is balls */
}

ul.notices li h3
{
    color:#333399;
    font-size:.9em;
    margin: 20px 0 5px 0;
    border-style:solid; border-width: 0 0 1px 0; border-color:#7c7c7c; 
}
ul.notices li h3 a
{
    color:#333399;
	text-decoration:none;
}

ul.notices li h4
{
    color:#333399;
    font-size:.85em;
    margin: 20px 0 5px 5px;
}

ul.notices li a
{
    color:#000000;
}
ul.notices li a:hover
{
    color:#FF0000;
}

ul.notices li .Highlight
{
    color:#FF0000;   
}

ul.bulleted
{
    text-align:left;
}

ul.bulleted li{
	list-style: circle;
}

ul.smallSponsors
{
    margin: 0 0 10px 15px;
    padding: 0;
    font-size: .9em;
    text-align:left;
}


ul.smallSponsors li{
    margin: 5px 0;
    padding: 0;
    list-style: none;
    list-style-image: url(foo.gif); /* because IE is balls */
}
ul.smallSponsors li a{
	color: #003ff0;
}
ul.smallSponsors li a:hover{
	color: red;
}



h3 {  color:#333399;font-size:.9em; margin-bottom:5px;
     border-style:solid; border-width: 0 0 1px 0; border-color:#7c7c7c; }
#Results
{
    text-align:left;
}
#Results table
{
    font-size:.8em;
}
#Results a
{
    color:#333399;
}
#Results a:hover
{
    color:#FF0000;
}


#Footer
{
	width:695px;
	background-color:#333399;
	height:2em;
	color:#ffffff;
	padding:0.25em;
	font-family:arial;
	font-size:0.8em;
}
#Footer a
{
	color:white;
}
#Footer a:hover
{
	color:red;
}

#Footer .left
{
	float:left;
	width:45%;
	text-align:left;
	padding:5px;
}
#Footer .right
{
	float:right;
	width:45%;
	text-align:right;
	padding:5px;
}


/*******************  Tier1 & 2 Menu Styles *******************/
	ul.NavMenu { 
		margin: 0;
		padding:0;
		list-style:none;
		width:100%;
		float:left;
		font-family:Arial;
		font-size:.9em;
	}

	ul.NavMenu li
	{
		float:left;
	}

	/* Background-color for Tier 1 nav row */
	ul.Nav1
	{
		background-color:#ffffff;
	}
	/* Background-color for Tier 2 nav row */
	ul.Nav2
	{
		background-color:#333399;
	}

	ul.NavMenu a
	{
		float:left;
		display:block;
		padding: 0 .75em;
		line-height:1.5em;
		text-decoration:none;
	}
	

	/* Style for Tier 1 Nav menu items that aren't selected */
	a.Nav1
	{
		background-color:#333399;
		color:white;
		margin-right:0;
	}

	/*  Style for Tier 2 Nav menu items */
	a.Nav2
	{
		color:white;
		background: #333399 url(~/images/menudivider.gif) repeat-y left top;
		margin-right:0;
	}
	 
	/* First entry for the tier 2 nav menu, hiding the background image */
	ul.NavMenu  a.first
	{
		background:#333399;
		color:white;
		margin-right:0;
	}
	
	/* Selected Tier 1 menu item */
	ul.NavMenu  a.selected
	{
		background:#E1E1E1;
		color:#464646;
		margin-right:.25em;
	}
	
	/*  non-selected tier 1 menu hover */
	ul.NavMenu a:hover
	{
		color:#000000;
		background-color:#909090;
	}
	/*  selected tier 1 menu hover */
	ul.NavMenu  a.selected:hover
	{
		color:#F7F61D;
	}
	/* Tier 2 menu hover */
	ul.NavMenu a.Nav2:hover
	{
		color:#F7F61D;
	}
	/* First entry for the tier 2 nav menu explicitly setting the hover */
	ul.NavMenu  a.first:hover
	{
		color:#F7F61D;
	}
/**********************  END MENU STYLES **************************/
