div#container {
	width: 900px;
	
}
div#mainsite {
	width: 49%;
	height: 28px;
	float: left;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
div#mainsite a {
	text-decoration: none;
	color: #8E84BC;
}
div#mainsite a:visted {
	text-decoration: none;
	color: #8E84BC;
}
div#mainsite a:hover {
	text-decoration: underline;
}
div#quicknav {
	width: 49%;
	height: 28px;
	float: right;
	text-align: right;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
div#quicknav a {
	text-decoration: none;
}
div#quicknav a:visted {
	text-decoration: none;
}
div#quicknav a:hover {
	text-decoration: underline;
}
div#banner {
	background-color: #95B233;
	clear: both;
}
div#bannernav ul {
	margin: 8px 0 12px;
	float: right;
	list-style-type: none;
	border-right: 2px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
div#bannernav ul li {
	margin: 0;
	padding: 0 .5em;
	float: left;
	line-height: 90%;
	border-left: 2px solid #666;
}
div#bannernav ul li a {
	color: #000;
	text-decoration: none;
}
div#bannernav ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#bannernav ul li a:hover {
	color: #8E84BC;
}
div#topnav {
	text-align: center;
	margin-bottom: 5px;
	clear: both;
	width: 100%;
	background-color: #003962;
}
div#topnav ul {
	margin: 0 auto;
	list-style-type: none;
	border-right: 1px solid #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* for Internet Explorer */
/*\*/
* html div#topnav ul{
	margin-left: 35px;
}
/**/
div#topnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #FFF;
}
div#topnav ul li a {
	color: #FFF;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
}
div#topnav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
div#topnav ul li a:hover {
	background-color: #2e518b;
}
div#navigation {
	clear: both;
	float: left;
	width: 150px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #666;
	background-color: #EEE;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#navigation h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 .5em;
	border-bottom: 1px dashed #666;
}
div#navigation ul {
	margin: 0 .5em;
	padding: 0;
	list-style-type: none;
}
div#navigation ul li {
	margin-left: 1em;
	text-indent: -1em;
	padding: .2em 0;
}
div#navigation a {
	text-decoration: none;
	color: #666;
}
div#navigation a:visited {
	text-decoration: none;
	color: #666;
}
div#navigation a:hover {
	text-decoration: underline;
	color: #666;
}
div#content {
	padding: 0;
	margin: 0 5px 10px 155px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#content h1 {
	margin: 0 0 .5em 0;
	font-size: 200%;
	color: #8E84BC;
}
div#content h2 {
	margin: 1em 0 0 0;
	font-size: 200%;
	color: #8E84BC;
}
/* 
	style h3 to be close to the content it is labeling (below)
	and have some space from content above
 */
div#content h3 {
	margin: 20px 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}
div#footer {
	clear: both;
	border-top: 2px groove;
	font-size: 10px;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
div#footer div#footerlinks {
	line-height: 180%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
div#footer div#footerlinks a {
	text-decoration: none;
	color: #666;
}
div#footer div#footerlinks a:visited {
	text-decoration: none;
	color: #666;
}
div#footer div#footerlinks a:hover {
	text-decoration: underline;
}
div#footer p {
	clear: both;
	color: #006;
	text-align: center;
}
div#footer p.copyright {
	text-align: center;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

/* 
	General Input form formatting
*/
div#content table.formlayout {
	margin: 10px 0;
}
div#content table.formlayout th {
	padding: .25em;
	width: 30%;
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #999;
	font-weight: normal;
}
div#content table.formlayout td {
	font-size: 10px;
	padding: .25em;
	text-align: left;
	vertical-align: top;
}
div#content table.formlayout td a {
	font-size: 10px;
	font-weight: bold;
}
div#content table.formlayout label {
	display: block;
	font-size: 10px;
	font-weight: bold;
}
div#content table.formlayout th p {
	font-size: 9px;
	margin: 0;
	color: #663;
}
div#content table.formlayout input {
	font-size: 10px;
	margin: 2px 0;
}
div#content table.formlayout button {
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0;
}
div#content table.formlayout .checkbox {
	text-align: center;
	width: 8%;
}
/*
    Log-in box for existing members
 */
table.loginpage {
	border-collapse: separate;
	border-spacing: 4px;
	font-size: 11px;
}
table.loginpage td {
	vertical-align: top;
}
td.joinlogin {
	margin: 0 4px;
	padding: 0;
	font-size: 80%;
	width: 40%;
	border: 2px solid #06275C;
	background-color: #FFF2BF;
}
div#content td.joinlogin h3 {
	margin: 0;
	padding: 6px;
	font-size: 160%;
	color: #FFF;
	background-color: #06275C;
}
td.joinlogin table {
	margin: .5em 6px;
}
td.joinlogin p {
	margin: .5em 6px;
}
td.joinlogin h6 {
	font-size: 120%;
	margin: 0 6px 6px;
	font-weight: normal;
	text-align: right;
}
/*
	Table of other activities on MyConference page
 */
