﻿body 
{
    margin: 0 0 0 0 ;
    background-color: #333333;
}

a:link 
{
	text-decoration: none;
	color: #fcb913;
	font-weight:bold;
}
a:visited 
{
	text-decoration: none;
	color: #fcb913;
	font-weight:bold;
}
a:active 
{
	text-decoration: none;
	color: #fcb913;
	font-weight:bold;
}
a:hover 
{
	text-decoration: underline;
	color: #fcb913;
	font-weight:bold;
}
#header
{
    width: 100%;
    height: 200px;
    background-color: #0E0B03;
    text-align: center;
   
}


#navigation
{
    width: 100%;
    height: 40px;
    background-color: #454545;
    text-align: center;
}
h1
{
    font-size: 30px;
    font-family: veranda, arial;
    color: #A8A8A8;
    text-align: center;
}
h2
{
    font-size: 20px;
    font-family: veranda, arial;
    color: #CCCCCC;
    text-align: left;
}

.container
{
    width: 100%; /* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
    margin: auto; /* Don't center every line of text -
we inherited this setting from body */
    text-align: justify;
    color: #A8A8A5;
}


  
.left {
  float: left;
  padding: 0px 20px 0px 20px;
  /*width: 20%; */
  text-align:center;
}

.middle
{
    top: 10px;
    font-family: Verdana,Arial;
    padding: 0% 25% 0% 25%;
   
    
}

.right {
  float: right;
  padding: 0px 20px 0px 20px;
  /*width: 20%; */
  text-align:center;
 
}

 .transparent
{     /* This is Transparent pop up details*/
    /*opacity: .7;
    filter:progid:alpha(opacity=7);*/
     -ms-filter: alpha(opacity=70);
 -ms-opacity:0.7;
    top:10px;
    background-color: #6600CC;
    display: none;
    width: 40%;
    height: 45%;
    position: absolute;
    color: white;
    border: 3 green solid;
    text-align: center;
    font-size: xx-large;
}
h3
{/* This is a header 3 text details*/
    font-family:Verdana,Arial;
    color:Red;
}
h4
{  /* This is a header 4 text details*/
    font-family: Verdana,Arial;
    color: #C0C0C0;
    font-size: medium;
}
.hilight /*This is to highlight text in pop Up*/
{
    font-family:Verdana,Arial;
    color:#fcb913;
}

a.popupimage img
{
    display: none;
    position: absolute;
    top: -1em;
    left: -1em;
    color: #00FF00;
}

a.popupimage:hover img {
display: block;
color: #00FF00;
}No messy javascript. 


H6
{
   color: #00FF00; 
}



