
body {
	font-family: Verdana, Helvetic, Tahoma, sans-serif;
	color: #000000;
	min-width: 800px;
	width: 96%;
 }

  /* unvisited link */
a:link {
	color: #ff3060;
	text-decoration: none;
}
a:visited {
	color: #003060;
	text-decoration: none;
}
a:hover {
	color: #990000;
	background-color: #FFFFCC;
	text-decoration: none;
}
/* selected link */
 a:active {
	color: #blue;
	background-color: #FFFF66;
	text-decoration: none;
}

/*banner*/
.banner {
	width: 100%;
    background-color: #2674B7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-emphasis-color: important;
    padding-bottom: 10px;
    padding-top: 2px;
    }

#special {
	font-size: 2em;
    color: #000000;
}
#needs {
    font-size: 1em;
    color: #003060;
}

/*main navigation top*/
#menu {text-align: justify;
padding-bottom: 15px;
}
#menu li {
list-style-type: none;
text-align: center;
width: 7em;
font-size: .9em;
font-weight: bold;
float: right;
}

#menu a{
text-decoration: none;
display: block;
background-color: #d9b310;
margin-bottom: 2px;
margin-right:  4px;
box-shadow: 5px 5px 5px gray;
border-radius: 5px;
border: outset;
border: #ddddee;
border: 5px;
}
#menu a:hover {
background-color: #ddddee;
box-shadow: 3px 3px 3px gray;
color: #990000;
}
/* unvisited link */
menu a:link {
color: black;
}
menu a:visited {
color: white;
}
/* selected link */
menu a:active {
	color: blue;
background-color: #FFFF66;
}

/* main */

main {
	color: #000000;
    margin-top: 25px;
    clear: both;
}
/*article mark up*/
article {
     float: right;
     width: 80%;
}

 /*article header*/
article {
padding-top: 10px;
}

article H1 {
color: #003060;
}

#intro {
font-size: 1em;
}

article a:link, a:visited, a:focus, a:hover, a:active {
text-decoration: underline;
}
article em {
font-style: italic;
}

/* picture display in  articles */

 .imageleft {
float: left;
padding: 10px;
margin-left: 10px;
}
.imageright {
float: right;
padding: 1opx;
margin-right: 10px;
}
/* author  is intro */

/* end article */

/* sidebar on left */

aside {
float: left;
width: 15%;
padding-top: 5px;
background-color: #d9b310;
border-radius: .2em;
min-width: 170px;
margin-left:0px;
padding-left: 4px;
}

.author {font-style: italic;

}

/* nav and footer */

#navfooter {
clear: both;
text-align: center;
font-size: 1.3em;
	}
#navfooter a: {
font-weight: bold;
text-decoration: none;
	}
footer nav {
text-align: center;
font-family: Georgia, "Gill Sans MT", Arial, serif;
font-weight: bold;
font-style: normal;
	}
.sitefooter {
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
text-align: center;
	}
   /* fin */