p{
   	color: #000000; 
   	font-family: Arial, Palatino Linotype, sans-serif;
  	font-size: 12pt;
	text-align: center;	
	margin: 5px;
	margin-top: 0px;
	padding: 0px;
  	}

 p.left{
  text-align: left;
 }
 
 p.left2{
  text-align: left;
  margin-left: 40px;
 }
  	
ol{	
	
  
}
li{
  color: #000000; 
   	font-family: Arial, Palatino Linotype, sans-serif;
  	font-size: 12pt;
	text-align: left;
	margin: 5px;
	margin-left: 40px;
	margin-right: 30px;
  
}

body {
	background: #ffffff url('images/bg1.gif');
	background-repeat: repeat;
	background-position: center center;
	
	}

 div.navlist{
	position: relative;
	padding: 0px;
	padding-top: 10px;
	margin-left: 0;
	border: 0px solid #ff0000;
	height: 120px;
	width: 100%;
	}

a.boldbuttons{
	background: transparent url('images/roundedge-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial;
	line-height: 22px;
	height: 30px;
	padding-left: 8px;
	text-decoration: none;
	}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white;
	}

a.boldbuttons span{
	background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px;
	}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
	}

div.content {
 	position: relative;
 	height: auto;
 	background:  #ffffff;
 	/*height: 370px;  */
 	margin: 5px;
 	margin-bottom: 0px;
 	padding-bottom: 5px;
 	margin-left: 10px;	
	}