a {
color: teal;
}
a:hover {
color: black;
}

#body-style {
	background-color: white;
	
	color: black;
	}


#wrapper {
-webkit-border-radius:1.0em;
-moz-border-radius:1.0em;
padding:0.4em;
margin: 2em auto 0em;
border:0.25em solid teal;
background-color: white;

}

#main {
-webkit-border-radius:0.75em;
-moz-border-radius:0.75em;
padding:1em;
margin: auto;
border:0.5em solid teal;
	background-color: white;
	color: black;

}

#header {
}

#header  #tagline h2 {
position: absolute;
top: 8.5em;
left: 2em;
font: italic bold 1em Arial, Helvetica, sans-serif;
margin-bottom: 0px;
}

#sidenav {
background-color: white;
border:0.2em solid black;

}

#sidenav  h2 {
background: black;
color: white;

}

			
#sidenav  li  a {
color: teal;

}

#sidenav  li  a:hover {
background-color: rgb(220,220,220);
color: black

			}

#content  .button {

	background-color: rgb(180,0,0);
	
}


#content  .gallery-button {

	background-color: rgb(180,0,0);
	
}

#content  .upload-button {

	background-color: rgb(180,0,0);
	
}

#content  .custom-table {
border:1px teal;
background-color: white;
color: black;
}

#content .custom-table  .top {
background-color: black;
color: #FFFFFF;
}

#content .custom-table img {
border-color: teal;
}

#content  .guidelines {
border:1px solid black;
background-color: white;
color: black;
}

#content   .guidelines     .top {
background-color: black;
color: #FFFFFF;
}
			
