/*Palette*/
body
 
{
	alignment:center;
	margin-left:5%;
	margin-right:5%;
	font-family:"Palatino Linotype";
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}
td {
	padding-left:2em;
	padding-right:2em;
	}
	
	.img
	{
	padding:0;
	margin:0;
	}
	
	hr
	{
	color: #000000;
	}
	 
.pumpkin{
font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	 }

.bkgrnd_grey_green{
	color: #FFFFFF;
	background-color: #FFFFFF;
	 }
	 

	 
/* Text for standard page style applied to the body of the page */	 
.main
{
	font-family:"Palatino Linotype";
	font-size: 1em;
	color: #000000;
	margin-top: 2 em;
	margin-left: 4 em;
	margin-right: 4 em;
	width:40%;
	
}



.menu
{
	font-family:"Palatino Linotype";
	font-size:0.8em;
	width:100%;
	height:14 px;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #990000;
	border-bottom-width: thin;
	border-bottom-style:outset;
	border-bottom-color: #990000;
	padding-top:0.25em;
	padding-bottom:0.25em;
	color: #990000;
	background-color: #999999;
}

.footer
{
	font-family: "Palatino Linotype";
	font-size: 0.7em;
	color: #000000;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #666666;
	padding-top:0.25em;
	padding-bottom:0.25em;
}
.contact{
	padding-left:2 em;
	font-family: "Palatino Linotype";
	color: #000000;

}


h1
{
	color: #000000;
	font-family: "Palatino Linotype";
	font-size:2.5em;
}
h2
{
	color: #000000;
	font-family: "Palatino Linotype";
	font-size:2em;
}
h3
{
	color: #000000;
	font-family: "Palatino Linotype";
	font-size:1.8em;
}

h4
{
	color: #000000;
	font-family: "Palatino Linotype";
	font-size:1.6em;
}
h5
{
	color: #000000;
	font-family: "Palatino Linotype";
	font-size:1.4em;
}
h6
{
	color: #000000;
	font-family: "Palatino Linotype";
	font-size:0.8em;
}
	
.title
{
color: #000000;
font-size:1.7em;
font-family: "Palatino Linotype";
	border-top-width: thin;
	border-top-style:inset;
	border-top-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #666666;
	padding-top:0.25em;
	padding-bottom:0.25em;
	
}
 
 .std_title
 {
	padding-top:0.25em;
	color: #000000;
	font-size:2em;
	font-family: "Palatino Linotype";
}
 
.subtitle
{
	padding-top:0.25em;
	color: #000000;
	font-size:1em;
	font-family: "Palatino Linotype";
}
	
/* LINK STYLES WITH NO UNDERLINE */
A:link  {
	color :#000000;	
	text-decoration : none;
	font-weight : normal;
	}

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

A:visited  {
	color : #000000;	
	text-decoration : none;
	}
	
	A:hover  {
	color : #000000;
	font-style:italic;	
	text-decoration : none;
	}
	
	
