/* CSS Document */

body {
	/*background-color: #DDE6D9;*/
	/*background: #386F24 url(../images/grass3.jpg);*/
	background: #006f14 url(../images/greenbg.jpg) repeat-x;
	/*background: #e1d8ca url(../images/grad1.jpg) repeat-x;*/
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	padding-top: 10px;
	color: #990000;
}
h2 {
	font-size: 18px;
	padding-top: 10px;
	color: #990000;
}
h3 {
	font-size: 15px;
	border-bottom: 1px solid #CCC;
}
p, ul li {
	font: 12px/18px normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
}
p.breadcrumbs {
	font: 11px/12px normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 5px;
}
a {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.redLink {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.redLink:hover {
	color: #000;
	text-decoration: underline;
}
.blackBorder {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.soccerballbg {
	background: url(../images/soccerballbg.jpg) no-repeat;
	background-position: bottom right;
	padding:0px 15px;
}

.nav {
	font: 12px normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.nav a {
	color: #FFF;
	text-decoration: none;
}

.nav a:hover {
	color: #FC3;
	text-decoration: underline;
}
#book {
	width: 240px;
	float: left;
}

#navlist {
		margin-left: 10px;
		padding-left: 0px;
		padding-top:10px;
		list-style: none;
		font-size: 14px;
		font-weight: bold;
	}
#navlist li {
		padding-left: 28px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-top: 0px;
		background-image:  url(../images/soccerbullet1.gif);
		background-repeat: no-repeat;
		background-position: top left;
		line-height:normal;
	}

	
#navlist li a {
		text-decoration: none;
		color: #990000;
	}
	
#navlist li a:hover {
		color: #000;
		text-decoration: underline;
	}
	
#arrowlist {
		margin-left: 0px;
		padding-left: 0px;
		padding-top:10px;
		list-style: none;
		font-size: 14px;
		font-weight: bold;
		color: #006f14;
	}
#arrowlist li {
		padding-left: 28px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-top: 0px;
		background-image:  url(../images/star.gif);
		background-repeat: no-repeat;
		background-position: top left;
		font-weight: bold;
	}
.footer {
	color: #FFF;
	font-size: 11px;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #FC3;
}