@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	background-image: url(Images/bground.gif);
	margin-bottom: 0px;
	margin-top: 0px;
	background-repeat: repeat;
	background-position: 0% 0%;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: thin solid #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	left:278px;
	top:237px;
	width:850px;
	height:20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #215A94;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #215A94;
	right: auto;
}
h1 {
	font-size: 26px;
	color: #003366;
}
h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	color: #003366;
	border-bottom-color: #666666;
	text-transform: capitalize;
	font-size: 16px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.meetschedule {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: none;
	background-color: #FFAF30;
	text-align: center;
	border: medium solid #000000;
}
.meetschedulecaption {
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #003366;
	padding-bottom: 5px;
}
.meetscheduleheader {
	font-size: 14px;
	background-color: #FF9900;
	text-align: center;
	padding: 2px;
	border: medium solid #000000;
	color: #003366;
	font-weight: bolder;
}
.meetschedule th {
	border: thin solid #000000;
}
.meetschedule td {
	border: thin solid #003366;
}
.introtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}
