<!--
/*================= MAIN LAYOUT =======================*/
	body { margin:0px;}
	#container {
		border: 0px solid black;
		width: 600px;
		margin: 0;
	}
	#header {
		border: 0px solid blue;
		margin:  0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#sidebar {
		display: none;
	}
	#content {
		border: 0px solid purple;
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	#footer {
		border-top: 0px solid black;		
	}
	#adminbar{
		display: none;
	}
	#dropdownlinksbar{
		display: none;	
	}
	#pagetitlebar{
		border-bottom: 2px solid black;
		width: auto;	
	}
	#rightbarcontainer{
		display: none;	
	}
	#rightbar{
		display: none;	
	}
	#upperright{
		display: none;	
	}
	#mainimage{
		display: none;	
	}



#pagetitlebar .title{ font-size:18pt; font-family:arial; margin-bottom: 0px; font-weight: bold;}
#pagetitlebar	{ font-size: 7pt; font-family: verdana; font-weight: normal; }	

#content  	{ font-size: 10pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; text-align:justify; }
#content h1	{ font-size: 12pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold; text-decoration: none; padding-left: 12px; margin-right:-4px; margin-left:-9px; display:block; }
#content h2	{ font-size: 11pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold; text-decoration: underline; display:block; margin: 0px; padding: 0px; }
#content h3	{ font-size: 10pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold; font-style: italic; display:block; margin: 0px; padding: 0px; }
#content h4	{ font-size: 10pt; font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: normal; text-decoration: underline; display:block; margin: 0px; padding: 0px; }
#content h5	{ font-size: 8pt;  font-family: Arial, "Trebuchet MS", Geneva, sans-serif; font-weight: bold    text-decoration: none;      display:block; margin: 0px; padding: 0px; }
#content h6	{ font-size: 8pt; font-variant: normal; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px;}

#footer		{ font-size: 8pt; font-family: verdana; font-weight: normal; }	

#coupon 	{ border:2px dashed green; padding: 5px; width: 330px; margin: 10px 10px 10px 10px;}
#coupon h6	{ font-size:8pt; font-family: Arial; color: #FFF; background-color:green; margin: 0px 0px 0px 0px; padding:0px; font-weight: bold; text-align: center;}
#coupon h1	{ font-size:12pt; font-family: Arial; color: #900; background-color:white; margin: 0px 0px 0px 0px; padding:5px 0px 0px 0px; font-weight: bold; text-align: center;}







//-->