#top-blue {
	padding: 0;
	background: #006;
	width:100%;
	height:20px;
	border:0px;
	position:fixed;
	top:0;
	margin:0px;
}
#nav-top { 
	position:fixed;
	width: 800px;
	margin:20px 20px 0px 0px;
	font: 12px lucida console,courier,sans-serif,monospace;
	color: #9999CC;
	background: #000;
	border: 1px solid #c60;
	text-align: left;
	top:0;
	}
#nav-top img { margin:5px 5px 5px 10px; }
#nav-top p {
	text-align: left;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 10px;
	}
#nav-top a {
	margin:1px;
	padding:2px 10px 2px 10px;
	background: transparent;
	color: #c60;
	text-decoration: none;
	font-weight: bold;
	}
#nav-top a:hover {
	padding:1px 9px 1px 9px;
	border: 1px dashed #c60;
	color: #c60;
	text-decoration: none;
	}



body { 
	margin:20px; padding:0px; background:#006;
	font: 12px lucida console,courier,sans-serif,monospace; 
	}

p,li,hr
	{
	font: 12px lucida console,courier,sans-serif,monospace;
	color: #9999CC;
	}

h1, h2
	{
	font: 19px lucida console,courier,sans-serif,monospace;
	font-weight: bold;
	color: #9999CC;
	}

pre, code {
	background-color: #222;
	color:#fff;
	font-family: lucida console,courier,sans-serif,monospace;
	}

.gross a:link, .gross a:visited
	{
	font: 20px lucida console,courier,sans-serif,monospace;
	color: #cc6600;
	text-decoration: none;
	}
img{
	font: 12px lucida console,courier,sans-serif,monospace;
        color:#9999CC;}
.gross a:hover, .gross a:active
	{
	font: lucida console,courier,sans-serif,monospace;
	color: #cc6600;
	text-decoration: underline;
	}
.right { float: right; }

#main {	border: 1px solid #c60; 
	width: 800px;
	color: #99c; background: #000;
	padding-top: 73px;
	}

#content { padding: 0px 10px 0px 10px; 
           }

#content a:link, #content a:visited
	{
	color: #cc6600;
	text-decoration:none;
	}

#content a:hover, #content a:active
	{
	color: #c60;
	text-decoration:underline;
	}

#links { padding: 0px 10px 0px 10px; }

#footer { width:800px; text-align: center; margin: 15px 5px 0px 5px; 
	font-size: 11px; lucida console,courier,sans-serif,monospace; 
 	color: #99c; }
#footer a:link, #footer a:visited { color: #c60; text-decoration:none; }
#footer a:hover, #footer a:active { color: #c60; text-decoration:underline; }

#title {
	margin: 0px; padding: 10px 0px 0px 20px;
	border-bottom: 1px solid #c60;
	color: #ffffff; background: #000;
	}

#title h1, #title .subtitle, #title .subtitle a:link, #title .subtitle a:visited {
	font-weight: bold; color: #ffffff; background: transparent; }
#title h1 { margin: 0px; padding: 0px; font-size: 16px; }
#title .subtitle { margin: 0 0px 0 0px; text-align: right; }
#title a:link, #title a:visited { color: #c60; text-decoration:none; }
#title a:hover, #title a:active { color: #c60; text-decoration:underline; }

#logo { float:right; margin: 30px 0px 0px 16px;}

#alt_bg {
	background-color:#003;
	}


@media print {
        html, body { color: black; background: white; }
        #content, #main, #title { border: none; padding: inherit; }
        #title { color: black; background: transparent; }
        #title h1 { font-size: 24px; }
        #title h1, #title .subtitle { color: #000; background: transparent; }
}
