@charset "iso-8859-1";
html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	background-image: url(../graphics/pagebg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
width:990px;
margin:0 auto;
}
#header {
width:990px;
height:5em;
}
html>body #header {
position:fixed;
z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {
	height:100%;
	background-color: #FFF;
} /* 100 % height */
html>body #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF;
	margin-left: 5px;
	text-align: left;
	padding-top: 188px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
.agendamain {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.agendadate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#footer {
width:990px;
height:30;
}
html>body #footer {
position:fixed;
bottom:0;
z-index:10; /* Prevent certain problems with form controls */
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
legend {
	color: #900;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link		{ color: #000000 }
a:visited	{ color: #000000 }
a:hover		{ color: #000000 }
a:active	{ color: #000000 }
