/*-------------------------------------------------------
Purpose:
    SOuledOut? Style Sheet

History:
Ver     Inits  Date        Comments
1.00    MLD    06/01/07    Copied from Old FFL site
-------------------------------------------------------*/


body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin:0;
	padding:0;
	height:100%;
	}

body, td {
	font-size:12px;	 
	}

h1 {
	font-size:14px;
	color: #000;
	font-style: italic;
	font-weight: bolder;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #bebebe;
	margin-top: 0px;
}

h2 {
	font-size:12px;
	color: #990000;
	font-weight: bold;
	padding-left:5px;
}

p{
	padding-left:5px;
	padding-right: 5px;
}

a {
	color: #996666;
}
#wrapper {
	width: 750px;
	background-color: #FFF;	
	position:relative;
	height:100%;
	}

#banner {
background-image: url(/images/banner.jpg);
height: 110px;
width: 750px;
	}

#navbar {
	width: 200px;
	height:500px;
	background-color: #CCC;
	color:#FFF;
	border: 1px;
}
#navbar a, #navbar a:link:focus, #navbar a:visited  {
	font-size:12px;
	display: block;
	background-color: #999;
	border-top: 2px;
	border-bottom: 2px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-bottom-color: #707070;
	border-top-color: #d5d5d5;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFF;
	text-decoration: none;
	line-height: 1.8em;
	}

#navbar a:hover  {
	background-color: #777;
	}

 #navbar a:active, #navbar a:focus {
	background-color: #990000;
	border-bottom-color: #990000;
	border-top-color: #990000;
	}

#sandbox {
	width: 340px;
	height:500px;
	overflow:auto;
	font-size:12px;
	left: 0px;
	position:absolute;
	top:0;
	left:205px;
}

#sidebar {
	width: 195px;
	background-color: #DDDCDC;
	color:#000000;
	font-size:12px;
	position:absolute;
	top:0;
	right:5px;
	height:400px;
	min-height:98%;
}
		
#footer {
	width: 750px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:10px;
}

.active {
	font-size:12px;
	display: block;
	border-top: 2px;
	border-bottom: 2px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFF;
	text-decoration: none;
	line-height: 1.8em;
	background-color: #990000;
	border-bottom-color: #990000;
	border-top-color: #990000;
}