/* CSS Document */

  body {
  margin:0;
  padding:0;
  height:100%;
  background-color:#000000;
  color:#c7c8cb;
  font-family: Arial, Helvetica, sans-serif;
  }
  
  p{font:Arial,Helvetica,sans-serif;}
  
  a {
  	text-decoration:underline;
	font-weight:900;
	}
	
  ul {
  	list-style:square;
	font-weight:700;
  }
  
  li {
  	margin-bottom:8px;
	}
  
  li.yellow {
  	list-style-image: url(images/yellowx.png); 
  }
  
   li.blue {
   	list-style-image: url(images/bluex.png);

  }
  
   li.pink {
	list-style-image: url(images/pinkx.png);
  }
  
  li.nobullet {
  list-style-type:none;
  }
  
  h2, h3
  {
  margin-top: 25px;
  }
  
  .whoh2, #who .active, #contact .active, .contacth2 {
  color:#e4e62a;
  }
  
  #survey #main_content a, .whatish2, #whatis .active {
  color:#009de9;
  }
  
  #resources .active, #home .active, .pinkh2 {
  color:#e0007a;
  }
  a { 
  text-decoration:none;
  color: #5d5d5d;}
  
  a:hover {
  text-decoration:underline; }
  
  a.content {
  text-decoration:underline;
  }
  
  a.content:hover {
  font-weight:700;
  }
  
  #left {
  position:absolute;
  left:0;
  top:0;
  padding:0;
  width:100%;
  height:910px;
  /*border:1px solid #333;*/
  background-image:url(big_back.jpg);
  background-repeat:no-repeat;
  z-index:800;
  }
  
  #right {
  position:absolute;
  right:0;
  top:0;
  padding:0;
  width:14em;
  height:910px;
  color:#333;
  background:#eaeaea;
  /*border:1px solid #333;*/
  z-index:100;
  background-image:url(manny.gif);
  background-repeat:no-repeat;
  background-color:#000000;
  }
  
  #footer {
  position:relative;
  left:8px;
  z-index:910;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  font-weight:300;
  color:#c7c8cb;
  }
  
  #contact #footer, #home #footer {
  position:absolute;
  top:860px;
  }
  
  #footer2 {
  z-index:910;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  font-weight:300;
  color:#c7c8cb;
  margin-top:30px;
  }
  
  #left p, #right p {
  padding:0 2px;
  }
  
  #nav {
	position:absolute;
	top:405px;
	left:190px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	font-size:16px;
	font-weight:900;
	letter-spacing:normal;
	line-height: 1.3;
	/*font-stretch: condensed;*/
    font-size:13px;
	width: 210px;
	text-align:right;
	padding-top:40px;
	font-weight:900;
	font-size: 90%;
  }
  
  #nav a:link,#nav a:visited {
  text-decoration:none;
  }
  #main_content {
  position:absolute;
  top:20px;
  left:420px; 
  max-width:355px;
  width:355px;
  font-size:12px;}
  
 
  
  #input {
  width: 340px;
  }
  
  #comment {
  width: 340px;
  height: 200px;
  }
  /*]]>*/
