/* styleIndex.css - Home Page Style Sheet for EWRI Sustainability Task Committee */

/*left navigation*/
#leftcontent {float: left; width: 25%; background: #ffffff; border: none; font-size: 95%;}

/*right navigation*/
#rightcontent {float: right; width: 74%; background: #ffffff; border: none;}

/*navigation*/
.navcontainer {width: 96%;}
.navcontainer ul {width: 96%; margin: 0; padding: 0 0 0 0px; list-style-type: none; font-family: sans-serif;}
.navcontainer a {display: block; line-height: 15px; padding: 5px; width: 96%; background-color: #000000; border-top: 3px solid #fff; border-left: 3px solid #fff;}
.navcontainer a:link, .navlist a:visited {background-color: #eaedf4; color: #1f3a80; text-decoration: none;}
.navcontainer a:hover {background-color: #b6bdd2; border-top: 3px solid #0a246a; border-left: 3px solid #0a246a; color: #fff;}
.navcontainer currentpage a {background: #fff; color: #333;}

/*body*/
body {
background-color: blue;
font-family: "liberation sans", freesans, helvetica, verdana, arial, "Arial Unicode MS", sans-serif;
font-style: normal;
}

body#index a#menu-index, 
body#ewricase a#menu-ewricase, 
body#members a#menu-members,
body#articles a#menu-articles,
body#sustdef a#menu-sustdef,
body#resources a#menu-resources,
body#events a#menu-events,
	{color: navy;
	background: #008000; 
	display: block;}

/*body alterations*/
.indented
   {
   padding-left: 5%;
   padding-right: 5%;
   }

img.center {
display: block;
margin-left: auto;
margin-right: auto;
border: none;
}

p.center {text-align: center; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; border: none; padding: 0;}
p {margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; font-size: 120%; font-family: "liberation serif", "linux libertine", Gentium, "Doulos SIL", "Charis SIL", freeserif, "times new roman", times, palatino, serif;}
i {font-style: italic;}
b {font-weight: bold;}

h1 {text-align: center; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding: 0; color: #1f3a80; font-weight: 900; font-size: 150%; font-family: "liberation sans", freesans, helvetica, verdana, arial, "Arial Unicode MS", sans-serif;}
h4 {text-align: center; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding: 0; color : #1f3a80; font-weight: 900; font-size: 133%; font-family: "liberation sans", freesans, helvetica, verdana, arial, "Arial Unicode MS", sans-serif; font-style: normal;}

/*table*/
table {border-color : #0000ff; margin : auto; border-collapse : separate;} 

/*links*/
a:link {color : #000080;} /* for unvisited links */
a:visited {color : #800080;} /* for visited links */
a:active { color: rgb(255, 0, 102); } /* when link is clicked */
a:hover { color: rgb(0, 96, 255); } /* when mouse is over link */
a:link, a:visited, a:active, a:hover {text-decoration : underline;}
