/* main structure, fonts, links */
* {
    margin: 0;
    padding: 0;
   
}
   

body {
	font-family:  "courier new", courier, mono-spaced;
	color: #000;
	margin: 0;
    padding: 0;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	padding-top: 10px;
}
#header {
	height: 60px;
}
#nav {
	text-align: right;
	color: #999999;
	font-size: 12px;
}

#nav a {
	color: #999999;
	text-decoration: none;
	border: none;
	background-color: #D9F2D9;
	padding-right: 2px;
	padding-left: 2px;
}
#nav .indicator {
	padding-right: 2px;
	padding-left: 2px;
}



#nav a:visited{
	color: #999999;
	text-decoration: none;
	background-color: #D9F2D9;
	padding-right: 2px;
	padding-left: 2px;
}
#nav a:hover{
	color: #999999;
	text-decoration: none;
	background-color: #FFD2E9;
	padding-right: 2px;
	padding-left: 2px;
}
#footer {
}

#table {
	font-size: small;
	border-right: 2px solid #33FF66;
	border-right: 2px dotted #B8E7B8;
}

td {
	padding: 10px;
	font-size: small;
	color: #999999;
}
.imgspace {
	padding: 10px;
}





#wrap #content a {
	color: #999999;
	background-color: #D9F2D9;
	text-decoration: none;
}
#wrap #content a:hover {
	color: #333333;
	border-style: none;
}


a:hover {
	color: #000;
	border-top: 1px dotted #CC6600;
	border-right: none #CC6600;
	border-bottom: none #CC6600;
	border-left: none #CC6600;
}


/* the nav */

  

/* headings */
h1 {
    font-family: "courier new", courier, mono-spaced;
    color: #000;
    font-size: 82px;
    text-transform: uppercase;
    padding: 0;
    margin-left: -6px ;
}
h2.page-title {
	position: absolute;
	top: 0;
	left: -9999px;
}
h2.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .6em;
}
h2.courier {
   font-family: "courier new", courier, mono-spaced;
   font-size: 60px;
	line-height: 70px;
   text-transform: uppercase;
	margin-left: -3px;
}
h2.courier_right {
	text-align: right;
	font: 60px "courier new", courier, mono-spaced;
	color: #999999;
	margin: 0px;
}

h3 {
	letter-spacing: 0.2em;
	color: #999999;
	font-size: 24px;
	border-bottom: 1px dotted #B8E7B8;
		}


/* content structure and formatting */
#content {
	padding: 10px 0 0 3px;
	
}
	
	
	
	

.group {
	font: bold 16px/3em "Courier New", Courier, monospace;
	text-transform: lowercase;
	color: #CCCCCC;
	letter-spacing: .5em;
	background-color: #000000;
	padding-left: 5px;
}



	
/* misc */
.clear {
	height: .00000001em;
	line-height: .00000001em;
	clear: both;
}
.style2 {color: #990000}
.style3 {color: #CCCCCC}
.vertborder {
	border-right: 1px dotted #B8E7B8;
}
.ghostimageborder {
	border-top: 1px dotted #B8E7B8;
	border-right: 1px none #B8E7B8;
	border-bottom: 1px dotted #B8E7B8;
	border-left: 1px dotted #B8E7B8;
	padding: 10px 6px;
}

