body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
        background: url("/html/newg19/images/body.gif") repeat top;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
        background-color: #ffffff;
}
#header {
	padding: 20px 15px 20px 15px;
	height: 320px;
	}
#header #logo {
	float: left;
	width: 340px;
	height: 320px;
	}
#header #mainnav {
	float: right;
	padding: 5px 0 0 0;
	height:  px;
	height: 115px;
	width: 618px;
	}
#header #rightimage {
	float: right;
	padding: 0;
	height: 200px;
	width: 618px;

}

#content {
	margin: 0;
	padding: 0 25px 0 15px;
        
}
#sidebar {
	float: right;
	width: 250px;
	margin: 0;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #c5c1b9; 
} 
#footer p, .footer p {
	margin: 0;
	padding: 10px 15px;
    font-size: 80%;
    color: #555555;
    text-align: center;
}
#footer ul {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:15px 25px 15px 0px;
    padding:0;
    width:215px;
}
#footer ul li.ftitle {
    -x-system-font:none;
    color:#024A03;
    font-family:Verdana,Arial,serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
#footer ul li a {
    -x-system-font:none;
    color:#FFFFFF;
    font-family:Arial,serif;
    font-size: 90%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
}
#schedbuttons {
    margin: auto;
}
.teamlinks {
    width: 490px;
    float: left;
    text-align: center;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 92%;
	font-style: normal;
	font-weight: bold;
	color: #D9D5E5;
}	

.teamlinks a:link, .teamlinks a:visited  {
    color: #D9D5E5;	
	text-decoration: none;
}

.teamlinks a:hover, .teamlinks a:active  {
	color: #ffffff;
	text-decoration: underline;
}
.gametable {
    background-color: #ffffff;
}
.evenrow {
    background-color: #ffffff;
}
.oddrow {
    background-color: #add1b0;
}

h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
	color: #1c6b20;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	
}

h3 {
	font-size: 18px;
}


a {
    color: #000000;
    
    /*text-decoration: none;*/
}

a:hover {
    font-weight: bold;
}

li {
	font-size: 100%;
}

td {
	/*background-color: #dff3e1;
        background-color: #ffffff;  */
	vertical-align: top;
	/* font-size: 12px; */
}	

th {
	background-color: #024a03;
	vertical-align: top;
	color: #ffffff;
	/* font-size: 12px; */
	font-weight: bold;
}	
/*
 *  Menu Styling for main menu
 */
.lavaLamp {
    position: relative;
    height: 38px;
    width: 569px;
    background: url("/html/newg19/images/bg.gif") no-repeat top;
    padding: 15px;
    margin: 15px 5px;
    overflow: hidden;
}
.lavaLamp li {
    float: left;
    list-style: none;
}
.lavaLamp li.back {
    background: url("/html/newg19/images/lava.gif") no-repeat right -43px;
    width: 15px; height: 43px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("/html/newg19/images/lava.gif") no-repeat top left;
    height: 43px;
    margin-right: 14px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
    font: 23px Verdana;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
    border: none;
}