/*---------------------------------------------------------------*/
/*              Bats Northwest style sheet for 2006              */
/*---------------------------------------------------------------*/
@media all{

BODY {
    background-color:black;
    color:rgb(255,228,147);
    padding:0px;
 	margin:0px;
}
div.header {

    background: rgb(255,228,147) url("images/background_grad.png");
    font-family: "Verdana", Arial, sans-serif;
    font-weight:normal;
    margin: 0px 0px 0px 150px;
    padding:0px;
    text-align:center;
    vertical-align:middle;
 	color:white;
	background-repeat: repeat-y;
	height:130px
}

.header h1 {
    font-size:1.8em;
    font-style:normal;
    margin: 0em 0em 0em 0em;
    padding:.8em 0em 0em 0em;
    text-align:center;
    color:white;
}

.header h2{
    font-size:1.2em;
    margin: .8em 0em 0em 0em;
	font-stretch:condensed;
    text-align:center;
    color:white;
}

div.content {
    background-color:rgb(51,0,0);
    color:rgb(255,228,147);
    font-family: "Verdana", Arial, sans-serif;
	font-size: smaller;
    margin: 10px 0px 0px 150px;
    padding: .5em 1em 1em 2em;
}


div.left { float:left; 
	width:45%; 	
	padding:0%; 
	margin:1%; 
	border:0px red solid;
}

div.right { float:right;
	width:45%;
	padding:0%;
	margin:1%;
	border:0px red solid;
	}


.content h1 {
    font-size:1.4em;
    font-style:normal;
    margin: 0em 0em 0em 0em;
    padding:.8em 0em 0em 0em;

}
.content h2{
    font-size:1.2em;
    margin: .8em 0em 0em 0em;
	font-stretch:condensed;
}


div.menublock {
    background: black url("images/menu_background_grad.png");
    bottom:auto;
    color:white;
    font-family: "Verdana", Arial, sans-serif;
    left:0px;
    margin: 0px 0px 0px 0px;
    padding: 0em 0.5em .5em 0em;
    position:absolute;
    top:140px;
    width:120px;
	background-repeat: repeat-x;
    }

a.menulink {
    color:white;
    font-family: "Verdana", Arial, sans-serif;
    font-size: 100%;
    font-weight:normal;
    outline:none;
    text-align:left;
    text-decoration:none;
    vertical-align:middle;
    }

a.menulink:hover {
    color:white;
    font-weight:bold;
    outline:none;
    text-decoration:none;
    }

a.menulink:active{
    font-weight:bold;
    
    }

a.menulink:visited{
    color:white;
    }

div.footer {
    border-top:1px solid;
	font-size:83%;
    margin: 2% 0% 0% 0%;
    padding:0.5% 1% 0% 0%;
    position: relative;
    text-align:center;
}

a {
    color:white;
    font-family: "Verdana", Arial, sans-serif;
    font-size: 100%;
    font-weight:normal;
    outline:none;
    text-decoration:none;
}
a:hover {
    font-weight:normal;
    outline:none;
    text-decoration:underline;
}

a:visited {color:white;}

a.headerlink {
    background-color:#69c;
    color:white;
    font-family: "Verdana", Arial, sans-serif;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    }

a.headerlink:visited{
    color:#993333
    }

LI.menu {
    color:#369;
    font-family: "Verdana", Arial, sans-serif;
    font-size:83%;
    font-weight:normal;
    list-style-type:none;
    margin:.5em 0 0 1em;
    padding:0 0 0 0;
    width:100%;
    }

P.noindent {
    text-indent:0em;
}

img.bat {
    margin: 1em;
   
}

UL.menu {
    padding:0;
    margin: 0 0 0 0;
}


ol{
page-break-inside: avoid;
}
li{
page-break-inside: avoid;
}

ul{
page-break-inside: avoid;
}








}

/*-------------------------------------------------------------------*/
@media screen {
.noscreen { display:none; }
}
/*-------------------------------------------------------------------*/

@media print {
.menublock {display:none;
}

.noprint {display:none;
}


div.content {
    color:black;
    font-family: "Georgia", "Times New Roman", serif;
    margin: .5em;    
    padding: .5em;
}

div.footer {
    border-top:1px solid;
	font-size:83%;
    margin: 2% 0% 0% 0%;
    padding:0.5% 1% 0% 0%;
    position: relative;
    text-align:center;
}

}