
/* #00009c blue
   #ffcc33 gold
   #ff0000 red
   #d7d7e0 gray
   #e4e7ef pale blue
   */


body 
{
	font-family: times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #e4e7ef;
	font-size: 12px;
	color: #00009c;
	font-weight: 700;
}

h1, h2, h3, h4, h5
{
font-family: Arial, Helvetica, sans-serif;
}

hl
{
font-size: 20px;
}

h2
{
font-size: 18px
}

h3
{
font-size: 16px;
}

h4
{
font-size:  14px;
}


#wrapper
{
position: relative;
margin: 0px auto;
margin-top: 5%;
margin-bottom: 10%;
width: 900px;
border-right: 3px solid #edecf4;
}

#sitemap
{
position: relative;
top: 0px;
width: 900px;
text-align: right;
z-index: 10;
}

#header
{
background-image:url(../images/header.jpg);
background-repeat: no-repeat;
position: relative;
margin: 0px auto;
width: 900px;
height: 150px;
overflow: visible;
margin-top: 0px;
margin-bottom: 0px;
z-index: 2;
border-right: 3px solid #edecf4;
}



#pageCell
{
background-color: #ffffff;
width: 900px;
position: relative;
top: 0px;
margin: 0px auto;
padding: 0px;
z-index: 1;
} 

#menu
{
position:relative; 
left:0px; 
top: 0px; 
width:165px; 
z-index:4;
font-size: 12px;
background-color:#d7d7e0;
margin: 0px;
padding: 0px;
float: left; 
}

#mainContent
{
position:relative; 
left:20px; 
top: 0px; 
width:675px; 
z-index:3;
font-size: 14px;
background-image:url(../images/us_soccer_ball.gif);
background-repeat: no-repeat;
background-position: center 12px;
min-height: 467px;
margin: 0px;
padding: 12px;
float: left;
}


iframe
{
position:relative; 
left:190px; 
top:-320px; 
width:690px; 
height:427px; 
z-index:1; 
margin: 0px; 
padding: 0px;
}

#footer
{
position:relative; 
left:690px; top:-320px; 
width:189px; 
height:16px; 
z-index:3;
margin:0px; 
padding: 0px; 
}

#fadeinbox
{
position:absolute;
width: 600px;
left: 0;
top: -600px;
border: 2px solid #e4e7ef;
background-color: #d7d7e0;
padding: 14px;
font-size: 14px;
z-index: 100;
visibility:hidden;
}

.ctr
{
text-align: center;
}

.underline
{
text-decoration: underline;
font-weight: bold;
}

.btn
{
border:solid;
border-color:#999999;
border-width:thin;
text-align: center;
margin: 0 auto;
background-color: #00009c;
color: #ffffff;
}

.lineht   /* adds space between bulleted items in list*/
{
margin: 1em 0;
}

