﻿
body
{
    font-family: Arial;
    font-size: 15px;
    margin: 10px 10px;
    padding: 0px;
    background-repeat: repeat;
    background-color: #000028;
    background-image: url('/images/background1.gif');
}



.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
a{
	font-size:14px;
	color:#D32226;
}

p
{
    margin: 15px 5px 15px 5px;
   }
   
a img { border: none;}
   
/********************** Header ***************************/
#top
{
    width:800px;
    height:134px;
    position: relative;
}

#header
{
    border-style: solid;
    border-width: 3px 3px 0px 3px;
    border-color: #FFFFFF;
    background-color: #ffffff;
    width: 794px;
    height: 287px;
    position: relative;
    text-align: right;
}

#header ul
{
    background-color: #D32226;
    width: 794px;
    height: 25px;
    padding: 6px 0px 0px 0px;
    text-align: center;
    margin-bottom: 3px;
}
#header li{
	display:inline;	
	
}
#header ul a
{
    text-decoration: none;
    color: #FFFFFF;
    margin: 0px 15px 0px 15px;
    font-size: 15px;
    font-weight: bold;
}
#header ul a:hover{
	text-decoration:underline;
	color:#ffffff;
}


/********************** Content ***************************/
#content
{
    border-style: solid;
    background-color: #99CCFF;
    width: 794px;
    color: #ffffff;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #ffffff;
}

#donate
{ 
    width:794;
    height:97px;
    border-bottom-width: 3px; border-bottom-color: #001E72; border-bottom-style: solid;
     }


.title img
{
    border-bottom-width: 2px;
    border-color: #001E72;
    border-bottom-style: solid;
}
h1
{
    color: #ffffff;
    font-size: 14px;
    margin: 20px 5px 20px 5px;
    
}



h2
{
    color: #D32226;
    background-color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 8px 0px 10px 0px;
    text-decoration: underline;
    padding-bottom: 5px;
    padding-top: 2px;
}

h3
{
    font-size: 18px;
    color: #001E72;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
}

h4
{
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    }

h5
{
    color: #D32226;
    font-family: Tahoma;
    text-align: center;
    background: #ffffff;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    font-size: 14px;
}
    
h6
{
    padding: 5px;
    font-size: 34px;
    text-align: center;
    color: Navy;
    
}


    

p{
	margin: 15px 5px 15px 5px;
	color:#001E72;
}

#sportslinks
{
    text-align: center;
}

#title
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}

.img
{
    margin-top: 5px;
    margin: 0px auto;
}
    
#danger
{
    text-align: center;
    margin:0 auto;
    }
    
 #table a
{
    color: White;
    text-decoration: underline;
}   


/********************** Footer ***************************/

#footer
{
    width: 800px;
    height: 180px;
    text-align: center;
    color: White;
    background-image: url('/images/footer.gif');
    background-repeat: no-repeat;
    padding-top: 10px;
}

#footer p
{
    color:#ffffff;
    margin:0px;
}