/* version 1 corporate styles for WBS branded pages */
/* # is for id */
/* . is for class */

html {

	background-color : orange;
}

body {
	background-color: #9f9; 
	background-image : url(test-background2.GIF);
	font-family:  comic sans ms;
	margin : 0.4%;
	BORDER-TOP: #dfdfdf 2px solid;
	BORDER-LEFT: #dfdfdf 2px solid;
	BORDER-BOTTOM: #1c462a 2px solid;
	BORDER-RIGHT: #1c462a 2px solid;

}

#pagecontent {
	margin:30
	background-color: #9f9; 
	
}	

#main-point {
	font-size : large;
	margin-left : 150;
	margin-right : 150;
	text-align : center;	
}

h1 { 
	margin-left : 100;
	margin-right : 100;
	text-align : center;
}
h2 {
	margin-left : 150;
	margin-right : 150;
}
h3 {
	margin-left :150;
	margin-right : 150;
}



wbsside p:first-Letter 
{
	font-size :larger;
	font-family :Impact;
	
	
} 

#masthead {
	padding : 10;	
	text-align: center;
	
	
}

#construct {
	text-align: center;
	font-weight: bolder;
}

#footer {
	position : relative;
	clear : both;

	text-align : center;
	font-family : arial, sans-serif;
	font-size : 9;
	border-top: 1px dotted blue;
	border-botttom: 1px dotted blue;
	padding-top: 10px;
	margin-top : 100px;
}


	
#wbside 	
{
	background-color:#ee9;
	padding : 0;
	margin-top : 20;
	margin-left : 50;
	margin-right : 80;
	margin-bottom : 10;
	border-style :none;
	
	}
#wbside a 
{
	text-decoration: none;
	font-family : Arial;
	padding-right : 20;
	padding-left  : 20;
	color : #080;

}
#wbside a:hover 
{
	color: blue;
	}	 



#wbside #men-sep{
	display : inline;
	color : #fa7;
}
#wbside ul 
{
	margin :0 ;
	
}

#wbside a:hover 
{
	font-color: White;
	}	 
#wbside  li 
{
	display : inline;
	list-style-type : none;
	width : 200;
	
}

.valuetop
{

	
	
	margin-left : 200px;
	text-indent: -30px;
	list-style-type : disc;
	font-size : large;
	Margin-top : 20px;
}	

.valuetop a
{
	margin-right :10;
}


.valuesub
{
	font-size : smaller;
	margin-left: 230;
	
	
		
	

#maincontent 
{
	float :left;
	padding-left :20;
	padding-right : 50;
	
	
}