body		{text-align: center;
		xbackground-color: rgb(240, 243, 212);
		}

#page		{margin: 0 auto;
		width: 570px;
		background-color: white;
		border-right: 1px solid tan;
		border-left: 1px solid tan;
		}

#header		{text-align: center;
		background-color: white;
		}

#header_links	{border-top: 1px solid tan;
		border-bottom: 2px solid tan;
		}

#header_links a	{margin: 0px 10px;
		text-decoration: none;
		color: rgb(200,50,50);
		font-family: Arial, Helvetica, Tahoma, sans-serif;
		}

#header_links a:hover
		{text-decoration: underline;}

h3		{margin-bottom: 5px;
		}

h4
		{margin-bottom: 0px;
		font-size: 11pt;
		}

p		{margin-top: 0px;
		}

#dateline		{font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 9pt;
		margin: 0px;
		background-color: rgb(240, 243, 212);
		border-bottom: 1px solid tan; 
		padding: 3px 2px 0px 2px;
		}


#main		{margin: 0px 20px 10px 20px;
		text-align: left;
		}

#main a		{text-decoration: underline;
		 color: #634442;
		 }

#main a:hover	{background-color: rgb(240, 243, 212);
		 color: brown;
		}

#listitem		{font-style: normal;
		line-height: 18px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		text-indent: 3px;
		list-style-position: outside;
		list-style-type: disc;
		padding: 0px;
		margin: 20px;
		}


#footer		{font-size:8pt;
		text-align: center;
		}

/* this is added from the original PHP css file for their style for the required fields text */

.required		{font-size : 11pt;
		font-weight : normal;
		font-style : normal;
		color : red;
		text-decoration : none;
		}

