/* styleArticle.css - EWRI Sustainability Task Committee Article Series Index 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-family: 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*/
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.indented
.indented
   {
   padding-left: 5%;
   padding-right: 5%;
   }

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: serif;}
h2 {text-align: left; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding: 0; color: #1F3A80; font-weight: 900; font-size: 117%; font-family: serif; font-style: normal;}
h5 {text-align: center; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding: 0; font-weight: 900; font-size: 117%; font-family: serif;}

p.special {margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border: none; padding-left: 5%; padding-right: 5%; font-family: 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;}
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;}

ul {text-align: left; margin-left: 3%; margin-right: auto; font-size: 100%; font-family: sans-serif;}
li {text-align: left; margin-left: 3%; margin-right: auto; font-size: 100%; font-family: sans-serif;}
li.indent {text-indent: 2em; margin-top: 0; margin-bottom: 0; font-size: 100%; font-family: sans-serif; list-style-type: none;}

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



