html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #ebebeb; 
	/*font: normal small Arial, Helvetica, sans-serif;*/
	line-height: 1.6em;
	color: #363636;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 5px 0 15px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

h2 {
	font-size: 1em;
	margin: 15px 0 5px 0;
}

#main {
	width: 900px;
	/*border: 1px dotted green;*/
	margin: auto;
	top: 0px;
}

#header {
	/*background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px dotted red;*/
	position: relative; 
	height: 150px;
	/*background-color: Olive;*/
}

#header .theText {
	/*GASBO*/
	color: #010298;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	padding: 0px;
}

#header .logo {
float: left;
	position: relative;
	top: 14px;
	left: 10px;
}
#header .heading {
	position: relative;

	left: 30px;
}

#header .big {
	font-size: 75px;
	position: relative;
	top: 50px;
	left: 40px;
}


#header .little {
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 75px;
	left: 50px;
}

#nav {
	width: 150px;
	/*border: 1px solid green;*/
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

#nav ul {
	list-style: none;	
	padding: 0px 0 10px 10px;
	margin: 0;
}

#nav ul li {
	padding: 7px 10px 7px 0px;
	text-align: right;
	line-height: 1em;
}

#nav ul li.on {
	background-color: white;
	border-bottom: 1px solid gray;
}

#nav ul li a {
	text-decoration: none;
	color: #010298;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #010298;
}
#bod {
	float: left;
	width: 740px; /*change to 750 with no border*/
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	/*border: 1px solid blue;*/
}

#bod .body {
	padding: 20px;
	background-color: white;
}

#bod .body p {
	margin-bottom: 10px;
}

#footer {
	padding-top: 10px;
	font-size: .9em;
	line-height: 1.1em;
	text-align: center;
	clear: both;
}

.section {
	background-image: url(../images/list_back.gif);
	background-repeat: no-repeat;
	padding: 10px;
}

.section p {
	line-height: 1.3em;
}


.confLink {
	width: 100px;
	height: 100px;
	background-color: #EEE8AA;
	display: inline;
	float: left;
	/*border: 1px solid gray;*/
	margin: 0px 11px 20px 11px;
	margin:11px;
	padding: 5px;

}

.confLink p {
	font-size: .8em;
	line-height: .9em;
}

.confLink .btn {
	float: left;
	margin: 0 5px 5px 0;
}






#regform {
float: right;
  border-left: 1px solid #000099;
  border-top: 1px solid #000099;
  border-right: 2px solid #000099;
  border-bottom: 3px solid #000099;
  padding: 6px;
}
#regform table th {
  color: #000099;
  }
#regform table td {
  vertical-align: top;
}
#regform table td.label {
  text-align: right;
}
.smaller {
  font-size: .8em;
}


table.sched {
	border-top: 1px solid black;	
	border-bottom: 1px solid black;	
	margin: 20px 0;
}

table.sched td {
	padding: 10px 0;
	vertical-align: top;
}

table.sched td.heading{
	padding-left: 50px;
	padding-right: 50px;
	text-align: right;
}