
/* *** inc/stylesheet.css for 564park.org *** */

body { 
	margin:				0; 
	padding:			0; 
	background-color: 	#FFFFFF;
	background-repeat: 	repeat-y;
} 
h1 { 
	padding:		0px;
	text-align:		center;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size: 		9pt;
	font-weight:		bold;
	color: 			Red;
	letter-spacing:		1.5px;
}



table.header { 
	width:			800px; 
	border-width:		0px;
	border-collapse: 	collapse;
}
td.header-l { 
	width:				100px;
	padding:			5px;
}
td.header { 
	padding:			0px;
	text-align:			left;
}
td.header-menu { 
	padding:		0px;
	text-align:		right;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size: 		8pt;
	font-weight:		normal;
	color: 			Gray;
	letter-spacing:		1.5px;
}


td.side-menu { 
	padding:		0px;
	text-align:		center;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size: 		8pt;
	font-weight:		normal;
	color: 			Gray;
	letter-spacing:		1.5px;
}

A.menu:link		{ color: gray; text-decoration: none; }
A.menu:visited		{ color: gray; text-decoration: none; }
A.menu:active		{ color: black; text-decoration: none; }
A.menu:hover		{ color: black;  }

a.side:link		{ color: #000000; letter-spacing: 0px; text-decoration: none; }
a.side:visited		{ color: #000000; letter-spacing: 0px; text-decoration: none; }
a.side:active		{ color: #000000; letter-spacing: 0px; text-decoration: none; }
a.side:hover		{ color: #9900CC; letter-spacing: 0px;  }


A.alt:link		{ color: #AB0700; text-decoration: none; }
A.alt:visited		{ color: #AB0700; text-decoration: none; }
A.alt:active		{ color: #AB0700; text-decoration: none; }
A.alt:hover		{ color: black;  }

A.footer:link		{ color: gray; text-decoration: none; }
A.footer:visited	{ color: gray; text-decoration: none; }
A.footer:active		{ color: black; text-decoration: underline; }
A.footer:hover		{ color: black; text-decoration: underline; }



table.content { 
	width:			100%;
	border-width:		0px;
	border-collapse: 	collapse;
}
td.content-l { 
	width:				100px;
	padding:			0px;
	text-align:			left;
	vertical-align:			top;
}
td.content-c { 
	padding:			5px;
	text-align:			justify;
	padding-left:		90px;
	padding-right:		20px;
	font-family:		trebuchet, arial, verdana, sans-serif;
	font-size: 			medium;
	font-weight:		bold;
	color: 				black;
	line-height:		1.7em;
	border-top:		solid black 1px;
	border-right:		solid black 1px;
}
td.content-r { 
	width:				220px;
	padding:			0px;
	text-align:			left;
}


table.content-box { 
	width:				100%;
	margin-top:			0px;
}


table.footer { 
	width:			800px;
	border-width:		0px;
	border-collapse: 	collapse;
}
td.footer-l { 
	width:				200px;
	padding:			0px;
	text-align:			center;
	padding-left:		5px;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size: 			xx-small;
	font-weight:		bold;
	color: 				DarkGray;
}
td.footer-c { 
	width:				200px;
	padding:			0px;
	text-align:			center;
	padding-left:		5px;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size: 			xx-small;
	font-weight:		normal;
	color: 				Gray;
}

td.footer-r { 
	padding:		0px;
	text-align:		right;
	padding-left:		90px;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size: 		7pt;
	font-weight:		normal;
	color: 			Gray;
}

.plain {
	line-height:		1.4em;
}

.mission {
	font-family:		trebuchet, arial, verdana, sans-serif;
	font-size: 			14pt;
	font-weight:		normal;
	color: 				#660000;
	margin-left:		20px;
	margin-right:		20px;
	margin-bottom:		5px;
}
.mission-sub {
	font-family:		trebuchet, arial, verdana, sans-serif;
	font-size: 			14pt;
	font-weight:		normal;
	color: 				#808080;
	margin-top:			0px;
	margin-left:		20px;
	margin-right:		10px;
	border-bottom:		dotted DarkGray 3px;
}

