html {
	margin: 0;
	padding: 0;
}

body {
	/* toplevel font control */
	font-family:  Optima, 'Trebuchet MS', Helvetica, sans-serif;
 	font-size: 100%;

	/* margin top, right, bottom, left*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #CFDBE7;
	color:	black;
	border: 0px solid black;
}

a:link	{
	text-decoration: none;
	font-weight: bold;
	color: #237;
	background: transparent;
	border-bottom: 1px dotted gray;
}
		
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:	#679;
	background: transparent;
	border-bottom: none;
}	
		
a:active {	
	text-decoration: none;
	font-weight: bold;
	color: #23C;
	background: transparent;
	border-bottom: 1px solid #00E;
}	
		
a:hover	{	
	text-decoration: none;
	font-weight: bold;
	color: #23C;
	background: transparent;
	border-bottom: 1px solid #00E;
}

a.offsite {	
	text-decoration: none;
	font-weight: normal;
	color: #330;
	background: transparent;
	border-bottom: 1px dotted gray;
}

address	{
	margin: 0;
	font-style:	italic;
}
		
big {
	font-size: 1.4em;
}
		
B {
	font-weight: bold;
}
	
CODE, KBD {
	font-size: 1em;
	font-family: monospace;
}

DEL	{	
	text-decoration: line-through;
	background:	#F66;
}

DIV {
	margin: 0em 0% 0em 0%;
	padding: 0em 0% 0em 0%;
	line-height: 1;
}

DD {
	margin: 0em 0em 0em 1.4em;
}

DL {
	margin: 0.7em 0% 0em 0%;
	line-height: 1.4em;
}

DT {
	margin: 0.7em 0% 0em 0%;
}

EM {	
	font-style: italic;
}	
		
H1, H2, H3, H4, H5, H6, DT, TH {	
	color: black;
}

HR {	
	color:	#777;
}

I {
	font-style:	italic;
}
		
INS	{	
	text-decoration: none;
	background:	yellow;
}	

LI {
	margin: 0.35em 0% 0em 0%;
	line-height: 1.4em;
}

OL {
	margin: 0.7em 0% 0em 0%;
	line-height: 1.4em;
}

P {
	margin: 1em 0% 0em 0%;
	line-height: 1.4em;
}

PRE {
	font-family: monospace;
}

SMALL {
	font-size: 0.7em;
}

STRONG {	
	font-style:	italic;
	font-weight: bold;
}	

TABLE {
	margin: 0em 0% 0em 0%;
	padding: 0em 0% 0em 0%;
}

TD {
	margin: 0em 0% 0em 0%;
	padding: 0em 0% 0em 0%;
	line-height: 1;
}

TT {
	font-family: monospace;
}

UL {
	margin: 1em 0% 0em 1.4em;
	padding-left: 1.4em;
	list-style: disc;
}

/*********************************************/

h1 {
	font-size: 1.7em;
	font-weight: bold;
}

.title {
	color: #154575;
	font-family: 'Arial Black', Arial, Helvetica;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

#nav {
	position: absolute;
	top: 120px;
	right: 0px;
	width: 80px;
	height: auto;
	padding: 10px;
	overflow: visible;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8175em;
	font-weight: bold;
	line-height: 2.4em;
	background-color: #154575;
}


#tnav {
	overflow: visible;	
	font-family: Helvetica, Verdana, monospace;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em;
}

/* content area */
#page {
	position: relative;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	background-color: white;
	color: #070707;
	padding: 1px 20px 1px 20px;
	/* overflow: hidden; */
	font-size: 0.8175em;
}

#fullpage {
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	background-color: white;
	color: #070707;
	padding: 1px 20px 1px 20px;
	/* overflow: hidden; */
	font-size: 0.8175em;
}

/* content area */
@media print {
	#page
	{
		overflow: visible;
		border: none;
		margin: 0;
	}

	#fullpage
	{
		overflow: visible;
		left: 0px;
		right: 0px;
		border: none;
	}

	#nav
	{
		visibility: hidden;
	}
}

.indent {
	margin-left: 1.4em;
}

#footer {
	clear: both;
	border-top: 1px dotted black;
	font-family: monospace;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: gray;
}

#header {
	clear: both;
	border-bottom: 1px dotted black;
	font-family: monospace;
	font-size: 1.1em;
	margin-top: 0em;
	padding-bottom: 1em;
	color: gray;
}

.menulink {
	color: #EEE !important;
	border-bottom: 1px dotted #EEE !important;
	font-weight: normal !important;
}

.photolink {
	border-bottom-width: 0px !important;
	color: black !important;
}

.photoborder {
	border: 1px solid black;
}

.center {
	text-align: center;
}
