/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	padding: 20px;
	background: #fff url(http://physicalfitness.org/2009conf/img/bg.png) top left repeat-x;
	margin: 0px;
	padding: 0px;
	}
/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
#site_containerA {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	padding: 0px;
	text-align: left;
	border-top: none;
	}
#site_container {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	padding: 0px;
	text-align: left;
	border-top: none;
	background: url(http://physicalfitness.org/2009conf/img/bg_i.png) top center no-repeat;
	}
#header {
	padding: 2px;
	margin-bottom: 260px;
	}

/* --- */
#ge_link {
	position: absolute;
	top: 152px;
	width: 196px;
	height: 75px;
	z-index: 999;
}

#seal_link {
	position: absolute;
	top: 20px;
	width: 740px;
	height: 120px;
	z-index: 998;
	text-align: right;
}


/* nav
**********************************/
#nav {
	float: left;
	position: absolute;
	padding: 195px 0px 0px 207px;
	}
#main-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#main-nav li {
	float: left;
	}
#main-nav li a {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
	background: #006;
	border: 1px solid #006;
	}
#main-nav li a:hover {
	color: #fff;
	background: #0331cc;
	border: 1px solid #006;
	}
#main-nav li a.active {
	font-weight: bold;
	color: #c99c0f;
	border-bottom: 0px;
	}

#main {
	float: left;
	width: 100%;
}
#lt {
	float: left;
	width: 57%;
	margin-right: 3%;
	}
#rt {
	float: left;
	width: 38%;
	}

#ltb {
	float: left;
	width: 48%;
	margin-right: 3%;
	}
#rtb {
	float: left;
	width: 47%;
	}

#footer {
	float: left;
	width: 100%;
	/* height: 40px; */
	margin-top: 35px;
	padding: 10px 0px 5px 0px;
	border-top: 1px solid #f90;
	text-align: center;
	font-size: 11px;
	}
h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #930;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
h1 {
	font-size: 170%;
	color: #930;
	}

h2 {
	font-size: 140%;
	}
h3 {
	font-size: 120%;
	font-weight: bold;
	color:#009;
	}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 100%;
	font-weight: bold;
	}
a {
	color: #360;
	}
img {
	border: 0px;
	}
p {
	margin-bottom: 10px;
	}
ul {
	padding-left: 10px;
	}
ol {
	padding-left: 30px;
	}
.error {
	color: #c30;
	}
	
/***** ****************/
#dropmenudiv{
position:absolute;
border: 1px solid black;
border-bottom-width: 0;
color: #000;
font: normal 12px Arial;
// line-height:18px;
font-weight: normal;
z-index:100;
text-align: left;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #000;
font: normal 12px Arial;
font-weight: normal;
text-align: left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fc0;
font-weight: normal;
text-align: left;
}

#schedule_tble td {
	vertical-align: top;
	margin: 0px;
	padding: 4px 0px;
	border-bottom: 1px solid #fc0;
	}

#schedule_tble td.lt {
	width: 130px;
	}
#schedule_tble td.hl {
	background: #fc0;
	}
	
.notes {
	color: #CC6600;
	}
	
#schedule_tble .hl {
	color:#0000CC;
	}
