body {
	background-color: #336666;
}

a:link     { color: #66cccc;  text-decoration: underline; }
a:visited  { color: #00cccc;  text-decoration: underline; }
a:active   { color: #33ffff;  text-decoration: underline; }
a:hover    { color: #33ffff;  text-decoration: underline; }

#outer-shell {
	width: 765px;
	font-size: 14pt;
	font-family: Serif;
	color: black;
}

#outer-shell h1 {
	font-size: 16pt;
	font-family: Sans-Serif;
	background-color: #999999;
	border: 1px solid black;
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: center;
}

.container {
	background-color: teal;
	border: 2px solid black;
	margin: 10px;
}

#header {
	height: 75px;
}

#header h1 {
	height: 50px;
	background-color: transparent;
	border: none;
	font-size: 40pt;
	font-family: Courier;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: right !important;
}

#header h2 {
	width: auto;
	background-color: #999999;
	border: 1px solid black;
	font-size: 12pt;
	font-family: Courier;
	font-style: italic;
	margin: 0;
	padding: 2px;
	padding-right: 20px;
	text-align: right !important;
}

#header img {
	border: 2px solid black;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
}

#sitenav {
	width: 185px;
	border: 2px solid black;
	margin-bottom: 10px;
}   
    
#sitenav ul {
	list-style-type: none;
	font-size: 14pt;
	font-family: Serif;
	border: 1px solid black;
	margin: 10px;
	padding-left: 0;
	padding-right: 0;
}

#sitenav a {
	display: block;
	padding: 2px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: center;
}
 
#sitenav a.top {
	border-top: 1px solid silver;
}
 
#sitenav a:link, #sitenav a:visited {
	color: black;
	text-decoration: none;
}

#sitenav a:hover {
	background-color: #669999;
	color: black;
}
 
#quicklinks {
	width: 185px;
	margin-bottom: 10px;
}
 
#quicklinks ul {
	list-style-type: none;
	font-size: 10pt;
	font-family: Serif;
	margin: 10px;
	padding-left: 0;
	padding-right: 0;
}
 
#content-container {
	width: 564px;
	position: absolute;
	top: 89px;
	left: 209px;
	background-color: transparent;
	margin-bottom: 10px;
}

#content {
	margin-bottom: 10px;
}

#content h2 {
	font-size: 16pt;
	font-family: Serif;
	margin: 8px;
}

#content hr {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
}
 
#content p {
	font-size: 14pt;
	font-family: Serif;
	margin-top: 10px; 
	margin-bottom: 10px;
	margin-left: 25px;  
	margin-right: 25px; 
	text-indent: 20px;
}

#content table {
	margin: 10px;
}

#footer {
	padding: 4px;
	font-size: 8pt;
	font-family: monospace;
	text-align: center;
}


/*
 * Downloads indexer styles
 */

#indexer-container {
	padding: 20px;
}

#indexer-content {
	border: none;
}

#indexer-content h1 {
	font-size: 16pt;
	font-family: Serif;
	margin: 8px;
	margin-left: 0;
	background-color: transparent;
    border: none;
    text-align: left;
}

#indexer-list-container {
	min-height: 100px;
	max-height: 250px;
	background-color: #999999;
	border: 2px solid black;
	overflow: scroll;
	font-size: 12pt;
}

.dirslist a:link     { color: blue;    text-decoration: underline; }
.dirslist a:visited  { color: purple;  text-decoration: underline; }
.dirslist a:active   { color: blue;    text-decoration: underline; }
.dirslist a:hover    { color: maroon;  text-decoration: underline; }

.fileslist a:link    { color: blue;    text-decoration: underline; }
.fileslist a:visited { color: purple;  text-decoration: underline; } 
.fileslist a:active  { color: blue;    text-decoration: underline; }
.fileslist a:hover   { color: maroon;  text-decoration: underline; }
