html, body { background-color:rgb(0,0,0); margin:0; padding:0; border-width:0; height:100%; font-family:Arial; } 
a { font-family:Arial; font-size:12pt; color:rgb(0,0,168); }

 .menu {
    color: white;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #400000;
    
}
.menuEnd {
    color: white;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #400000;
    
}

.menu:hover, .menuEnd:hover {
    background-color: #efd826;
}
.headerImg { 
	position: absolute;
    	top: 0px;
    	left: 0px;
	margin:auto;
	width: 100%;
	height: 358px;
	background-image: url('../assets/header.jpg');
	background-repeat:no-repeat;
	background-color:  rgb(0,0,0);
	z-index: 1000;
}
.bgimg { 
	
	width: 100%;
	height: 1400px; 
	background-image: url('../assets/roughBG.jpg');
	z-index: 100;
}
.toolbar {
    position: relative;
    margin:auto;
    left: 175px;
    background-color: #400000;
    padding: 5px 0px 5px 0px;
}
.toolbarBG {
    position: absolute;
    margin: auto;
    width: 100%;
    top: 358px;
    background-color: #400000;
    padding: 5px 0px 5px 0px;
    z-index: 1100;
}
.titleContent {
  
    position: absolute;
    top: -250px;
    left: -230px;
    padding: 5px 0px 5px 0px;
}
.bodycontent { 
	position: absolute;
	font-family:Arial; 
	color:rgb(0,0,0); 
	background-color:rgb(255,255,255);
	padding: 5px 5px 5px 15px;
	top:378px;
	left:175px ;
	height:100%;
	width:635px ;
	z-index:1090;
	
}
.bodyheading { 
	font-family:Arial; 
	color:rgb(0,0,0);  
	font-size: 14pt;  
	font-weight: bold;  
}
.listing { 
	font-family:Arial; 
	color:rgb(0,0,0);  
	font-size: 9pt;  
	padding: 5px 5px 5px 15px;
}
.footer {
	font-family:Arial;
	color:rgb(0,0,0);
	text-align: center;
	z-index:2000;
}
.right{float:right;}

.soc {
    align: center;
    padding: 5px;
    height: 90px;
}

.tw { 
    position: relative;
    top: 10px;
    width: 200px;
}
.fb {
    position: relative;
    top: -10px;
    left: 250px;
    width: 350px;
}

.titleflag {
    position: absolute;
    background-color: rgb(128,128,175);
    color: rgb(0,75,0);
    top:10px;
	left:-50px ;
	width: 300px;
	z-index: 2001;
}
.titleflagtext {
    position: absolute;
    color: #efd826;
    top:10px;
	left:-40px ;
	width: 300px;
	z-index: 2002;
}
.transparent {
    position: absolute;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
