html, body	{
						height: 100%;
						overflow:hidden;

						}
body					{
						margin-left: auto;
						margin-right: auto;
						text-align: left;				
						font-family: verdana, arial, helvetica, sans-serif;
						font-size: 9pt;		
						margin-top: 0px;
						margin-bottom: 0px;
						background: #003366;
						color: #fff;	
						overflow:auto;
						height: 100%;
						}
						
h2	        {
            font-size: 1.15em;
            text-align: center;
			padding-left: 0px;
			color: #fff;
			width: 580px;
			height: 28px;
			padding-top: 1px;
			margin-bottom: 15px;
			margin-left: 10px;
			margin-top: 10px;
			font-size: 18px; 
			font-weight: bold;
            }  
						
h3	        {
            font-size: 1em;
            text-align: center;
            margin-top: 10px;
            color: #666;  
            }   				
						
a						{
						color: #fff;
						}	
						
.home					{
						color: #fff;
						text-decoration: none;
						}								

.home:hover				{
						color: #ccc;
						}
						
#top					{
						position: absolute;
						top: 0px;
						left: 0px;
						width: 780px;
						height: 136px;
						background: url('../images/top.jpg') no-repeat center top;
						z-index: 100;
						}
					
#btns
						{
						position: absolute;
						top: 136px;
						left: 0px;
						width: 146px;
						font-family: arial, serif;
						clear: both;
						margin-top: 0px;
						}
						
#btns ul
						{
						width: 146px;
						margin: 0;
						padding: 0;
						list-style: none;
						overflow: auto;			
						}	
						
#btns ul li
						{
						text-align:left;
						background: url('../images/btn.jpg') no-repeat;
						}															
						
#btns ul li a
						{
						height: 20px;
						width: 114px;
						display: block; 
						margin-left: 10px;	
						margin-top: 2px;
						color: #5a99ff;
						font-size: 8pt;					
						text-decoration: none;
						font-weight: bold;
						}		
						
#btns ul li a:hover
						{
						color: #333;
						}																																																																		
						
#btns .btn
						{
						overflow: auto;
						height: 22px;
						}	
						
#btns #btngold
						{
						overflow: auto;
						height: 22px;
						color: #FFCC00;
						text-decoration: blink;
						}	
						
#btns #btngold a
						{
						overflow: auto;
						color: #FFCC00;
						text-decoration: blink !important;
						}	
						
#btns #top_btn
						{
						height: 33px;
						background: url('../images/top_btn.jpg') no-repeat;
						}	
						
#btns #top_btn a		{
						display: block;
						height: 20px;
						width: 114px; 
						margin-top: 13px;
						overflow: hidden;
						}													
												
#btns #link_btn
						{
						height: 74px;
						background: url('../images/link_btn.jpg') no-repeat;
						}	
						
#container				{
						top: 0px;
						left: 0px;
						width: 780px;
						}								
																		
#info	
						{
						left: 0px;
						width: 590px;																																				
						text-align: left;
						margin-left: 165px;
						margin-top: 136px;				
						min-height: 300px;	
						padding-bottom: 15px;
						overflow: auto;
						}	
							

