/* CSS Document */

/* Modifies middle of white page background. Applied to <td> */					
#main_page_middle		
						{
						padding-top: 50px;
						}	

li						{
						font-family: Palatino, "Palatino Linotype", Times, Serif;
						font-weight: normal;
						list-style-type: none;
						font-size: 17px;
						line-height: 22px;
						/* background-color: #FFFFEA; */
						border-top: 1px solid;
						border-color: #eee;
						padding: 4px;
						}

