/* keeps webpage tight on left side and top *
 * gets rid of white space and sets universal text type and size */
body	{
	margin-left: 0;
	margin-top: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
/* Overarching Menu
    -----------------------------------*/
    .cssnav {
        position:relative; 
        z-index:1000;
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        text-align:center;
    }
    .cssnav ul {
        padding:0;
        margin:0;
        list-style-type:none;
    }
    .cssnav ul ul {
        width:123;
        text-align:left;
}
/*	Main list 
    -----------------------------------*/
    .cssnav li {
        float:left;
        width:124;
        position:relative;
    }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav a, .cssnav a:visited {
        display:block;
        text-decoration:none; 
        color:#fefefe; 
        border:1px solid #000; 
        border-width:1px 1px 1px 1px; 
        background:black; 
        line-height:25px;
    }
    
    /* Links on hover */
    .cssnav a:hover, .cssnav ul ul a:hover{
        color:#fff; 
        background:red;
    }
    .cssnav :hover > a, .cssnav ul ul :hover > a {
        color:#fff;
        background:red;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul a, .cssnav ul ul a:visited {
        background:black;
        line-height:1em; 
        padding:5px 10px; 
        line-width: width:123px;
        border-width: 1px 1px 1px;
    }
    /* Links on hover */
    .cssnav ul ul a:hover {
        background:red;
    }
    /* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul{
        visibility:visible; 
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav ul ul {
        visibility:hidden;
        position:absolute;
        top:26px;
        left:0; 
        border-top:1px solid black;
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }
    
 
/* menu */
a.menu, a.menu:link, a.menu:visited	{
	display: block;
	float: left;
	width: 124px;
	height: 25px;
        background: #010101;
	text-align: center;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	overflow: hidden;
}

/* menu color when cursor is over link */
a.menu:hover	{
	color: #FFFFFF; 
	background: #FF0000;
}

/* menu color when link is pressed */
a.menu:active	{
	color: #FFFFFF; 
	background: #FF0000;
}

/* sets the width of the page under the menu */
div.main	{
	width: 950px;
	padding: 25px;
	padding-top: 200px;
	text-align: left;
}

/* creates slightly larger fonts */
.head5	{
	font-size: 12px;
	font-weight: bold;
}

.head4	{
	font-size: 14px;
	font-weight: bold;
}

.head3	{
	font-size: 16px;
	font-weight: bold;
}

.head2	{
	font-size: 18px;
	font-weight: bold;
}

/* makes letters the same size as head2, but red */
.bigRed	{
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/* wrap text around usa hockey inline .gif on about.htm */
.usahi	{
	float: right;
	margin-left: 1em;
}

table	{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
