/* CSS PALS Document */

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
    background-color: #069;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 10px;	
	text-align: left;
	overflow: hidden;
	background-color:#fff /*url(images/bgwhite.jpg) repeat-y; */
	
	
}
/*text-align: left; added as IE5.x and IE6 does not recognize the auto margin property, plus the text-align:center: code is added to 'body'*/


#header img {	
	margin: 0px;
	background: #fff;
}

#navheader {
	width: 900px;
	height: 40px;
	float: left;
	background-color: #9c6;
	border: 2px solid gray;
}

#navheader img {
	float: inherit;
	padding: 0px;
	margin: 5px;
	border: none; 
 }


/*navigation list.....*/
#navheader ul { 
	margin: 10px 0px; 
	padding: 0px; 
	list-style-type: none; 
	text-align: center; 
} 

#navheader ul li { 
	display: inline;
	margin: 1px;
	padding: 10px;  
}

#maincontent  {
background: #fff;

}


#leftcol {
	width: 160px;
	height:1450px;
	padding: 5px;
	margin: 10px 0px;
	float: left;
	border: 2px solid gray;
	background: #fff url(images/bgwhite.jpg) repeat-x;
	}
#leftcol h3 {
	color: #f00; background: #fff; padding: 2px; text-align: center;
}
#leftcol h4 {
	color: #06c; background: #9c6; padding: 2px; text-align: center;
	
}

/*--------------------------------------------*/

#rightcol {
	width: 200px;
	height:1500px;
	padding: 5px;
	margin: 10px 0px 0px 57px;
	float: left;
	border: 2px solid gray;
	}
#rightcol h3 {
	color: #f00; background: #fff; padding: 2px; text-align: center;
}
#rightcol h4 {
	color: #06c; background: #9c6; padding: 2px; text-align: center;
	
}

/*--------------------------------------------*/

#content {
	width: 420px;
	float: left;
	margin: 10px 5px 0px 30px; /*--this effects right column --*/
	}
	
	#content p {
	color: #333;
	text-align:left;
	margin: 0px;
	padding: 3px;
	
}

#content h4 {
	color: #06c; background: #ccc;
	
}

#content image {
	float: left;
	border: none;
	margin: 10px 0px 0px 0px;
}

/*list.....*/
#content_list ol { 
	margin: 10px 0px; 
	padding: 0px; 
	list-style-type: circle; 
	text-align: left; 
} 

#content_list ol li { 
	display: block;
	margin: 1px;
	padding: 1px;  
}

/*list.....*/
#content_list2 ol { 
	margin: 10px 0px; 
	padding: 0px; 
	list-style-type: circle; 
	text-align: left; 
} 

#content_list2 ol li { 
	display: block;
	margin: 1px;
	padding: 1px;  
}




/*table---------------------------------------------*/

table { 
   border-collapse: collapse; 
   border: 1px solid #9c6;
   width: 450px; 
   margin: 0px 0px 0px -5px; 
} 
 
th { 
   padding: 10px 10px 10px 10px;
   font-size: 16px;
   text-align: center; 
}  

td { 
   padding: 4px 10px;
   font-size: 12px; 
} 

caption { 
    color: #06c;  
	font-size: 18px; 
    font-weight: bold; 
    margin: 0px 0px 5px 0px;  
    padding: 0; 
} 

col { 
    border-right: 2px solid #9c6;
} 

 
col#colauthor { 
    border: none; 
}   

thead { 
    background: #e6e6e6; 
	color: #000;
    border-top: 1px solid #363; 
  	border-bottom: 1px solid #363; 
}   




/*--------------------------------------------*/

#footer {
	width: 900px;
	float: left;	
	margin: 5px 0px 7px 0px;
	border: thin solid;
	background-color: #9c6;
	
}

#footer p {
	color: #666;
	text-align: right;
	font-size: 9px;

}

#pagebottom { 
	margin: -25px 12px 0px 0px;
	float: right;
	}
