/* Presentation Stylesheet */ 

h3 {
	margin: 0;
	padding: 10px;
	color: #000;
	font-weight: normal;	
	font-size: 1.5em;
	text-align: center;
	}
h4 {
	margin:0; 
	padding: 10px;
	font-family: arial, sans-serif;
	color: #f30; 
	}
p {
	margin: 0;
	padding: 10px;
	color: #000;
	}
form {
	margin-left: 16px;
	}
input.red {
	background: #f30;
	}
input.yellow {
	background: #ffc;
	}
textarea.yellow {
	background: #ffc;
	}
.displayed {
	margin-left: auto;
	margin-right: auto;
	}
.img-ctr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#img-rt {
	float: right;
	padding: 6px;
	}
#date {
	margin-left: 10px;
	
	}
/*  ---- maybe use later
p:first-letter {
	font-size: 80%; 
	font-weight: bold;
	color:blue;
	}
-------------------------  */
	
#ftr p {
	font-size: 70%;
	font-family: verdana, sans-serif;
}

/* CSS Tabs */
#navlist {
        color: white;
        background: #17a;
        border-bottom: 0.2em solid #17a;
        border-right: 0.2em solid #17a;
        padding: 0 1px;
        margin-left: 8px;
        width: 12em;
        font: normal 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #39c;
        border-width: 1px;
        border-style: solid;
        border-color: #5bd #035 #068 #6cf;
        border-left: 1em solid #fc0;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #28b;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #17a;
        border-color: #069 #6cf #5bd white;
        padding: 0.4em 0.35em 0.25em 0.9em;
}
a.class2:link {
	text-decoration: underline;
	font-weight: normal;		
	color: blue;
	}
a.class2:visited {
	text-decoration:underline;
	}
a.class2:active {
	text-decoration: none;
	}
a.class2:hover {
	text-decoration:none;
	color: #f30;
	}
#rule {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
       	border-color: #FF0000; 
	padding: 8px;
	margin: 0px 2%;
	}
