
body {
	font-family: 	Helvetica, Arial;
	color: #474a51;
	background: white;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	line-height: 1.35em;
}

a:link, a:visited {
	color: #317b9e;
	text-decoration: underline;
}
a:hover {
	color: #104c68;
}

h1 {
	border-bottom: 1px dashed #474a51;
	font-weight: bold;
	line-height: 1.4em;
	margin-left: -10px;
}

/*
#logo { 
	position: absolute; 
	left:7px; 
	top :0px; 
	width: 100px; 
	color: #00FF00; 
	font-size: 10pt;
}
*/
#header {
	position: relative;
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	background-repeat: repeat-x;
	color: #ffae12;
	background-image: url( "im/gradient-top.gif" );
	background-repeat: repeat-x;
	/* http://www.dustindiaz.com/min-height-fast-hack/ */
 	min-width:800px;
 	width: auto !important;
 	width:800px;

}


#header A { text-decoration: none; margin-left:13px; margin-right: 13px}

#header A:link { color: #ffae12; text-decoration: none; margin-left:13px; margin-right: 13px}
#header A:visited { color: #ffae12; text-decoration: none; }
#header A:active { color: #ffae12; text-decoration: none;}
#header A:hover{ color: #ff9e02; text-decoration: underline; }

#nav {
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 5px;
}

#content {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;	
	/* http://www.dustindiaz.com/min-height-fast-hack/ */
 	min-height:450px;
 	height:auto !important;
 	height:450px;
}

#footer  {	
	border-top: 1px solid #a4a4a4;
	font-size: 10pt;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #a4a4a4;
}

iframe.map {
	float: right;
	border: 0px;
	height: 450px;
	width: 450px;

}
table.maptable {
	border-spacing: 20px 5px;
}
.spacer { clear: both; }




/* Used mostly in the CS section */
div.sourcecode{
	padding: 2mm;
	margin: 2mm;
	background-color: #eeeeee;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color: #5e5e5e;
	font-family: monospace;
	width: 75%;
	
}

tt.path {
	color: red;
	text-decoration: underline;
}

tt.command{
	color: black;
	font-weight: bold;
}

div.commands {
	padding: 2mm;
	background-color: #000000;
	color: #ffffff;
	border-style: solid;
	border-width: thin;
	border-color: #5e5e5e;
	margin: 2mm;
	font-family: monospace;
	width: 80%;
	font-size:10pt;
}

div.notebox {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	background-color: #f8ffe1;
	width: 50%;
	padding: 5px;
	margin: 5px;
	margin-left: 25%;
	font-size: 0.9em;
}

img {
	border-width: 0px;
}

img.photo {
	padding: 3px;
	border-width: 1px;
	border-color: gray;
}

