@charset "utf-8";
/* CSS Document */

body {
  background-color:#FFFFFF;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  height: 100%

}
p.maintext {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  text-align: justify;
}
h3.dark {
  font-family: Arial, Helvetica, sans-serif;
  color:#000066;
}
p.dark {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: justify;
}
p.smallbold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: justify;
  font-weight: 900;
  color:#000066;
}
p.smallbold-justify-light {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: justify;
  color:#FFFFCC;
}
p.smallbold-light {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color:#FFFFCC;
}
p.headingbold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #000066;
}
p.imgdesctext {
  text-align: justify; 
  font-size: 12px; 
  margin: 0px;
  font-style: italic;
  text-align: center;
}
table.style1 {
  background-color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9px;
  border:none;
  text-align:left;

}
tr.rowstyle1 {
  background-color:#660033;
  color:#FFFFFF;
  font-weight:800;
}
tr.rowstyle1b {
  background-color:#000000;
  color:#CC9999;
  font-weight:800;
}
tr.rowstyle2 {
  background-color:#CCCCCC;
}
tr.rowstyle3 {
  background-color:#CCCCCC;
  font-size:14px;
  color:#990000;
}
ul.maintextul {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  text-align: justify;
}
.rightcolumn a:link {
	text-decoration: underline;
	color: #FFCC00;
	}
.rightcolumn a:visited {
	text-decoration: underline;
	color: #FFCC00;
	}
.rightcolumn a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	}
.rightcolumn a:active {
	text-decoration: underline;
	color: #FFCC00;
	}
  
#topimage {
  position: relative; 
  top: 0px;
  margin: 0px; 
  padding: 0px;  
  height: 115px;
  padding-bottom: 0px;
  background-image:url(resources/headerbanner.jpg);
  left: 100px;
  background-repeat: no-repeat;
  overflow: hidden;
} 
#topbackgd {
  position: relative;
  margin: 0px;
  top: 0px;
  padding: 0px;
  height: 115px;
  width: 100%;
  padding-bottom: 0px;
  background-image:url(resources/topbordertile.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}
#center { 
 position: absolute;
 top: 115px;
 left: 90px; 
 width: 700px;
 bottom: 0px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 10px;
} 
#centerfull {
position: absolute;
 top: 10px;
 left: 15px; 
 width: 680px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 10px;
 outline-style:groove;
 outline-color:#CCCCFF;
} 
#centerleft {
 position: absolute;
 top: 10px;
 left: 15px; 
 width: 380px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 10px;
 outline-style:groove;
 outline-color:#CCCCFF;
} 
#centerright {
 position: absolute;
 background: #4C93C4;
 top: 10px;
 left: 430px; 
 width: 260px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}
#toprightlogo {
  position:static;
  
  background-image:url(resources/nevatcutout.jpg);
  top: 5px;
  left: 10px;
}
#bluegradblock {
  background-color:#000033; 
  background-image:url(resources/blueGradient.jpg);
  background-repeat: repeat-x; 
  position: absolute; 
  left: 4%; 
  right: 4%; 
  padding-right: 5px; 
  padding-left: 5px;
  padding-top: 3px;
  font-size: 0px;
  l
}
#divfloatingrightphoto {
  position: relative;
  float: right;
  padding: 5px;
  background-color: #CCCC99;
  margin-left: 10px;
}
#divfloatingleftphoto {
  position: relative;
  float: left;
  padding: 5px;
  background-color: #CCCC99;
  margin-right: 10px;
}
#menu a {
  position: absolute;
  height: 20px;
  width: 50px;
  top: 70px; 
  text-decoration: none;
  }
#menu a i { 
  visibility: hidden; 
}
a#home, a#profile, a#people, a#funds, a#events, a#contacts { top: 75px; }
a#home { left: 230px; }
a#profile { left: 300px; }
a#people { left: 380px; }
a#funds { left: 460px; }
a#events { left: 530px; }
a#contacts { left: 600px; }

hr {
  height: 1px;
  border-style: none;
  color: #d0d0d0;
  background-color: #C0C0C0;
}
img { border: none; }

  
