/* HTML Elements */ 

	a {} /* Avoid using as will assign it to <a name=""> */
		a:link{
			color: #009100;
			font-weight: bold;
			}
		a:visited {
			color: #070;
			font-weight: bold;			
			}
		a:hover {
			color: #00BF00;
			} 
	
	body {
		background: #050;
		color: #FCF1DA;
		font: 75%/150% arial, verdana, helvetica, sans-serif;
		}
		
	dt {
		color: #E6AA2F;
		}
	
	dl, ol, ul {
		margin-top: 0;
		}
		ul {
			margin-left: 0;
			padding-left: 25px;
			}
		
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
		}
		
	form {
		margin: 0;
		padding: 0;
		}
	
	h1, h2, h3, h4, h5, h6 {
		color: #E6AA2F;
		margin: 0 0 3px;
		}
		h1 {
			font-size: 200%; 
			font-weight: normal;
			}
		h2 {
			font-size: 166%; 
			font-weight: normal;
			}
		h3 {
			font-size: 100%; 
			}
		h4 {
			font-size: 90%; 
			}
		h5 {
			font-size: 75%; 
			}
		h6 {
			font-size: 75%; 
			}
	
	img {
		border: none;
		}
		
	li {
		padding-bottom: 0;
		padding-top: 6px;
		margin: auto auto auto 0;
		}
		li p, li h2 {
			font-size: 100%;
			}
	
	p {
		margin-top: 0;
		}	

	table {
		border-collapse: collapse;
		margin: 0 0 1em;
		width: 100%;
		}
		
	td, th {
		border-bottom: 1px solid #004000;
		margin-top: 0;
		padding: 0 3px;
		}		
		th {
			background: #004000;
			text-align: left;
			}	
			th.header { 
				background: #004000 url(/assets/images/ui/bg_sort.gif) no-repeat left center;     
				cursor: pointer; 
				padding-left: 20px; 
			} 			
			th.headerSortDown { 
				background-image: url(/assets/images/ui/bg_sort_desc.gif); 
				} 				
			th.headerSortUp { 
				background-image: url(/assets/images/ui/bg_sort_asc.gif); 
				}
		.registration td, .registration th {
			border-bottom: 0;
			}
			

/* Format Classes */

	.alignLeft {
		clear: left;
		float: left;
		width: 40%;
		}
		li.alignLeft {
			width: 45%;
			}
			
	.alignLeftImage {
		clear: left; 
		float: left;
		display: inline;
		padding: 3px 12px 3px 0;
		}			
	
	.alignRight {
		clear: right; 
		float: right;
		width: 40%;
		}
		li.alignRight {
			clear: none;
			float: none;
			width: auto;
			}
			
	.alignRightImage {
		clear: right; 
		float: right;
		display: inline;
		padding: 3px 0 3px 12px;
		}
		
	.clearFloat {
		clear: both;
		padding-top: 1em;
		}

	.clearFloatLeft {
		clear: left;
		padding-top: 1em;
		}		

	.clearFloatRight {
		clear: right;
		padding-top: 1em;
		}
	
	.filled {
		text-decoration: line-through;
		}
			
	.hidden {
		display: none;
		}
	
	.highlight {
		background: #eab750;
		color: #000;
		padding: 0 2px;
		}
		.highlight a {
			text-decoration: none;
			}
		.highlight strong {
			text-transform: uppercase;
			}
				
	.linkPdf {
		background: url("/assets/images/ui/bg_acrobat.gif") no-repeat 100% 2px !important;
		margin: 0 2px 0 0;
		padding: 0 15px 0 0;
		}
	.moreInfo {
		position: absolute;
			right: 40px;
		font-size: 80%;
		}
		#moreBeneficiaries.moreInfo {
			right: 230px;
			}
		#moreRegistration.moreInfo {
			margin-top: -20px;
			right: 20px;
			}
		#moreSponsors.moreInfo {
			right: 65px;
			}	
		#whois.moreInfo {
			margin-top: 10px;
			right: 5px;
			}		

	.updated {
			font-size: 83%;
			}	
