<style type="text/css">

a:active{
color: white;
background-color: transparent;
font-weight: 600;
text-decoration: none;
}

a:link 
{
color: white;
background-color: transparent;
font-weight: 600;
text-decoration: none;
}

a:visited 
{
color: white;
background-color: transparent;
font-weight: 600;
text-decoration: none;
}

a:hover
{
color: red;
background-color: white;
text-decoration: none;
font-weight: 600;
}

p{
text-align: left;
font-weight: 400;
color: white;
margin: 5 5 5 5;
}

h1{
color: #ffffff;
background-color: transparent;
font-family: helvetica, tahoma, sans-serif;
margin-top: 10px;
margin-bottom:5px;
}


h2{
color: #ffffff;
background-color: transparent;
font-family: helvetica, tahoma, sans-serif;
}

h3{
color: #ffffff;
background-color: transparent;
font-family: helvetica, tahoma, sans-serif;
text-indent: 1em;
margin-top: 2em;
margin-bottom: 1em;
}

h4{
color: #ffffff;
background-color: transparent;
text-align: right;
font-family: courier, sans-serif;
}

h5{
color: #ffffff;
background-color: transparent;
font-family: helvetica, tahoma, sans-serif;
font-size: 10pt;
text-align: center;

}

h6{
color: #ffffff;
background-color: transparent;
font-family: courier, sans-serif;
font-size: 8pt;
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
}

li{
line-height: 1.3em;
}


img{
display: block;
max-width: 100%;
border-width: 2px;
border-style: ridge;
margin-left: auto;
margin-right: auto;

}


img.banner
{
float: top;
margin: 0 auto;
border: none;
}



body
{ 
/*background-color: black;*/
background-color: #808080;
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 16pt;
font-weight: 200;
/*margin: 0;*/
/*padding: 0;*/
}


.strike
{
text-decoration: line-through;
}

.right
{
float: right;
margin: 10px;
}

.left
{
float: left;
margin: 10px;
}

#menu 
{
float: left top;
/*padding: 10px;*/
width: 100%; 
height: 200px;
/*background-color: red;*/
background-color: transparent;
text-align: left;
vertical-align: top;
/*margin-left: 10px;*/
margin-bottom: 20px;
}


ul.menu{
color: auto;
background-color: transparent;
font-size:1.3em;
list-style: none;
float: left;
padding: 10px;
text-decoration: none;
margin: 5px;
}


#content 
{
margin-left: auto;
margin-right:auto;
padding: 10px;
width: 90%;
color: white;
background-color: #333333;
/*background-color: #808080;*/
height: 100%;
}

#sponsors
{
border-style: outset;
border-width: 2px;
float: right;
color: white;
background-color: red;
vertical-align: bottom;
width: 200px;
max-width: 30%;
height: auto;
max-height: 100%;
padding: 5px;
font-size: 10pt;
text-align: center;
/*margin-left: auto;*/
}

/*none, hidden, dotted, dashed,*/
/*solid, double, groove, ridge, inset, or outset*/

/*container for photos*/

#pic
{
float: right;
margin-top: 0px;
margin-bottom: 0px;
padding: 20px; 
max-width: 60%;
background-color: transparent;
/*background-color: white;*/
}

.cap{
color: white;
width: 80%;
max-width: 100%;
font-family: courier, monospace;
font-weight: 600;
text-align: center;
margin-bottom: 5px;
margin-left: auto;
margin-right:auto;
}

