﻿html 
{
	margin: 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#000000', gradientType='0');
	color: #000000;
	height:100%;
}
body 
{
    margin:0px;
	overflow:auto;
	background-color:#040404;
}
body,td,th,input,select,textarea,input {font-family: Verdana, Arial, Helvetica, sans-serif;}
body,td,th,input,select,textarea,input {font-size:11px;}
    #main 
    {
	    border-left:solid 1px gray;
	    border-right:solid 1px gray;
	    width: 1024px;
	    margin-left: auto;
	    margin-right: auto;
	    background-color:#040404;
	    min-height: 750px;
    }


	#masthead {
	    border-left:solid 1px black;
	    border-right:solid 1px black;
	    width: 1024px;
    	background: url('Images/MasterImages/MasterBack-Black.jpg') repeat-x 50% top;
		height:75px;
		padding:0px;
	}
	#mastheadNoNav {
	    border-left:solid 1px black;
	    border-right:solid 1px black;
	    width: 1024px;
    	background: url('Images/MasterImages/MasterBack-Black.jpg') repeat-x 50% top;
		height:65px;
		padding:0px;
		overflow:hidden;
	}
    #toolbar 
    {
	    border: 1px black solid;
	    border-top: none;
	    color: White;
	    border-bottom: none;
	    background: url('Images/black-fade.gif') repeat-x 50% top;
	    top:0px;
	    width: 1022px;
	    height: 25px;
	    display: table-cell;
	    vertical-align: middle;
	    z-index:0;
	    overflow:auto;
    	
    }
    #toolbar a
    {
	    color:#fff;
	    text-decoration:none;
	    font-size:12px;
	    font-weight:bold;
		border-bottom:1px solid #000000;
    }
	
	
	#content 
	{
	    border: solid 1px black;

	}
	#content div 
	{
		float:left;
	}
	#content-left 
	{
	    margin-top:10px;
	    padding-left:10px;
	    padding-top:35px;
		width:188px;
		height:100%;
		float:left;
		min-height:600px;
    	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#3F3F3F', endColorstr='#000000', gradientType='0');
		
	}
	#content-left-menu
	{
	    margin-left:-5px;
	    padding-left:9px;
		width:188px;
		height:100%;
		float:left;
	    background: url('Images/MasterImages/slate.png') no-repeat;
    	height: 475px; 
		
	}
	
    #content-wide
    {
        padding:5px;
		width:100%;
		float:right;
		background-color:White;
		min-height:668px;
    }
	
	#content-main 
	{
	    margin-top:1px;
        padding:5px;
		width:810px;
		float:right;
		background-color:White;
		min-height:668px;
	}
	
	#content-main-nonav 
	{
	    margin-top:1px;
        padding:5px;
		width:1010px;
		float:right;
		background-color:White;
		min-height:500px;
	}	
	#footer 
	{
	    float:left;
	    background: url('Images/MasterImages/footer-bg.gif') no-repeat left bottom;
	    width:1025px;
	    margin-left:-1px;
	    margin-right: -2px;
	    color:#fff;
	    height:30px;
	    font-size:9px;
	    z-index:3;
	}
	
	#bottom {
		clear:both;
		text-align:right;
	}

.LocalNav
{
	width:100px;
	padding:5px 5px;
	border-bottom:2px solid #000;
	font-size:12px;
	font-weight:bold;
	list-style: none;
	list-style-image:none;
	line-height: 1;
	display:block;
	text-decoration:none;
	color:#000;
	margin:0 0 5px 0;clear:both;
	margin-left:10px;
}
.NavHeader
{
	padding: 5px 5px;
	border-bottom: 3px solid #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom-style: double;
}

a.LocalNav.hover
{
	width:120px;
	padding:5px 5px;
	border-bottom:2px solid #000;
	font-size:12px;
	font-weight:bold;
	list-style: none;
	list-style-image:none;
	line-height: 1;
	display:block;
	text-decoration:none;
	color:#000;
	margin:0 0 5px 0;clear:both;
	margin-left:10px;
}
a{
	margin-right:8px;
	margin-left:8px;
}

.BlackHeader
{
	border: 1px black solid;
	border-top: none;
	border-bottom: none;
	border-left:none;
	border-right:none;
	background: url('Images/black-fade.gif') repeat-x 50% top;
	top:0px;
	width: 100%;
	height: 20px;
	display: table-cell;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bolder; 
	font-size: 11px;
}


