body    {
	font-family: calibri,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4F4E47;
	background-color: #FFFFFF;
	text-align:center;
	padding:0;
}


h1  { font-family: Arial, sans-serif;
	letter-spacing: 5pt;
	font-size: 8pt; 
	color: #707070; 
    font-weight: bold;
	text-align: left
}

h2 { font-family: calibri, Verdana, Arial, Helvetica, sans-serif;
   font-size: 22px;
   color: tan;
   margin: 6px 
}

#logoletters
{
font-family: garamond, Georgia, "Times New Roman", Times, serif;
font-size: 28pt;
padding-top: 5px;
padding-bottom:0;

}

#letterhead
{
font-family: garamond, Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
}

/* Navigation colors*/			
a:link       {color: #FFFFFF ;font-weight:bold;}
a:visited	 { color: #FFFFFF; font-weight:bold; }
a:hover      {color: #999999;font-weight:bold;}

a.privacy {color: #BFBEB8;}
a.r {color: #BFBEB8;}
a.registrant {color:#BFBEB8;}
a.nodecor {text-decoration:none; color:#BFBEB8;}

.registrant {
	text-align:center;
}

#viewcart {
	text-align:left;
	padding-bottom: 1em;
}

#outer	{
	text-align:left; /*This provides the color for the menu*/
	width:870px;
	margin:auto;
	background-color: #FF6699;
}

#header {
	border-bottom: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
}

#wrapper {
	position:relative;
	width: 870px;
}

#menu {
	width: 120px;
	background-color: #FF6699;
	float: left;
	margin-top: 1em;
}
	
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;

}

#menu a {
	background-position: 0px center;
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#content {
	background-color:#FFFFFF; /*This changes the background color to white */
	width: 739px;
	float: left;
	border-left: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align:center

}

.carttable {
	background-color:#FFFFFF;
	width: 739px;
	float:left;
	border-left: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	padding-left: 10px;
	padding-bottom: 10px;
}

#checkoutform {text-align: left;}

#receipt {

	width: 870px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 15px;
}

#confirmation {
	text-align:left;
	padding-left:8em;
	padding-right:5em;
	padding-bottom: 5em;
}

#privacycontent {
	background-color:#FFFFFF; /*This changes the background color */
	width: 745px;
	float: left;
	padding-left: 5px;
	margin-bottom: 10px;
}

#privacycontent p {
	padding-left:10px;
	padding-right:35px;
}

#footer {
	clear: both;
	width: 870px;
	padding-left: 80px;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.errorfill {padding-bottom: 30px;}