body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}





/* This is the transparent box */
#transbox {
width: 90%;
height: auto;
padding: 10px; 
background-color: #000000;
border: 2px solid #090909;
filter:alpha(opacity=60);
opacity: 0.60;
-moz-opacity:0.60;
}

/* This is the container which set text to solid color.
position: relative used for IE */ 

#transbox div {

color: #fcfcfc;
filter:alpha(opacity=60);
opacity: 60;
opacity: 0.60;
-moz-opacity: 60;

}






h1 {
	padding-right: 100px;
	color: #f08e1f;
	font-size: 24px;
}

p {
	font-weight: regular;
	
	}

.navtable {
	
		margin-top: 10px;
		margin-left: 0px;
}



#logo {
	width: 638;
	height: 129;
	padding: 0px;
	margin-top: 60px;
	margin- left: 60px;
	}


#headingplace {

	width: 800px;
	height: auto;
	display: block;
	clear: both;
	font-family: arial;
	font-size: 24px;
	text-align: right;
	color: #F08E1F;

}

#navdiv {
	
	width: 164px;
	height: auto;
	float: left;
}


/*    Transparency Codes  */


	code { 
		background-color: #100;
		padding: 0.2em 0.5em;
		display: inline-block;
	}
	#wrapper { 
		overflow: visible;
		clear: both;
	}
	.overlay {
		position: absolute;
		padding: 10px;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #000000;
		opacity: 0.6;
		-moz-opacity: 0.6;
		filter:alpha(opacity=60);
		border: 1px solid #24231F;
	}
	.container {
		position: relative;		
		float: left;
		padding: 10px;
	}
	.content {
		position: relative; /* Fixes the z-index */
		float: left;

	}
	#column-1 {
		width: 100%;

	}
	
	#column-1 .content {
		padding: 10px;
		width: 100%;
	}
	
	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #column-1 .overlay { height: expression(document.getElementById("column-1").offsetHeight); }
	* html #column-2 .overlay { height: expression(document.getElementById("column-2").offsetHeight); }

h2 {padding:0px; margin: 0px; font-size: 24px;}


.footer {


	padding: 10px;
	margin:0px;
}

.footer p {
	margin: 0px; 
	padding: 0px;
}



/* transparent box */

.bar {
	height: auto;
	padding: 4px;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
	background: black;
	border: 1px solid #ccc;

}


.barin {

	padding: 4px;
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.10;
	filter:alpha(opacity=60);
	background: black;
	border: 1px solid #ccc;

}

#footerp {
	margin:0px;
	padding:10px;
	color: #F08E1F;
}