* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%; 
	background: url(images/stripe.png) repeat;
}

p {
	font: 1.2em/1.4em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: #fff;
	margin: 5px auto;
    width: 779px;
}

#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
        background: #fff;

	}
	
#main-content {
	background: white;
	padding-left: 170px;
	padding-top: 20px;

}
	
#header {
	background: #267f23;
	text-align: center;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
    background: #F7F9FA;
    border: 1px dashed black;
}

#footer {
	background: #333;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	color: white;
}



/* Mel Added Stuff */

p.content{
  padding: 3px;
}
a:link {font: 1.2em/1.4em Tahoma, sans-serif;color: #336633; text-decoration:underline; }
a:visited {font: 1.2em/1.4em Tahoma, sans-serif;color: #336633; text-decoration:underline;}
a:hover {font: 1.2em/1.4em Tahoma, sans-serif;color: #0448af; text-decoration:none;}

/*  bulletin is for pages that need a bulletin and have an image to the left of the bulletin*/
div.bulletin{
    padding: 2px;
    margin-left: 200px;
    width: 350px;
    border: 2px dashed black;
    background-color: #ffcccc;
}

/*  pagebulletin is for pages that need a bulletin but dont have the image*/
div.pagebulletin{
    padding: 2px;
    margin-left: 75px;
    width: 350px;
    border: 2px dashed black;
    background-color: #ffcccc;
}



/* ================================================================
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_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.menu {width:759px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif; background:#333333;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:760px; w\idth:759px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:94px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:94px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:94px; height:30px; border:1px solid #000; border-width:1px 1px 1px 1px; background:#333333; padding-left:2px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:94px; w\idth:93px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 }
.menu ul ul :hover > a.drop {background:#c9ba65 }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:31px;left:0; width:108px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:95px; top:-1px; width:94px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:100px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;}

/* Style spec's for tooltip  */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:17em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}





	div#tipDiv {
		position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
		background-color:#dee7f7; border:1px solid #336;
		width:240px; padding:6px;
		color:#000; font-size:11px; line-height:1.3;
	}
	div#tipDiv a:link { color:#33b }
	div#tipDiv a:visited { color:#339 }

    
  a.soccer{
color: #336633;
text-decoration: none;
font-size: 2em;
}

a.soccer:hover{
color: #753206;
text-decoration: underline;
font-size: 2em;
}

.right { float: right; }
.left { float: left; }
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #75CF72; font-size:90%; color: black }

#left-sidebar h2 {
   margin: 0 0 0 0;
   background: #75CF74;
   text-indent: 5px;
   line-height: 22px;
   height: 22px;
   border: 1px solid #666;
   font-size: 1.2em;
   color: #000000; 
   }   
   
#left-sidebar ul {
   padding-left: 5px;
   margin: 5px 0;  
   list-style: none;     
   color: #0d4072;
   }
   
#left-sidebar li {
   line-height: 10px;
   padding: 0 0 0 5px;
   font-size: 1.0em;
   font-weight: bold;
   }
   
#left-sidebar p{
     font-size: .85em;
   font-weight: normal;
   padding: 1px;
  }

ul.links{
    list-style: none;   
}

li.links{
  line-height: 14px;
  
}

ol.norm{
   list-style-type: decimal;
}

li.norm{
  line-height: 14px;
}


