/***********************************************/
/* newNetcss.css                             */
/*          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 25px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background-color: #D0FFCA;
	background-image:url(images/background-leaf.jpg);
	background-position:center;
}

a{
	color: #336633;
	text-decoration: none;
}

a:link{
	color: #339933;
	text-decoration: none;
}

a:visited{
	color: #339933;
	text-decoration: none;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrappersplash{
	text-align:center;
	width: 100%;
	padding:0px 0px 0px 0px;
	background-position:center;
	height:100%;
	
	}

/****** Case Study Content ********************/

#contentcase {
	text-align:center;
	padding:15px 15px 15px 15px;
	width: 750px;
	background-image: url(images/backgroundwhite.png);
	margin:auto;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	text-align: center;
}

.floatleft {
padding-left:40px;
float:left;
}

.floatright {
padding-right:40px;
float:right}


.toolTip {
	font-family: verdana,sans-serif;
	font-size: 12pt;       
	background-color: #;
 	text-align:center;
}

