	/*-------------------------------CSS Document------------------------------------*/

/*----------------------------------BOXES----------------------------------------*/

#topbanner		{	position:relative;
					width:900px; 
					height:100px;
					margin:1% auto;
					padding:0px;
					text-align:left;
					background-color:000000;
				}
				
#rightbanner		{
					position:absolute;
					width:200px;
					height:500px;
					margin:0px;
					padding:0px;
					left:900px;
					background-color:#CCCCCC;
					top:150px;
					float:right;
					z-index:9;
					text-align:left;
					
				}

#cnt	 		{	
					position:relative;
					width:1100px; 
					margin:0% auto 0% 200px;
					padding:0px;
					text-align:left;
					background-color:000000;
				}
				
#toplogo 		{	position:relative;
					width:900px; 
					height:200px;
					top:10px;
					left:0px; 
					margin:0px; 
					padding:0px;
					/*background-image:url(../pic/toplogo.gif);*/ 
					text-align:left;
					background-repeat:no-repeat;
				}
				
#box 			{	
					position:relative;
					width:900px; 
					height:auto;
					left:0px; 
					margin:0px; 
					padding:0px; 
					background-color:000000;
					color:#FFFFFF;
					text-align:left;
					
				}

#menubox		{	
					position:relative;
					width:900px; 
					height:20px;
					left:65px; 
					margin:0px; 
					padding:0px; 
					background-color:000000;
					z-index:8;
					text-align:left;
				}

#bottom			{
					position:relative;
					width:900px;
					height:20px;
					text-align:center;
					margin:0;
					padding:0;
					background-image:url(../pic/bottom.gif);
					background-repeat:no-repeat;
					background-position:bottom;
				}

/*----------------------------------MENU----------------------------------------*/

table.menu		{	
					width:100%; 
					height:20px;
					font-family:Arial, Helvetica, sans-serif; 
					font-size: 14px;
					color:#FFFFFF;
					table-layout:fixed;
					vertical-align:top;
					background-color:#000000;
					cursor:pointer;
					
				}

table.menudroped 	{	
					position:relative;
					visibility:hidden;
					width:90px;
					top:16px;
					left:10px;
					color:#FFFFFF;
					background-color:#000000;
					border: 1px solid #FFFFFF;
					z-index:99;
				}
				
th.menu			{	
					border-bottom:1px solid white;
					text-align:center;
				}

td.menudrop		{	
					position:relative;
					color:white; 
					background-color:#000000;
					font-family:Arial, Helvetica, sans-serif; 
					font-size: 12px; 
					color:#FFFFFF;
					vertical-align:top;
					z-index:99;
				}

table			{
					height:100%;
					border:1px;
				}
				
a#menu			{	
					color:#FFFFFF;
					text-decoration:none;
					background-color:#000000;
					border:0px;
				}
				
a:hover#menu	{	
					color:#FF0000;
					font-weight:bold;	
				}

a:visited#menu	{	
					outline:0px;					
				}


iframe#main		{
					position:relative;
					width:900px;
					
					background-color:#000000;
					
					
					
					
				}

body 			{	
					margin:0px; 
					padding:0px;
					background-color:#000000;
					text-align:center;
					font:Arial, Helvetica, sans-serif;
				}
				
.red			{
					color:#FF0000;
				}

a:active		{
					outline: none;
				}

a:focus			{
					-moz-outline-style: none;
				}