div.iecenter {
	text-align: center;
}
table.confactivities {
	margin: 1em auto;
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 11px;
}
table.confactivities th {
	padding: 3px 4px;
	border: 1px solid #CCC;
	font-size: 9px;
	font-weight: bold;
	background-color: #6699FF;
}
table.confactivities td {
	padding: 3px 4px;
	border: 1px solid #CCC;
}
table.confactivities td.actname {
	color: #930;
	font-size: 12px;
	font-weight: bold;
}
table.confactivities td.actname a {
	text-decoration: none;
	color: #930;
	font-size: 12px;
	font-weight: bold;
}
table.confactivities td.actname a:visited {
	text-decoration: none;
	color: #930;
}
table.confactivities td.actname a:hover {
	text-decoration: underline;
}
/*
	Table of radio checkboxes
 */
div.iecenter {
	text-align: center;
}
table.confselect {
	margin: 1em auto;
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 11px;
	text-align: left;
}
table.confselect th {
	padding: 3px 4px;
	border: 1px solid #CCC;
	font-size: 9px;
	font-weight: bold;
	background-color: #6699FF;
}
table.confselect td {
	vertical-align: top;
	padding: 3px 4px;
	border: 1px solid #CCC;
	text-align: left;
}
table.confselect td h4 {
	font-size: 12px;
	font-weight: bold;
}
table.confselect td h5 {
	margin: 0 0 .5em 0;
	padding: 0;
	line-height: 1em;
	font-size: 140%;
	color: #8E84BC;
}
/*
	Tables for selected conference activities on MyConference page
 */
table.activitydetails {
	margin: 1em auto;
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 11px;
}
table.activitydetails th {
	padding: 3px 4px;
	border: 1px solid #CCC;
	font-size: 9px;
	font-weight: bold;
	background-color: #6699FF;
}
table.activitydetails td {
	padding: 3px 4px;
	border: 1px solid #CCC;
}
table.activitydetails td.actaction {
	width: 12%;
	color: #930;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.activitydetails td.actaction a {
	color: #930;
	text-decoration: none;
}
table.activitydetails td.actaction a:hover {
	color: #930;
	text-decoration: underline;
}
table.activitydetails td.actaction a:visited {
	color: #930;
}
table.activitydetails td.actdetail {
	color: #666;
	border-top: 0 none #fff;
}
table.activitydetails td.actdescription {
	border-bottom: 0 none #fff;
}
table.activitydetails td.actamount {
	width: 20%;
	text-align: center;
}
table.activitydetails td.actfooterrow {
	border-style: none;
	text-align: right;
	font-weight: bold;
}
table.activitydetails td.acttotal {
	border-top: 2px solid black;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
/*
	Tables for general horizontal form layout
 */
table.formlayouthoriz {
	margin: 1em 4px;
	width: 90%;
	border-collapse: collapse;
	font-size: 11px;
	text-align: center;
}
table.formlayouthoriz th {
	padding: 4px 5px;
	font-size: 9px;
	font-weight: bold;
	background-color: #6699FF;
}
table.formlayouthoriz td {
	padding: 4px 8px;
}
ul.timeslots {
	width: 50%;
	margin: 1em auto;
	list-style-type: none;
	text-align: left;
}
ul.timeslots li {
	padding: 3px 0;
}
ul.timeslots li.oddrow {
	color: inherit;
	background-color:#CCCC99;
}
/*
	for the Child Care form
 */
p.childcare {
	text-align: right;
}
p.childcare textarea {
	width: 95%;
}
/*
	For the PayPal link
 */
div#amountdue table {
	border-collapse: collapse;
	border-style: none;
	font-size: 11px;
	text-align: left;
}
div#amountdue table h4 {
	padding: 0;
	margin: .25em 0;
	font-size: 12px;
	font-weight: bold;
}
/*
	for member status box on myconference page
 */
div#contactinfo table {
	font-size: 12px;
}
div#contactinfo table td.memberstatus {
	width: 50%;
	padding: 5px;
	font-size: 11px;
	border: 1px solid black;
	background-color: #CCCC99;
}
/*
	Highlighted message boxes
 */
div.statusmessage {
	margin: 0 6px;
	padding: .25em 1em;
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	background-color: #EEE;
}
div.statusbad {
	margin: 0 6px;
	padding: .25em 1em .25em 80px;
	min-height: 70px;
	background-image: url("/images/icon_warning.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	background-color: #EEE;
}
div.statusgood {
	margin: 0 6px;
	padding: .25em 1em .25em 80px;
	min-height: 70px;
	background-image: url("/images/icon_complete.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 90%;
	font-weight: bold;
	color: #003300;
	background-color: #EEE;
}
div.importantinfo {
	margin: 0 6px;
	padding: .25em 1em .25em 80px;
	min-height: 70px;
	background-image: url("/images/icon_info.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 90%;
	font-weight: bold;
	color: #003300;
	background-color: #FFFF66;
}
/*
	Airport Shuttle form
 */
select.confairport {
	width: 12em;
}
select.conftimeslot {
	width: 18em;
}
/*
	Institution login cant register page
 */
ul.institutionoptions li {
	line-height: 1.5em;
	margin-top: 1em;
}
/* for Internet Explorer */
/*\*/
* html div.statusgood {
height: 70px;
}
* html div.statusbad {
height: 70px;
}
* html div.importantinfo {
height: 70px;
}
/**/