/* stylesheet defaults */

html, body, * { margin: 0; padding: 0; }
img, img:link, img:visited, img:hover, img:active { border: none; }
h1, h2, h3, h4, h5, h6, p, ul, ol, address, blockquote, dl { margin-top: 1em; margin-bottom: 1em; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }


/* site specific */

body {
	background-color: black;
	color: white;
	font-family: "New York", Times, serif;
	font-size: 14px;
}

a:link { color:#31ff00; }
a:visited { color: #33ff00; }
a:hover, a:active { color: #33ff00; }

.Center { margin-left:auto; margin-right:auto; }
.Content { font-size: 14px; }
.Header { font-size: 14px; color: #ccffcc; }
.Main-Header {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	padding-right: 0em;
	font-size: 16px;
	font-weight: bold;
	color: #ccffcc;
}
.Caption { font-size: 11px; }
.Copyright { font-size: 11px; }


/* navigaton bar */

#pj-navigation {
	background-color: #006600;
	border-bottom:2px solid #000;
	color: #ccffcc;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#pj-navigation-floating {
	background-color: #006600;
	border-bottom:2px solid #000;
	color: #ccffcc;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#pj-navigation-spacer {
	position: relative;
	top:0;
	left:0;
	height: 50px;
	width: 1px;
}

#pj-navigation-title {
	position: relative;
	width: 680px;
	height: 24px;
	top: 12px;
	left:20px;
	margin: 0;
	padding: 0;
	font-family: "New York", Times, serif;
	font-size: 18px;
	line-height: 26px;
	text-shadow: 1px 1px 0px #003800;
}
