#header 
	{
	background-color: #c4bea6;
	background-image: url(images/masthead-certificate.gif);
	background-repeat:  no-repeat;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 299px;
	background-position: center;
	}

body 
	{
	font-size: small;
	font-family: "Trebuchet MS", san-serif;
	line-height: 180%;
	background-color: #e6e6d9;
	margin: 0
	}
	
#navbar 
	{
	color: white;
	font-size: 12px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
	height: 48px
	}

#title 
	{
	margin: -10px 10px 10px 5%;
	height: 95px
	}

#midsection
	{
	color: Black;
	background: transparent;
	margin: 0 25% 0 10%
	}

#schedule /* font size="2" face="Trebuchet MS, Verdana, Arial" color="990033" */
{
	color: 990033;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}	

#registrants
{
	color: black;
	font-size: 8pt;
	line-height: 150%;
	text-align: left;
	margin: 3px 0 4px 0;
}

#panelists
{
	color: black;
	font-size: 8pt;
	line-height: 150%;
	text-align: left;
	margin: 3px 0 4px 0;
}
	
#sponsorshipsleft
{
	color: 3A79A3;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}	

#sponsorshipsright
{
	color: 990033;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
}	
	
#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	height: 48px
	}

a 
	{
	color: white;
	text-decoration: none;
	}

a:hover 
	{
	color: #fc0;
	text-decoration: underline;
	}
	
	/* ++++++++++ FORMS +++++++++ */	
	
fieldset
	{
		margin: 1.5em 0 0 0;
		padding: 0;
	}
	
legend
	{
		margin-left: 1em;
		color: #000000;
		font-weight: bold;
	}
	
fieldset ol
	{
		padding: 1em 1em 0 1em;
		list-style: none;
	}
	
fieldset li
	{
		padding-bottom: 1em;
	}
	
fieldset.submit
	{
		border-style: none;
	}
	
	/* ++++++++++ images +++++++++ */
	
.floatimgright 
{
	float:right;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left: 10px;
}

.floatimgleft 
{
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 0px;
}

