<!--
/*================= MAIN LAYOUT =======================*/
	body { margin:0px;}
	#container {
		border: 1px solid black;
		width: 756px;
		margin: 0;
	}
	#header {
		border: 0px solid blue;
		margin:  0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#sidebar {
		border: 0px solid red;
		width: 156px;
		margin:  0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		/*-display: inline;-*/
	}
	#content {
		border: 0px solid purple;
		width: auto;
		margin-left: 158px;
		margin-right: 4px;
		margin-bottom: 20px;
		padding: 0px;
	}
	#footer {
		border-top: 1px solid black;
		margin-top: 0px
		margin-bottom: 0px
		margin-left: 154px
		margin-right: 0px
		padding: 0px;
		background: #CCC;
		clear: left;
		
	}
	#adminbar{
		border-bottom: 1px solid black;
		background: #CCC;
		width: auto;
		margin-left:  -2px;
		margin-right: -4px;
		margin-bottom:0px;
		padding: 0px;
	}
	#dropdownlinksbar{
		border: 0px solid #FF0;
		width: 480px;
		position: absolute;
		left: 160px;
		top:  64px;
		padding: 0px;	
	}
	#pagetitlebar{
		border-bottom: 2px solid black;
		background: #FF9;
		width: auto;
		margin-left:  -2px;
		margin-right: -4px;	
	}
	#rightbarcontainer{
		border-top: 1px solid black;
		background: #background: url(bg.jpg);
		width: 188px;
		float: right;
		margin-top: -1px;
		margin-left:  0px;
		margin-right: -4px;	
	}
	#rightbar{
		border: 1px solid black;
		background: #FFF;
		width: 180px;
		float: right;
		margin-top: -1px;
		margin-left:  0px;
		margin-right: 0px;	
	}

#dropdownlinksbar .searchbar 	{ font-size: 10px; width: 100px; border: 1px solid #000; padding: 1px}
#dropdownlinksbar .searchbutton	{ font-size: 7.5pt;  background-color: #FFFFFF;  font-family: arial; border: 1px solid #000; text-align: center; }
#dropdownlinksbar select 	{ font-size: 8pt;  font-family: Tahoma; border: 0px solid #000}

#pagetitlebar .title{ font-size:18pt; font-family:arial; margin-bottom: 0px; font-weight: bold;}
#pagetitlebar	{ font-size: 7pt; font-family: verdana; font-weight: normal; }	

#adminbar	{font-size: 8pt; font-family: Tahoma; }

#sidebar	{ font-size: 8pt; font-family: verdana; font-weight: normal; }	
#sidebar h1	{ font-size: 8pt; font-family: arial;   font-weight: bold;     text-align: center;   margin: 1px 0px 1px 0px; display: block; text-transform: uppercase; border-bottom: 1px solid #FF6; }	
#sidebar h2     { font-size: 7pt; font-family: verdana; font-weight: normal;   text-align: left;     margin: 0px 0px 0px 1px; }
#sidebar h2 a:link,  #sidebar h2 a:visited 	{ color:#fff; display: block; text-decoration: none; border-bottom: 1px solid #063; border-top: 1px solid #063; background-color: #063; }
#sidebar h2 a:hover, #sidebar h2 a:active	{ color:#000; display: block; text-decoration: none; border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; background-color: #ff9; }
#sidebar h3     { font-size: 7pt; font-family: verdana; font-weight: normal;   text-align: left;     margin: 0px 0px 0px 6px; }
#sidebar h3 a:link,  #sidebar h3 a:visited 	{ color:#fff; display: block; text-decoration: none; border-bottom: 1px solid #063; border-top: 1px solid #063; background-color: #063; }
#sidebar h3 a:hover, #sidebar h3 a:active	{ color:#000; display: block; text-decoration: none; border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; background-color: #ff9; }

#sidebar h5	{ font-size: 8pt; font-family: arial; font-weight: bold; text-align: center; margin-top: -18px;}	

#sidebar .searchbox 	{ font-size: 10px; width: 130px; border: 1px solid #000; padding: 1px}
#sidebar .searchbutton	{ font-size: 7.5pt;  background-color: #FFFFFF;  font-family: arial; border: 1px solid #000; text-align: center; }



#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-top: 2px; padding-bottom: 2px; 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;}

#content #andomimage {border-top: 1px solid black; border-bottom: 1px solid black; border-right: 1px solid black; float: left; margin: -19px 0px 0px -1px; width:100px height: 100px; }	

#content .returntotop {font-size: 7pt; font-family: Verdana; }
#content hr	{ width:100%; color:#000 }
#content ul 	{ list-style: square; }
#content ol 	{ list-style: decimal; }

table.zebra tr.ind2 { background-color:#ddddff; }

#rightbar  	{ font-size: 8pt; font-family: Tahoma; }
#rightbar p	{ font-size: 8pt; font-family: Tahoma; padding: 0px 0px 0px 5px;}
#rightbar h1	{ font-size: 8pt; font-family: Tahoma; color: #FFF; font-weight: bold;   text-decoration: none; margin: 0px; padding: 0px;  display:block; text-align:center; }
#rightbar h2	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: bold;   text-decoration: none; margin: 0px; padding: 0px 0px 0px 5px;  }
#rightbar h3	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; font-style: normal;}
#rightbar h4	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; }
#rightbar h5	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; }
#rightbar h6	{ font-size: 8pt; font-family: Tahoma; color: #000; font-weight: normal; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; }

#rightbar ul	{ list-style: square; margin: 0px 0px 0px 5px; padding: 0px 0px 0px 16px;}

#footer		{ font-size: 8pt; font-family: verdana; font-weight: normal; }	

#rightbar .inputbox		{ font-size: 8pt; font-family: tahoma; font-weight: normal; width: 100px;}
#rightbar input	{ font-size: 8pt; font-family: verdana; font-weight: normal; width: 30px;}





//-->
