* {
	margin:0px auto;
	padding:0px;
}

body	{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #48491B; 
	background-color: #FFFFF0;
	line-height: 1.5em;
	margin-top: 20px;
}

td, th	{line-height: 1.5em;
	color: #48491B;
}

h1	{
	font-family: Century Schoolbook, Times New Roman, 
	Times, serif; 
	color: #48491B; ;
	font-size: 36px;
	margin: 0px;
}

h2	{
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	color: #48491B;
	font-size: 28px;	
}

address	{
	text-align: center;
	font-size: 12px;
	color: #48491B;
}


a:link	{
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}

a:visited{
	color: #cc6600;
	text-decoration: none;
}

a:hover	{
	font-style: italic;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}

a:active {
	font-style: italic;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}

#navigation {
	top:158px;
	background-color: #48491B;
	width:159px;
	height: 500px;
}
ul.nav {
	list-style-type:none;
	margin-left:10px;
	}
	
ul.nav a {
	display:block;
	height: 3.0em;
}

ul	{
	list-style-image: url(../images/pm_bul1.png); 
}

