@charset "utf-8";
/* CSS Document */
/* File Name: "_p.css */

p {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;

	}
p.center {
	text-align: center;
	}
p.indent1	{
	position: relative;
	left: 20px;
	}
p.copyright {
	position: relative;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	}
p.footer_meta {
	position: relative;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	}
p.joinup	{
	position: relative;
	top: 0px;
	width: 75px;
	text-align: center;
	font-family: "Calibri";
	font-weight: bold;
	color: #00CC00;
	font-size: 1.25em;
	border-style: solid;
	border-width: 2px;
	border-color: #006600;
	background-color:#009900;
	}
p.meta_nav	{
	position: relative;
	padding: 0;
	margin: 5px 10px 0 0;
	float: right;
	font-family: "Calibri";
	font-size: .81em;
	font-weight: bold;
	color: #000000;
	}
p.tagline	{
	position: relative;
	top: -25px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	}
p.title {
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	top: -25px;
	}
p.personal {
	font-size: .75em;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	height: 14px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	}
