html { font-size:100%; }
body
{ 
background-color:#ffffff;
font-family:Helvetica, sans-serif; 
color:#000000; 
max-width:980px;
margin-left: auto;
margin-right: auto;
}
body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 


a.nav {font-size:3vmin;text-decoration: none;font-family: Comic Sans MS, Helvetica, Sans-serif;}
a:hover 
{ 
text-decoration: underline; 
}
img
{
max-width: 100%;
min-width: 50%;
height: auto;
border:none;
}

img.head
{
max-width: 100%;
border:none;
}
#footer
{  
   position:relative;

}
div.title_bar
{  
   /* border: #000000 1px solid;*/
}


#subhead
{
    font-size: 24px;
}
#subsubhead
{
    font-size: 20px;
}
#content2
{
    width:100%;
    border: #000000 1px solid;
   
}


input.textbox { 

    border: 1px solid #000000; 
    border-radius: 5px; 
    box-shadow: 0 0 5px 3px #ffa853; 
    color: #666; 
    outline: none; 
    height:23px; 
    width: 150px; 
    
  } 

.textbox2 { 
   
    border: 1px solid #ffa853; 
    border-radius: 5px; 
    box-shadow: 0 0 5px 3px #ffa853; 
    color: #666; 
    outline: none; 
    height:50px; 
    width: 200px; 
    }
.button {
    border: 1px solid #006;
    background: #c0c0c0;
}
.button:hover {
 border: 1px solid #006;
    background: #EFCE8B;
    
    }
div.alert
{
border: #ff0000 1px solid;
background: #ffffff;
font-size:10px;
text-align: center;
color: red;
position:absolute;
padding:0px;
top:250px;
left: 60%;
width:25%;
}