@charset "UTF-8";
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	list-style: disc;
}

body {
	/* IE ignored these when they were only declared above*/
margin: 0; 
padding: 0;
border: 0;
outline: 0;

font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #3b74a8 url(../_images/bkgnd.jpg) no-repeat scroll center top;
	line-height: 1;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
#container {
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-bottom: 0px #000000;
	border-left: 0px #000000;
	width: 880px;
	background: url(../_images/lower_tile.png);
	position: relative;
}
#header {
	
}

#header #btnMail{
	position: absolute;
	left: 123px;
	top: 129px;
}
#header #btn01 {
	position: absolute;
	left: 480px;
	top: 129px;
}
#header #btn02 {
	position: absolute;
	left: 560px;
	top: 129px;
}

#header #btn03 {
	position: absolute;
	left: 640px;
	top: 129px;
}
#header #btn04 {
	position: absolute;
	left: 720px;
	top: 129px;
}

#header #btnMail a:link, #header #btnMail a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/btnContact.png) no-repeat left top;
	height: 43px;
	width: 87px;
}

#header #btn01 a:link, #header #btn01 a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/btnHome.png) no-repeat left top;
	height: 42px;
	width: 80px;
}

#header #btn02 a:link, #header #btn02 a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/btnSchedule.png) no-repeat left top;
	height: 42px;
	width: 80px;
}

#header #btn03 a:link, #header #btn03 a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/btnMedia.png) no-repeat left top;
	height: 42px;
	width: 80px;
}

#header #btn04 a:link, #header #btn04 a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../_images/btnTheTeam.png) no-repeat left top;
	height: 42px;
	width: 80px;
}

#header #btnMail a:hover, #header #btnMail a:active, #header #btn01 a:hover, #header #btn01 a:active, #header #btn02 a:hover, #header #btn02 a:active,
#header #btn03 a:hover, #header #btn03 a:active, #header #btn04 a:hover, #header #btn04 a:active {
	background-position: left bottom;
	border: none;
}


#mainContent {
	padding: 0px 70px;
	line-height: 1.6em;
	color: #000000;
}
#footer {
	background:repeat-y scroll center center;
	padding: 0px 70px;
	clear: both;
}
#footer p {
	font-size: 0.8em;
	text-align: right;
}
#bottom {
	margin: 0px;
	padding: 0px;
	background: url(../_images/bottom.png);
	height: 44px;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #1bad95;
	margin: 0.6em 0 0.4em;
	padding: 0px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
#mainContent h3 {
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000;
	margin-bottom: 0.7em;
}
.rightimage
{
	float:right;
	margin: 0px;
	padding: 0px;
	right: -69px;
	position: relative;
}

LI.confirmed {
	list-style: disc url(../_images/li_dot.gif);
	padding: 0px;
	margin-left: 10px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
}
LI.tentative {
	list-style: disc url(../_images/li_dot_tentative.gif);
	padding: 0px;
	margin-left: 10px;
}

.floatright {
	float: right;
}
