<!--
/*================= 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;
	}
	#CreateNewPage {
		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;	
	}


#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; }	






//-->