body {

	background:	 url(pattern.gif); none repeat scroll 0 0;
	color: #333333;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:62.5%;
	text-align: left;
}

.wrapper{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#fff;
}

.clear{
	clear:both;
	}

a {
	text-decoration: underline;
	color: #333333;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	}
	
a:hover {
	color: #3366cc;
	}

img {
	border-width: 2px;
	border-color: #e6e8ea;
	}

img:hover {
	border-width: 2px;
	border-color:#3366cc;
	}

#benyee{
	float: left;
	margin-left: 35px;
	top:38px;
	position:relative;
	z-index: 1;
	width:100px;
	}
	
#color{
	float: left;
	top:50px;
	position:relative;
	z-index:2;
	}
    
#pAccent{
	float:right;
	top:50px;
	position:relative;
	z-index:3;
	}     
	
.navBox {
	  padding: 20px;
	  float:left;
	  margin-left: 0px;
	  margin-bottom: 10px;
	  margin-right: 0;
	  margin-top: 74px;
	  position: relative;
	  height: 29px;
	  width: 421px;
	  background-color: white;
	  overflow: hidden;
	}
	
	.navBox li {
	       float: left;
	       list-style: none;
	      }
	.navBox li.back {
	      border: 2px solid #3366cc;
	      background-color: #e6e8ea;
	      width: 9px;
	      height: 30px;
	      z-index: 8;
	      position: absolute;
			}
	.navBox li a {
		  font: bold 14px helvetica, verdana, arial, sans-serif;
		  text-decoration: none;
		  color: #000;
		  outline: none;
		  text-align: center;
		  top: 10px;
		  text-transform: uppercase;
		  letter-spacing: 0;
		  z-index: 10;
		  display: block;
		  float: left;
		  height: 20px;
		  position: relative;
		  overflow: hidden;
		  margin: auto 10px;
	}
	.navBox li a:hover, .navBox li a:active, .navBox li a:visited {
	      border: none;
	}    	
        
	      
.projDescr {
	padding-bottom: 10px;
	line-height: 18px;
	border-bottom-color: #e6e8ea;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-align: left;
	font-family: helvetica, verdana, arial, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px
}

.resCont {
	line-height: 18px;
	padding-left: 30px;
	text-align: left;
	font-size: 14px;
}

.hardBold {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #a11d65;
}

.softBold {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #a7a7a7;
}

.bigBlue{
	margin-bottom: 10px;
	text-decoration: none;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3366cc;
	}

.ruler{
	height:2px;
	background-image: url(pattern.gif);
	width:880px;
	}


#tooltip{
	text-transform: lowercase;
	position: absolute;
	font: 14px helvetica, verdana, arial, sans-serif;
	border:2px solid #a11d65;
	background-color: #e9e6e7;
	padding:10px 10px;
	
	}

#leftmargin{
	margin-left: 40px;
	}
