/* HTML tag styles */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a{
        color: #26588A;
        text-decoration: none;
}
      a:link { color:#26588A; text-decoration:none }
      a:visited { color:#26588A; text-decoration:none }
      a:active { color:#26588A; text-decoration:none }
      a:hover { color:#26588A; text-decoration:underline }
   

/* Layout Divs */

#Head{
	border-bottom: 0px solid #cccccc;
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 100%; 
	background: #26588A;
	/* background: #ffffe0 url(background-img-2.jpg); */
}
/*
#Head img{
	padding: 0px 5px 5px 5px;
	vertical-align: middle;
	display: inline;

}*/
#Head h1{
	margin: 0px;
	text-shadow:black 3px 2px 4px; font-size:1.9em; color:white;
}
#Head h3{
	text-shadow:black 3px 2px 4px; font-size:0.9em; color:white;
}

#Content{
    width: 60%; 
    padding: 1px 1px;
    border: 0px solid silver;
    float: left;
    text-align: justify;
    font-size: 0.8em;
    margin: 1em 1em 1em;

}

#Content img{
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	display: block;
	text-indent: 3em;

}
#Content h1{
	font-size: 1.5em;
	text-align: center;
}
#Content h2{
	font-size: 1.2em;
	text-align: center;
}
#Content h3{
	font-size: 1.0em;
	text-align: left;
}
#Content ul{
	font-size: 1em;
	line-height: 1.5em;
	background: lightyellow; border: 1px dashed silver;
   list-style-type: square;
	margin: 1.2em 2em;
	padding: 10px 4em;
	
}
#Content pre{
	font-size: 1em;
	background: lightgray;
   background-color: #eee; border: 1px dashed silver;
	padding: 10px;
}
#Nav{
    font-size: 0.8em;
    min-width:160px;
    float: left; 
    width: 16%;
    margin: .0em .0em 0.0em;
    align:left;
    background-color: #eee; border: 0px solid silver;
    line-height: 85%;
    padding-left: 3px; 
}
#Nav p{ 
	padding-left: 5px; 
    margin: .0em .0em 0.0em;
	line-height: 1.3; 
	color: #26588A; 
}

#Links{
    font-size: 0.8em;
    float: right; 
    width: 16%;
    margin: 0 0 0.1em; padding: 0;
    background-color: #eee; border: 0px solid silver;
    line-height: 90%;
    padding-left: 3px; 
}

#Links p{ 
        margin: .0em .0em 0.0em;
	padding-left: 5px; 
	line-height: 1.3; 
	color: #26588A; 
}

p#Footer{
	clear: both;
	font-size: 0.8em;
	margin: 10; 
	padding: 1.1em;
	text-align: center;
	background-color: #eeeeee; border: 1px solid gray;
}
#menu{ 
 	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
        background-color:#EEEEEE; 
        padding:2px; 
        margin:0px; 
        border: 0px solid silver; 
}

#indent{ margin-left: 15px; }

