body {
background-color:#002F66;
margin:0;
padding:0;
font-size: 100%;
font-family: Arial, sans-serif;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
A {font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; color: #0F3A65;}
A:VISITED {
	color: #3A0F66;
}
A:HOVER, A:FOCUS {text-decoration: underline; color: #DD0000;}

#banner {
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
float:left;
width:94%;
background-color:#ddd;
}

.clearboth {
clear:both;
}

.spacer {
float:left;
width:3%;
}

#row1col1,#row1col2,#row1col3,#row2col1,#row2col2,#row2col3,#row3col1,#row3col2,#row3col3,#row4col1,#row4col2,#row4col3, #row5col1,#row5col2,#row5col3,#row6col1,#row6col2,#row6col3,#row7col1,#row7col2,#row7col3,.leftcol,.centercol,.rightcol,.stadium {
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin-top:10px;
float:left;
background-color:#ccc;
width:30%;
font-size: .9em;
}
.stadium {width:60%;}
#row1col2,#row1col3,#row2col2,#row2col3,#row3col2,#row3col3,#row4col2,#row4col3,#row5col2,#row5col3,#row6col2,#row6col3,#row7col2,#row7col3,.centercol,.rightcol{
margin-left:2%;
}

#row1col1 td,#row1col2 td,#row1col3 td,#row2col1 td,#row2col2 td,#row2col3 td,#row3col1 td,#row3col2 td,#row3col3 td,#row4col1 td,#row4col2 td,#row4col3 td,#row5col1 td,#row5col2 td,#row5col3 td,#row6col1 td,#row6col2 td,#row6col3 td,#row7col1 td,#row7col2 td,#row7col3 td,.leftcol td,.centercol td,.rightcol td,.stadium td {font-size: .8em; border-top:1px solid #aaa; background-color:#ddd;}

.fullsize {border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin-top:10px;
float:left;
background-color:#ccc;
width:94%;
font-size: .9em;}

#footer {
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin-top:10px;
float:left;
width:94%;
background-color:#bbb;
text-align:right;
}
.ftnote {margin-left:3%; font-size: .8em; color: #CCCCCC}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
margin-left:7px;
margin-right:7px;
}

h1,h2,h3,h4,h5,h6 {
margin-top:5px;
margin-bottom:0;
}

h1+p,h2+p,h3+p,h4+p {
margin-top:.2em;
}

/*====== Menu ======*/

<style type="text/css">
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:0.75em;padding-bottom:200px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:1.8em;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:1.2em;line-height:1.2em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto; line-height:.75em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;text-decoration:none;color:#fff;background:#999;padding:0 .4em 0 .4em; border-left:1px solid #eee; border-right:1px solid #000; font-size:.9em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#ddd; color:#000;width:12em;height:100%;line-height:1em; padding:0.4em .5em;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#bbb;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ccc;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#bbb;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ccc;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#000;background:#ddd; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#000;background:#ddd;}
/* second */
* html .menu ul ul a:hover{color:#000;background:#bbb; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#000;background:#bbb;}
/* third */
* html .menu ul ul ul a:hover {background:#ccc; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#ccc;}
/* fourth */
.menu ul ul ul ul a:hover {background:#ddd; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:1.2em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:1.6em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


</style>
<!--[if lte IE 6]>
<style type="text/css">
.menu ul ul {left:-1px; margin-left:-1px;}
.menu ul ul ul.left {margin-left:1px;}
</style>
<![endif]-->