html {height:100%;}

body { background:#003973; text-align: center; height:100%;}

.header {display: none;}

.footer-links {display: none;}

.print-header {display: inline;}

.print-footer {display: inline;}

.container { text-align: left;  }

.column1 { width:512px; float:left; padding: 15px 0px 60px 78px; font-family:verdana; font-size:13px; color:#ffffff; margin:0px; }

.column2 { display: none; }

h1{font-family:verdana; font-size:17px; color:#FFBF00; font-weight: bold;}

.whatson{list-style:none; color:#ffffff; font-family:verdana; font-size:12px; padding: 0; margin: -5px 0 10px 1px; width:236px; font-weight:bold; }

.whatson li { background-color:#6495c2; height:30px; padding-top:7px; padding-left:10px;}

.whatson a { color:#ffbf00; text-decoration:none;}

.whatson a:hover { text-decoration:underline;}

.whatson li.alt { background-color:#0062a1;}

.footer a { color:#ffffff; text-decoration:none;}

.footer a:hover { color:#ffbf00; text-decoration:underline;}


a { color:#ffffff; text-decoration:none;}

a:hover { color:#ffbf00; text-decoration:underline;}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 520px; 
}



form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */

  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin-bottom: 20px;
  border: 1px solid #ccc; 
background-color: #6495c2; 
    _position : relative;  /* The underscore means only IE will see it */
    _padding-top : 20px;  /* Stupid IE */
    _padding-bottom : 15px;
    _display : block;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	 color:#ffffff;
	font-weight:bold;
    _position : absolute;
    _top : -10px;
	_left: 10px;
}


	
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }


.submenu {
 position: absolute;
 top:310px;
 z-index: 10;
 left:18px;
}


.submenu li {
display: inline;
list-style-type: none;
padding-right: 55px;
}

.submenu a {
	font-family:verdana;
	color:#75aee3;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
  }

.submenu a:hover {
	color:#ffbf00;
	text-decoration:none;
 }

.column1sub { 
	width:512px; 
	float:left;
	padding: 40px 0px 60px 78px; 
	font-family:verdana;
	font-size:13px;
	color:#ffffff;
}


.column2sub { width:253px; float:right;  padding: 40px 96px 0px  0px; margin:0px; }

th {
height:17px;
background-color:#0062a1;
padding:5px;

}

td {
height:17px;
background-color:#6495c2;
padding:5px 15px 5px 5px;
border-bottom: 1px solid #0062a1;
text-align:left;

}

table {
border-top: 1px solid #0062a1;
border-left: 1px solid #0062a1;
border-right: 1px solid #0062a1;
}

td.alt {
font-weight:bold;

}

