/*BOF Lonnie Lopez CSS*/

body
{
font-family: arial;
color: #00FF80;
height: 100%; 
margin: 0; 
padding: 0;
}

th.mainheader
{
font-size: 150%;
letter-spacing:5px;
text-decoration: uppercase;
}

div.backgroundimage
{
z-index: -100; 
width: 100%; 
height: 100%; 
position: fixed; 
top: 0px; 
left: 0px;
}

img.backgroundimage
{
width: 100%; 
height: 100%;
}

div.container
{
width: 80%; 
height: 600px; 
margin-left: auto; 
margin-right: auto; 
position: relative; 
top: 20px;
}

div.aboutus
{
border-left: 1px solid #00FF80;
border-bottom: 1px solid #00FF80;
display: block;
padding: 15px;
margin: 15px;
}

div.MainHeading
{
z-index: 1; 
text-align: center; 
position: absolute; 
top: 65px; 
width: 100%; 
margin-left: auto; 
margin-right: auto;
}

div.updates
{
border-left: 1px solid #00FF80;
border-bottom: 1px solid #00FF80;
display: block;
padding: 15px;
margin: 15px;
}

span.updatesheader
{
border-bottom: 1px solid #00FF80;
font-weight: bold; 
font-size: 150%; 
}

p.hometitle
{
margin-left: auto; 
margin-right: auto; 
width: 80%; 
font-weight: bold; 
font-size: 300%; 
color: #00FF80; 
background-color: #000000;
}

p.homesubtitle
{
margin-left: auto; 
margin-right: auto; 
width: 80%; 
font-weight: bold; 
font-size: 200%; 
color: #00FF80; 
background-color: #000000;
display: inline;
padding: 2px;
}

div.floater
{
z-index: 2; 
position: absolute; 
top: 65px; 
width: 100%; 
overflow: hidden; 
display: none;
}

#home
{
background-color: #3f3f3f;
}

#about
{
background-color: #3f3f3f;
}

#updates
{
background-color: #747474;
}

#videos
{
background-color: #747400;
}

#photos
{
background-color: #009999;
}

#sponsors
{
background-color: #007400;
}

#awards
{
background-color: #740074;
}

#application
{
background-color: #740000;
}

#contact
{
background-color: #000074;
}

#box1
{
background-color: #052550;
}

#box2
{
background-color: #0000ff;
}

#box4
{
background-color: #36056d;
}

#box7
{
background-color: #2b2b2b;
}

#box8
{
background-color: #050505;
}

#box9
{
background-color: #ffffff;
}

div.blackbox
{
width: 95%; 
height: 95%; 
background-color: black; 
color: #00FF80; 
margin-left: auto; 
margin-right: auto; 
padding: 10px; 
margin-top: 10px; 
margin-bottom: 10px;"
}

span.contacthead
{
font-weight: bold;
}

a:link, a:visited
{
color:#00FF80;
text-decoration: none;
}

a:hover
{
color: white;
text-decoration: none;
}

a:active
{
color: yellow;
text-decoration: none;
}

a.frontpagedownload:link, a.frontpagedownload:visited
{
background-color: black;
color: #00FF80; 
text-decoration: underline;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
border: 0px solid #00FF80;
font-weight: bold;
font-size: 200%;
}

a.frontpagedownload:hover
{
background-color: black;
color: #00FF80; 
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
border: 0px solid #00FF80;
font-weight: bold;
font-size: 200%;
}

a.frontpagedownload:active
{
background-color: black;
color: yellow; 
text-decoration: underline;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
border: 0px solid #00FF80;
font-weight: bold;
font-size: 200%;
}




a.menulink:link, a.menulink:visited
{
background-color: black;
color: #00FF80; 
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
border: 1px solid #00FF80;
font-weight: bold;
}

a.menulink:hover
{
background-color: #00FF80;
color: black; 
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
border: 1px solid #00FF80;
font-weight: bold;
}

a.menulink:active
{
background-color: yellow;
color: black; 
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
border: 1px solid #00FF80;
font-weight: bold;
}

img.homelogo
{
max-width: 30%;
}

span.videotitle
{
color: black;
font-size: 180%;
font-weight: bold;
}

span.videoby
{
font-size: 140%;
}

div.videoheader
{
background-color: #00FF80;
padding-left: 10px;
}

div.videodiscription
{
font-size: 120%;
}

div.videocatloc
{
font-style: italic;
font-size: 120%;
}



/*EOF Lonnie Lopez CSS*/