/* CSS Document */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 85%;
	color: #000000;
	background-color: #f0f3f8;
	text-align: center;
}

p {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 11px;
}

h1 {
	font-size: 100%;
	margin-bottom: 20px;
}

li {
	margin-left: 20px;
	margin-bottom: 20px;
	}

a:link, a:visited, a:active {
/*color: #7DC242;*/
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
background-color: #7DC242;
} 


#wrapper {
	width: 699px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	/*height: 400px;*/
	}
	
#header {
	width: 699px;
	height: 77px;
}	

#header .fltLeft {
	margin-left: 44px;
}

#content {
	margin-left: 96px;
	margin-right: 10px;
}


#upcoming p{
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 699px;
	}
