body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	margin: 0 0 0 5mm;
}

/* Establish general layout parameters */
#top {
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 120px;
	}
	
#nav {
	display: none;
	}
	
#content {
	border: 0;
	padding: 0;
	width: auto;
	border-top: 0;
	border-bottom: 10px solid #FF9900;
	}
	
#side {
	display: none;
}	

#side2 {
	display: none;
	}

#bottom {
	display: none;
	}

#topad {
	display: none;
	}


/* Standard settings */
p {
	margin-top: 0;
	margin-bottom: 1em;
	font: 11pt/16pt Georgia, "Times New Roman", serif;
	}
	
h1 {
	margin-top: 12pt;
	margin-bottom: 12pt;
	font: 28pt/32pt Georgia, "Times New Roman", serif;
	}
	
h2 {
	margin-top: 0;
	margin-bottom: 0;
	font: bold 12pt/15pt Verdana, Lucida, Helvetica, sans;
	}

h3 {
	margin-top: 12px;
	margin-bottom: 0;
	font: bold 9pt/15pt Verdana, Lucida, Arial, sans-serif;
	}
	
ul {
	margin-top: 0;
	margin-bottom: 1em;
	font: 11pt/16pt Georgia, "Times New Roman", serif;
	}	

/* link styles */


a:link, a:visited {
	font-weight: bold;
	color: #FF9900;
	text-decoration: 1pt underline;
	}
	
/* alignment options */

.left {
	float: left;
	padding: 0 12px 0 0;
	}
	
.right {
	float: right;
	padding: 0 0 0 12px;
	}

.center {
	text-align: center;
	}		

.promo {
	display: none;
}

table#images {
	float: right;
	margin: 24px 0 0 9px;
	font: 10pt/12pt Verdana, Lucida, Arial, Helvetica, sans;text-align: center;
	}

#logoscreen {
	display: none;
	}
