/* -------------------------
   ECOOP Portal Template CSS
   ------------------------- */
   

/* Declare body first of all */

body {
  background:#336797;
  text-align:center;
  font: normal 12px Helvetica, Arial, sans-serif;
}


/* ---------------
   Layout elements
   --------------- */

/* Header and descendants */

#banner {
  height: 81px;
  background: url(../images/ecoop_header.jpg) no-repeat;
}

#menuBar {
  height: 50px;
  background: #7DA9DA;
}

#menuBar h1 {
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  font: bold 20px verdana;
}


/* Container */

#container {
  width: 970px;
  margin: 20px auto 20px auto;
  background: white;
  border: solid black 1px;
  position: relative;
}


/* The Logo Bar */

#logoBar {
    clear: both;
    height: 60px;
    background-color: #7DA9DA;
}

#logoBar img {
    float: none;
    margin: 16px 2px 0px 2px;
}


/* The main column */
#mainCol {
  text-align:left;
  float: right;
  width: 716px;
  text-align: center;
  background: white;
  min-height: 630px;
  height: auto !important; /* to fake min-height in IE6 */
  height: 630px;           /* to fake min-height in IE6 */
}

#onlyCol {
    margin: 40px 150px 40px 150px; 
    text-align: justify;
    font-size: 14px;
    width: 716px;
    background: white;
    min-height: 630px;
    height: auto !important; /* to fake min-height in IE6 */
    height: 630px;           /* to fake min-height in IE6 */
}

#sideBar ul {
  text-align: left;
  margin-right: 50px;
  margin-top: 30px;
}

#sideBar li {
  list-style: none;
}

#sideBar .imgBox {
  height: 60px;
}

#sideBar li h1  {
  margin-left: 250px;
  margin-top: -60px;
  font-size: 1.5em;
  font-weight: normal;
}

#sideBar li p {
  margin-left: 250px;
}

#sideBar li a {
  font-family: verdana, sans-serif;
}

/* The sidebar */

#sidebar {
  text-align:left;
  float: right;
  width: 251px;
  background: white;
  border-right: dotted black 1px;
  min-height: 630px;
  height: auto !important;	/* to fake min-height in IE6 */
  height: 630px;		/* to fake min-height in IE6 */
  padding: 0px;
}


/* The footer and descendants */

#footer {
  clear: both;
  height: 70px;
  background: #7DA9DA url(../images/ecoop_footer_new.png) no-repeat;
  text-align: left;
}

#footer p {
  margin: 10px 0 0 0;
  float: left;
  text-align: left;
  padding: 0 0 0 150px;
  background-color: transparent;
}    


/* Links and current page 'link' */

a {
  font: bold 13px verdana;
  color: #0000A0;
  text-decoration: none;
}

a:hover {
  color: #0000A0;
  text-decoration: underline;
}	

.currentPage
{
  font: bold 13px verdana;
  color: white;
}

