@charset "utf-8";
/* CSS Document */
/* @import "css/global.css"; */	

/* Colors used  */
/* Dark Grey -----> #303030  */
/* Light Grey -----> #868686  */
/* Black-----------> #000000 */
/* White----------> #FFFFFF  */	
		
		
		body { 	
			background-color:#868686;
			background-color: #000;
			color:#FFF;
			padding: 2px;
			font-family: Arial, helvetica, sans-serif;
			text-align:center; /* slight hack for IE */
			min-width: 800px; /* for older versions of Modzilla Nescape */
			}
			
		#container {
			background: url(images/container_bg.png) no-repeat top left;
			width: 800px;
			margin: 0 auto; /* for centering in browser */
			}	
			
		#header{
			background: url(images/logo.png) no-repeat top left;
			text-align: right;
			color:#868686;
			height: 90px;
			padding: 25px;
			}

		#top_navigation{
			text-align: right;
			color:#868686;
			font-weight: bold;
			font-size: 14px;
			height: 10px;
			padding: 0px 25px 40px 10px;
			}	
			
		#content{
			background: url(images/lens_flare.png) no-repeat top right; 
			text-align: left;
			padding: 30px 10px 0px 10px;
			width: 678px;
			min-height: 525px;
			border-left: solid 2px #303030;
			padding: 50px;
			line-height: 20px;
			}
				
		#footer {
			text-align:center;
			padding: 5px;
			font-size: 12px;
			border-left: solid 2px #303030;
			}			
			
		.note{
			font-size: 12px;
			color: #868686;
			}			
			
		p	{
			text-indent:13px;
			}	
			
		ul	{
			 list-style-type:none;
			}
		
		h1	{
			font-size: 18px;
			font-weight: bold;
			}
			
		h2{
			line-height: 0px;
			font-size: 16px;
			padding-top: 8px;
			}
			
		h4	{
			line-height: 0px;
			font-weight: bold;
			}
		
		table{
			margin: 15px;
			text-align: left;
			border-spacing: 3px 3px;
			}
		
		table.center {
			margin-left:auto; 
			margin-right:auto;
			border: 0px;}

		td{
			text-align: left;
			padding: 2px 5px 2px 0px;
			}
		
		th{
			text-align: center;
			font-style: italic;
			font-size: 14px;
			}
			
		hr{
			color:#303030;
			}	
			
		tr.dark_grey{	
			color: #868686;
			}
		
		td.center{
			text-align: center;}	
			
		td.left{
			text-align: right;}	
			}
			
		.center{
			text-align:center;
			}	
			
		a.header:hover {color: #868686; text-decoration: none;}	
			
		a:link {color:#868686; text-decoration: none;}
		a:visited {color:#868686; text-decoration: none;  }
		a:hover {color:white; text-decoration: none; }
		a:active {color: #868686; text-decoration: none;}
		
		a.lunarstarr:link {color: #FFF; font-weight: normal; text-decoration: none;}
		a.lunarstarr:visited {color:#FFF; font-weight: normal; text-decoration: none;}
		a.lunarstarr:hover {color:purple; font-weight: normal; text-decoration: none;}
		a.lunarstarr:active {color: #FFF; font-weight: normal; text-decoration: none;}
		