/* styleMembers.css - EWRI Sustainability Task Committee Members Page */

/*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: 98%}
.navcontainer ul {
width: 98%;
margin: 0px;
padding: 0px 0px 0px 3px;
list-style-type: none;
font-family: sans-serif;}

.navcontainer a {
display: block;
line-height:15px;
padding: 5px;
width: 98%;
background-color: #000000;
border-top: 5px solid #fff;
border-left: 5px solid #fff;
}

.navcontainer a:link, .navlist a:visited {
background-color: #eaedf4;
color: #1F3A80;
text-decoration: none;}

.navcontainer a:hover {
background-color: #B6BDD2;
border-top: 5px solid #0A246A;
border-left: 5px solid #0A246A;
color: #fff;}

.navcontainer currentpage a {
background : #fff;
color : #333;
}

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

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

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

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

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: freeserif, "liberation serif", "linux libertine", "times new roman", times, palatino, serif;}
h2 {text-align: center; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding: 0; color: #1F3A80; font-size: 117%; font-family: freeserif, "liberation serif", "linux libertine", "times new roman", times, palatino, serif;}
p.indented {padding-left: 50pt; padding-right: 50pt; margin-top: 0; margin-bottom: 0; border: none; padding: 0;}
p.center {text-align: center; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; border: none; padding: 0; font-family: freesans, "liberation sans", helvetica, verdana, arial, sans-serif;}
p {text-align: left; font-size: 100%; font-family : sans-serif; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding: 0;} 
i {font-style: italic;}
b {font-weight: bold;}
td {text-align: left; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; border: none; padding: 0; font-family: freesans, "liberation sans", helvetica, verdana, arial, sans-serif;}

.whitetable, .whitetable td, .whitetable th
{
background-color: #F5F5F5;
border: solid;
border-width: thin;
}

/*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;}


