@charset "UTF-8";
/* CSS Document */

body
{

/*gradient
/*background-color: black;*/
/*background: -moz-linear-gradient(top, #000000 1%, #4B4B4B 40%, #3C004B 100%); /* firefox */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(40%,#4B4B4B), color-stop(100%,#3C004B)); /* webkit */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3C004B',GradientType=0 ); /* ie */

/*attempt at CSS checkerboard background
/*background-image:
      -moz-linear-gradient(45deg, #000 25%, transparent 25%), 
      -moz-linear-gradient(-45deg, #000 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #000 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #000 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #000), color-stop(.25, transparent)), 
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #000)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #000));

    -moz-background-size:100px 100px;
    background-size:100px 100px;
    -webkit-background-size:100px 101px; /* override value for shitty webkit */
    
    /*background-position:0 0, 50px 0, 50px -50px, 0px 50px;*/
    
    background-color: #A0A0A0;
    
}

a:link {
	color:#000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}      
a:visited {
	color:#000
	}  
a:hover {
	color:gray;
	}
a:active {
	color:#99ffcc;
	}


/*MAIN CONTAINTER STYLES*/
.container
{	
	background-color:white;
	width: 850px;
	min-height:400px;
	margin:0 auto;
	
}

.header
{
	background-color: #99ffcc;
	background-image:url(Images/Website-Header.png);
	margin-bottom: 15px;
	height:250px;
	

}

h1
{
	
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: -10px;

}


.li
{
float: left
background-color:white;
}
.left_col
{
	position:absolute;
	
	background-color:#99CCFF;
	width: 150px;
	float:left;
	height:auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -15px;
	
	}

ul
{
list-style-type:none;
margin:0;
padding:0;
text-align: center;
padding-top: 10px;
}

.content
{
	
	padding-top: 0px;
	min-height:500px;
	width: 575px;
	margin-left:175px;
	padding-right:-50px;	
}

p
{
	font-family:Verdana, Geneva, sans-serif;
}

table
{
border-collapse:collapse;
width:75%;
font-family:Verdana, Geneva, sans-serif;
}

th
{
background-color:#7D26CD;
color:white;
}


.pinktext {
	color: #4B0082;
}

.lightertext {
	color: white;
}




.footer
{
	
	padding-top: 5px;
	background-color:#99ffcc;
	clear:both;
	width: 420px;
	height:40px;
	color: #000;
	font-size: 8pt;
	font-family: sans-serif;
	padding-left: 430px;
	
}	
