/*********************************************
	Style Sheet for Buzzkiller.net
	Author : Eric Fickes & Buzzkiller.net
**********************************************/
	BODY, INPUT {
		font-family: Verdana;
		background-color: gray;
		
		/* IE5x only */
		scrollbar-base-color: gray;
	}

	INPUT {
		color: navy;
		background-color: white;
		border: 1px solid black;
	}
	
	.siteLinks {
	 	color: white;
		font-weight: bold; 
		font-size: 8pt;
		font-variant: small-caps;
	}
	
	.siteLinks:HOVER {
	 	color: orange;
	}

	.childLink {
		color: white; 
		font-size: 8pt; 
		text-align: center; 
	}
	
	.childLink:HOVER {
	 	color: yellow;
	}

	.mainTable {
		background-color: black;
		width: 100%;
	}

	.pageTitle {
		color: white;
		background-color: maroon; 	/*orange*/
		font-size:	15pt; 
		font-weight: bold; 
		text-align: right;
		width: 95%;
	}

	.pageLogo {
		background-color: orange;
		vertical-align: middle;
	}

	.leftColumn {
		background-color:#275c91;
		width: 100px;
		vertical-align: top;
	}
	
	.pageContent {
		color: navy; 
		background-color:white;
		text-align: left;
		font-size: 8pt;
	}
	.legalStuff {
		color: white;
		font-size: 8pt;
		text-align: center;
	}
	
	.sawHandle {
		color: red;
		font-size: 8pt;
		width: 100%;
		text-decoration: none;
	}
	
	.sawHandle:HOVER{
		text-decoration: underline;
	}
