

/*COPYRIGHT LINK EFFECTS*/
.copyrights {text-align:center; font-size:10px; color:#FFFFFF;}
A:link.copyrights {text-decoration: none; font-weight:bold; color:#B2E04F;}
A:visited.copyrights {text-decoration: none; font-weight:bold; color:#B2E04F;}
A:hover.copyrights {text-decoration: none; font-weight:bolder; color:#456500;}




/* General Settings */
body {
    background: url("/jnpbg.gif");
	color:#000000;
	text-align:center;
	font-family:verdana;
	font-size:12px;

}
A:link { text-decoration: none; color:#00FFFF; font-weight:bold; background-color:#transparent; border:0px solid #transparent;}
A:visited { text-decoration: none; color:#FFFF00; font-weight:bold; background-color:#transparent; border:0px solid #transparent;}
A:hover { text-decoration: none; color:#33CC00; font-weight:bold; background-color:#transparent; border:0px solid #transparent;}
#navigation {


width: 200px;

background-color: #000000;

border-style:solid;
border-width:3px;
 border-color:#FFFFFF;

color: #FFFFFF;

float: left;

margin-left: -15px;
margin-top: -15px;



}

#navigation h2, #navigation hr {

display: block

padding: 10px 5px;

border-bottom-width: 0px;

border-bottom-style: solid;

border-bottom-color: #000000;

}

#navigation ul {

margin: 0px;

padding: 0px;

list-style: none;

}

#navigation ul li {

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #000000;

}

#navigation ul li a {

padding: 0px;

display: block;

background-color: #000000;

color: #FFFFFF;

text-decoration: none;

border-bottom-width: 0px;

border-bottom-style: solid;

border-bottom-color: #000000;

}

#navigation ul li a:hover {

background-color: #000000;

}



input.button {
 background-color: #transparent;

  font-family: Verdana, Arial, Helvetica, sans-serif;
 
}


    * {
    margin: 0;
    }
    html, body {
    height: 100%;
    }
    .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    }
    .footer, .push {
    height: 4em;
    }
