

/* Layout Stylesheet */ 

body {
	margin: 20px;
	background: #EEEEEE;
	color: #333333;
	text-align: center;
	padding: 0;
}

#outer {
	text-align: left;
	border: 1px solid #000000;
	width: 700px;
	margin: auto;
	
}

#hdr {
width: 700px;
	height: 150px;
	background: Window url(images/headerjpe.jpg);
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
}

#bar {
width: 700px;
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }
 #bar2 {

	
	background: white;
	color: #333333;
	border: none #000000;
	border-width: 1px 0 1px 0;
	 text-align:left;
	  width:700px;
	  
	  
}


#bodyblock {
	position: relative;
	background: #c0c0c0 repeat-x;
	color: #426E00;
	width: 700px;
	

	
	padding: 0;
}

#l-col {
	float: left;
	background: transparent;
	color: #333333;
	width: 185px;
	

	
		
}
#l-col2 {
	float: left;
	background: transparent;
	color: #333333;
	width: 245px;
	

	
		
}
#main {
 width:700px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 
 min-height:70px; 
 }
 
 
 #include {
 width:700px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 5px;
}


 


#cont {
 width:700px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 min-height: 650px;
 

 }
 #contyellow {
 width:700px;
 background:#FFFFE0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 0 0px;
 text-align:left
 ;
 
 

 }
  #contyellow2 {
 width:700px;
 background:#FFFFE0;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0 0px;
 text-align:left;
 
 

 }
 
 #contgrey {
	width: 700px;
	background: #E6E3E3	
;
	color: #333333;
	border: solid #000000;
	 border-width:1px 0 0 0px;
	text-align: left;
	
}
 
 #contgrey2 {
	width: 700px;
	background: #E6E6E6;
	color: #333333;
	border: solid #000000;
	 border-width:0px 0 0 0px;
	text-align: left;
	
}
#contnormal {
 width:700px;
 background:#FFFFFFF;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 0 0px;
 text-align:left;
 
 

 }
 
 
 #cont2 {
	width: 350px;
	background: #FFFFE0;
	color: #333333;
	border: dashed #000000;
	border-width: 0 0 0 0px;
	text-align: left;
	float: left;
	
}
 #cont3 {
	width: 350px;
	background: #E6E6E6;
	color: #333333;
	border: dashed #000000;
	border-width: 0 0 0 0px;
	text-align: left;
	float: right;
	
}
#cont4 {
	width: 375px;
	background: transparent;
	color: #333333;
	border: dashed #000000;
	border-width: 0 0 0 0px;
	text-align: left;
	float: right;
}

#ftr {
	height: 50px;
	background: #c0c0c0;
	color: #333333;
	border: solid black;
	border-width: 1px 0 0 0;
	margin: 0;
	text-align: center;
}
#rounded {
        
        
        margin-right:2%;
        border:3px solid #D6D6C2;
        background:#FFFFFF;
        padding: 0px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius: 15px 15px 15px 15px;
		 -webkit-border-radius: 15px 15px 15px 15px;
		 -khtml-border-radius: : 15px 15px 15px 15px;
		 behavior: url(/border-radius.htc);
    border-radius: 15px 15px 15px 15px;

}

